Hello! the images are not loading, i already did o.reload ImageLibrary and o.reload ItemUpgrade. but is not working. i think is detecting the downloads like bot ddos or something. Also, just wanted to ask, if i want to edit levels in json i have to create all levels one by one? or can i put them like this:
"Success Chance Per Level (0.0 - 1.0)": {
"0": 1.0,
"1": 1.0,
"2": 0.9,
"3": 0.8,
"4": 0.7,
"5": 0.6,
"6": 0.5,
"7": 0.4,
"8": 0.3,
"9": 0.2,
"10": 0.1,
"20": 0.08,
"30": 0.05,
"40": 0.03,
"50": 0.02
also if can i do almost infinity levels or if 100 is the plugin limite:
"Level Rarity Mapping": {
"1": "Common",
"3": "Uncommon",
"5": "Rare",
"7": "Legendary",
"9": "Mythic",
"10": "Exotic",
"20": "Ascendant",
"30": "Divine",
"40": "Celestial",
"50": "Cosmic",
"60": "Ethereal",
"70": "Omnipotent",
"80": "Eternal",
"90": "Transcendent",
"100": "Absolute"
}