aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThunderblade73 <85900443+Thunderblade73@users.noreply.github.com>2024-03-22 13:31:20 +0100
committerGitHub <noreply@github.com>2024-03-22 12:31:20 +0000
commitb2e47c74d02be39c7e1e71705bbdbb5dacd93bba (patch)
treeb86cc369e1207ea5cf6bd8adec729f8efb86e842
parent863d80d22f05bfaf6e3014871b2f02cc916870b0 (diff)
downloadNotEnoughUpdates-REPO-b2e47c74d02be39c7e1e71705bbdbb5dacd93bba.tar.gz
NotEnoughUpdates-REPO-b2e47c74d02be39c7e1e71705bbdbb5dacd93bba.tar.bz2
NotEnoughUpdates-REPO-b2e47c74d02be39c7e1e71705bbdbb5dacd93bba.zip
Added new constant reforges (#1137)
* Added constant reforges * added requiredRarities and fixed itemTypes
-rw-r--r--constants/reforges.json2202
1 files changed, 2202 insertions, 0 deletions
diff --git a/constants/reforges.json b/constants/reforges.json
new file mode 100644
index 00000000..9e20c30e
--- /dev/null
+++ b/constants/reforges.json
@@ -0,0 +1,2202 @@
+{
+ "Astute": {
+ "reforgeName": "Astute",
+ "itemTypes": "EQUIPMENT",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 1.0,
+ "defense": 1.0,
+ "intelligence": 3.0
+ },
+ "UNCOMMON": {
+ "health": 1.0,
+ "defense": 2.0,
+ "intelligence": 4.0
+ },
+ "RARE": {
+ "health": 2.0,
+ "defense": 2.0,
+ "intelligence": 5.0
+ },
+ "EPIC": {
+ "health": 3.0,
+ "defense": 3.0,
+ "intelligence": 6.0
+ },
+ "LEGENDARY": {
+ "health": 4.0,
+ "defense": 4.0,
+ "intelligence": 8.0
+ },
+ "MYTHIC": {
+ "health": 5.0,
+ "defense": 5.0,
+ "intelligence": 10.0
+ }
+ }
+ },
+ "Awkward": {
+ "reforgeName": "Awkward",
+ "itemTypes": "BOW",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "intelligence": -5.0,
+ "crit_damage": 5.0,
+ "crit_chance": 10.0
+ },
+ "UNCOMMON": {
+ "intelligence": -10.0,
+ "crit_damage": 10.0,
+ "crit_chance": 12.0
+ },
+ "RARE": {
+ "intelligence": -18.0,
+ "crit_damage": 15.0,
+ "crit_chance": 15.0
+ },
+ "EPIC": {
+ "intelligence": -32.0,
+ "crit_damage": 22.0,
+ "crit_chance": 20.0
+ },
+ "LEGENDARY": {
+ "intelligence": -50.0,
+ "crit_damage": 30.0,
+ "crit_chance": 25.0
+ },
+ "MYTHIC": {
+ "intelligence": -72.0,
+ "crit_damage": 35.0,
+ "crit_chance": 30.0
+ }
+ }
+ },
+ "Blended": {
+ "reforgeName": "Blended",
+ "itemTypes": "EQUIPMENT",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 1.0,
+ "defense": 1.0,
+ "strength": 0.0,
+ "intelligence": 1.0,
+ "crit_damage": 1.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 1.0
+ },
+ "UNCOMMON": {
+ "health": 1.0,
+ "defense": 1.0,
+ "strength": 1.0,
+ "intelligence": 1.0,
+ "crit_damage": 2.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 1.0
+ },
+ "RARE": {
+ "health": 2.0,
+ "defense": 1.0,
+ "strength": 1.0,
+ "intelligence": 1.0,
+ "crit_damage": 2.0,
+ "crit_chance": 2.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 1.0
+ },
+ "EPIC": {
+ "health": 2.0,
+ "defense": 2.0,
+ "strength": 2.0,
+ "intelligence": 2.0,
+ "crit_damage": 2.0,
+ "crit_chance": 2.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 1.0
+ },
+ "LEGENDARY": {
+ "health": 2.0,
+ "defense": 3.0,
+ "strength": 2.0,
+ "intelligence": 2.0,
+ "crit_damage": 2.0,
+ "crit_chance": 3.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 1.0
+ },
+ "MYTHIC": {
+ "health": 3.0,
+ "defense": 3.0,
+ "strength": 2.0,
+ "intelligence": 3.0,
+ "crit_damage": 2.0,
+ "crit_chance": 3.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 1.0
+ }
+ }
+ },
+ "Brilliant": {
+ "reforgeName": "Brilliant",
+ "itemTypes": "EQUIPMENT",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 1.0,
+ "intelligence": 5.0,
+ "speed": 1.0
+ },
+ "UNCOMMON": {
+ "health": 1.0,
+ "intelligence": 6.0,
+ "speed": 1.0
+ },
+ "RARE": {
+ "health": 2.0,
+ "intelligence": 7.0,
+ "speed": 2.0
+ },
+ "EPIC": {
+ "health": 3.0,
+ "intelligence": 9.0,
+ "speed": 2.0
+ },
+ "LEGENDARY": {
+ "health": 4.0,
+ "intelligence": 12.0,
+ "speed": 2.0
+ },
+ "MYTHIC": {
+ "health": 5.0,
+ "intelligence": 15.0,
+ "speed": 2.0
+ }
+ }
+ },
+ "Clean": {
+ "reforgeName": "Clean",
+ "itemTypes": "ARMOR",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 5.0,
+ "defense": 5.0,
+ "crit_chance": 2.0
+ },
+ "UNCOMMON": {
+ "health": 7.0,
+ "defense": 7.0,
+ "crit_chance": 4.0
+ },
+ "RARE": {
+ "health": 10.0,
+ "defense": 10.0,
+ "crit_chance": 6.0
+ },
+ "EPIC": {
+ "health": 15.0,
+ "defense": 15.0,
+ "crit_chance": 8.0
+ },
+ "LEGENDARY": {
+ "health": 20.0,
+ "defense": 20.0,
+ "crit_chance": 10.0
+ },
+ "MYTHIC": {
+ "health": 25.0,
+ "defense": 25.0,
+ "crit_chance": 12.0
+ }
+ }
+ },
+ "Colossal": {
+ "reforgeName": "Colossal",
+ "itemTypes": "EQUIPMENT",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 3.0,
+ "defense": 3.0
+ },
+ "UNCOMMON": {
+ "health": 4.0,
+ "defense": 4.0
+ },
+ "RARE": {
+ "health": 6.0,
+ "defense": 6.0
+ },
+ "EPIC": {
+ "health": 8.0,
+ "defense": 8.0
+ },
+ "LEGENDARY": {
+ "health": 10.0,
+ "defense": 10.0
+ },
+ "MYTHIC": {
+ "health": 12.0,
+ "defense": 12.0
+ }
+ }
+ },
+ "Deadly": {
+ "reforgeName": "Deadly",
+ "itemTypes": "BOW",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "crit_damage": 5.0,
+ "crit_chance": 10.0
+ },
+ "UNCOMMON": {
+ "crit_damage": 10.0,
+ "crit_chance": 13.0
+ },
+ "RARE": {
+ "crit_damage": 18.0,
+ "crit_chance": 16.0
+ },
+ "EPIC": {
+ "crit_damage": 32.0,
+ "crit_chance": 19.0
+ },
+ "LEGENDARY": {
+ "crit_damage": 50.0,
+ "crit_chance": 22.0
+ },
+ "MYTHIC": {
+ "crit_damage": 78.0,
+ "crit_chance": 25.0
+ }
+ }
+ },
+ "Double-Bit": {
+ "reforgeName": "Double-Bit",
+ "itemTypes": "AXE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "speed": 1.0,
+ "foraging_fortune": 1.0
+ },
+ "UNCOMMON": {
+ "speed": 2.0,
+ "foraging_fortune": 2.0
+ },
+ "RARE": {
+ "speed": 2.0,
+ "foraging_fortune": 3.0
+ },
+ "EPIC": {
+ "speed": 3.0,
+ "foraging_fortune": 4.0
+ },
+ "LEGENDARY": {
+ "speed": 5.0,
+ "foraging_fortune": 5.0
+ },
+ "MYTHIC": {
+ "speed": 7.0,
+ "foraging_fortune": 6.0
+ }
+ }
+ },
+ "Epic": {
+ "reforgeName": "Epic",
+ "itemTypes": "SWORD/ROD",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 15.0,
+ "crit_damage": 10.0,
+ "bonus_attack_speed": 1.0
+ },
+ "UNCOMMON": {
+ "strength": 20.0,
+ "crit_damage": 15.0,
+ "bonus_attack_speed": 2.0
+ },
+ "RARE": {
+ "strength": 25.0,
+ "crit_damage": 20.0,
+ "bonus_attack_speed": 4.0
+ },
+ "EPIC": {
+ "strength": 32.0,
+ "crit_damage": 27.0,
+ "bonus_attack_speed": 7.0
+ },
+ "LEGENDARY": {
+ "strength": 40.0,
+ "crit_damage": 35.0,
+ "bonus_attack_speed": 10.0
+ },
+ "MYTHIC": {
+ "strength": 50.0,
+ "crit_damage": 45.0,
+ "bonus_attack_speed": 15.0
+ }
+ }
+ },
+ "Excellent": {
+ "reforgeName": "Excellent",
+ "itemTypes": "PICKAXE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "speed": 1.0,
+ "mining_speed": 4.0
+ },
+ "UNCOMMON": {
+ "speed": 2.0,
+ "mining_speed": 8.0
+ },
+ "RARE": {
+ "speed": 3.0,
+ "mining_speed": 12.0
+ },
+ "EPIC": {
+ "speed": 4.0,
+ "mining_speed": 16.0
+ },
+ "LEGENDARY": {
+ "speed": 5.0,
+ "mining_speed": 20.0
+ },
+ "MYTHIC": {
+ "speed": 7.0,
+ "mining_speed": 25.0
+ }
+ }
+ },
+ "Fair": {
+ "reforgeName": "Fair",
+ "itemTypes": "SWORD/ROD",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 2.0,
+ "intelligence": 2.0,
+ "crit_damage": 2.0,
+ "crit_chance": 2.0,
+ "bonus_attack_speed": 2.0
+ },
+ "UNCOMMON": {
+ "strength": 3.0,
+ "intelligence": 3.0,
+ "crit_damage": 3.0,
+ "crit_chance": 3.0,
+ "bonus_attack_speed": 3.0
+ },
+ "RARE": {
+ "strength": 4.0,
+ "intelligence": 4.0,
+ "crit_damage": 4.0,
+ "crit_chance": 4.0,
+ "bonus_attack_speed": 4.0
+ },
+ "EPIC": {
+ "strength": 7.0,
+ "intelligence": 7.0,
+ "crit_damage": 7.0,
+ "crit_chance": 7.0,
+ "bonus_attack_speed": 7.0
+ },
+ "LEGENDARY": {
+ "strength": 10.0,
+ "intelligence": 10.0,
+ "crit_damage": 10.0,
+ "crit_chance": 10.0,
+ "bonus_attack_speed": 10.0
+ },
+ "MYTHIC": {
+ "strength": 12.0,
+ "intelligence": 12.0,
+ "crit_damage": 12.0,
+ "crit_chance": 12.0,
+ "bonus_attack_speed": 12.0
+ }
+ }
+ },
+ "Fast": {
+ "reforgeName": "Fast",
+ "itemTypes": "SWORD/ROD",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "bonus_attack_speed": 10.0
+ },
+ "UNCOMMON": {
+ "bonus_attack_speed": 20.0
+ },
+ "RARE": {
+ "bonus_attack_speed": 30.0
+ },
+ "EPIC": {
+ "bonus_attack_speed": 40.0
+ },
+ "LEGENDARY": {
+ "bonus_attack_speed": 50.0
+ },
+ "MYTHIC": {
+ "bonus_attack_speed": 60.0
+ }
+ }
+ },
+ "Fierce": {
+ "reforgeName": "Fierce",
+ "itemTypes": "ARMOR",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 2.0,
+ "crit_damage": 4.0,
+ "crit_chance": 2.0
+ },
+ "UNCOMMON": {
+ "strength": 4.0,
+ "crit_damage": 7.0,
+ "crit_chance": 3.0
+ },
+ "RARE": {
+ "strength": 6.0,
+ "crit_damage": 10.0,
+ "crit_chance": 4.0
+ },
+ "EPIC": {
+ "strength": 8.0,
+ "crit_damage": 14.0,
+ "crit_chance": 5.0
+ },
+ "LEGENDARY": {
+ "strength": 10.0,
+ "crit_damage": 18.0,
+ "crit_chance": 6.0
+ },
+ "MYTHIC": {
+ "strength": 12.0,
+ "crit_damage": 24.0,
+ "crit_chance": 8.0
+ }
+ }
+ },
+ "Fine": {
+ "reforgeName": "Fine",
+ "itemTypes": "BOW",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 3.0,
+ "crit_damage": 2.0,
+ "crit_chance": 5.0
+ },
+ "UNCOMMON": {
+ "strength": 7.0,
+ "crit_damage": 4.0,
+ "crit_chance": 7.0
+ },
+ "RARE": {
+ "strength": 12.0,
+ "crit_damage": 7.0,
+ "crit_chance": 9.0
+ },
+ "EPIC": {
+ "strength": 18.0,
+ "crit_damage": 10.0,
+ "crit_chance": 12.0
+ },
+ "LEGENDARY": {
+ "strength": 25.0,
+ "crit_damage": 15.0,
+ "crit_chance": 15.0
+ },
+ "MYTHIC": {
+ "strength": 33.0,
+ "crit_damage": 20.0,
+ "crit_chance": 18.0
+ }
+ }
+ },
+ "Fortunate": {
+ "reforgeName": "Fortunate",
+ "itemTypes": "PICKAXE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "mining_speed": 1.0,
+ "mining_fortune": 1.0
+ },
+ "UNCOMMON": {
+ "mining_speed": 2.0,
+ "mining_fortune": 1.0
+ },
+ "RARE": {
+ "mining_speed": 3.0,
+ "mining_fortune": 1.0
+ },
+ "EPIC": {
+ "mining_speed": 4.0,
+ "mining_fortune": 2.0
+ },
+ "LEGENDARY": {
+ "mining_speed": 6.0,
+ "mining_fortune": 2.0
+ },
+ "MYTHIC": {
+ "mining_speed": 8.0,
+ "mining_fortune": 3.0
+ }
+ }
+ },
+ "Gentle": {
+ "reforgeName": "Gentle",
+ "itemTypes": "SWORD/ROD",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 3.0,
+ "bonus_attack_speed": 8.0
+ },
+ "UNCOMMON": {
+ "strength": 5.0,
+ "bonus_attack_speed": 10.0
+ },
+ "RARE": {
+ "strength": 7.0,
+ "bonus_attack_speed": 15.0
+ },
+ "EPIC": {
+ "strength": 10.0,
+ "bonus_attack_speed": 20.0
+ },
+ "LEGENDARY": {
+ "strength": 15.0,
+ "bonus_attack_speed": 25.0
+ },
+ "MYTHIC": {
+ "strength": 20.0,
+ "bonus_attack_speed": 30.0
+ }
+ }
+ },
+ "Grand": {
+ "reforgeName": "Grand",
+ "itemTypes": "BOW",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 25.0
+ },
+ "UNCOMMON": {
+ "strength": 32.0
+ },
+ "RARE": {
+ "strength": 40.0
+ },
+ "EPIC": {
+ "strength": 50.0
+ },
+ "LEGENDARY": {
+ "strength": 60.0
+ },
+ "MYTHIC": {
+ "strength": 75.0
+ }
+ }
+ },
+ "Great": {
+ "reforgeName": "Great",
+ "itemTypes": "AXE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 2.0,
+ "crit_damage": 2.0,
+ "speed": 1.0
+ },
+ "UNCOMMON": {
+ "strength": 4.0,
+ "crit_damage": 4.0,
+ "speed": 2.0
+ },
+ "RARE": {
+ "strength": 6.0,
+ "crit_damage": 6.0,
+ "speed": 3.0
+ },
+ "EPIC": {
+ "strength": 9.0,
+ "crit_damage": 9.0,
+ "speed": 4.0
+ },
+ "LEGENDARY": {
+ "strength": 12.0,
+ "crit_damage": 12.0,
+ "speed": 5.0
+ },
+ "MYTHIC": {
+ "strength": 16.0,
+ "crit_damage": 16.0,
+ "speed": 7.0
+ }
+ }
+ },
+ "Green Thumb": {
+ "reforgeName": "Green Thumb",
+ "itemTypes": "HOE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "speed": 1.0,
+ "farming_fortune": 1.0
+ },
+ "UNCOMMON": {
+ "speed": 2.0,
+ "farming_fortune": 2.0
+ },
+ "RARE": {
+ "speed": 2.0,
+ "farming_fortune": 3.0
+ },
+ "EPIC": {
+ "speed": 3.0,
+ "farming_fortune": 4.0
+ },
+ "LEGENDARY": {
+ "speed": 5.0,
+ "farming_fortune": 5.0
+ },
+ "MYTHIC": {
+ "speed": 7.0,
+ "farming_fortune": 6.0
+ }
+ }
+ },
+ "Hasty": {
+ "reforgeName": "Hasty",
+ "itemTypes": "BOW",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 3.0,
+ "crit_chance": 20.0
+ },
+ "UNCOMMON": {
+ "strength": 5.0,
+ "crit_chance": 25.0
+ },
+ "RARE": {
+ "strength": 7.0,
+ "crit_chance": 30.0
+ },
+ "EPIC": {
+ "strength": 10.0,
+ "crit_chance": 40.0
+ },
+ "LEGENDARY": {
+ "strength": 15.0,
+ "crit_chance": 50.0
+ },
+ "MYTHIC": {
+ "strength": 20.0,
+ "crit_chance": 60.0
+ }
+ }
+ },
+ "Heavy": {
+ "reforgeName": "Heavy",
+ "itemTypes": "ARMOR",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "defense": 25.0,
+ "crit_damage": -1.0,
+ "speed": -1.0
+ },
+ "UNCOMMON": {
+ "defense": 35.0,
+ "crit_damage": -2.0,
+ "speed": -1.0
+ },
+ "RARE": {
+ "defense": 50.0,
+ "crit_damage": -2.0,
+ "speed": -1.0
+ },
+ "EPIC": {
+ "defense": 65.0,
+ "crit_damage": -3.0,
+ "speed": -1.0
+ },
+ "LEGENDARY": {
+ "defense": 80.0,
+ "crit_damage": -5.0,
+ "speed": -1.0
+ },
+ "MYTHIC": {
+ "defense": 110.0,
+ "crit_damage": -7.0,
+ "speed": -1.0
+ }
+ }
+ },
+ "Hefty": {
+ "reforgeName": "Hefty",
+ "itemTypes": "EQUIPMENT",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "defense": 7.0,
+ "crit_damage": -2.0,
+ "speed": -1.0
+ },
+ "UNCOMMON": {
+ "defense": 9.0,
+ "crit_damage": -2.0,
+ "speed": -1.0
+ },
+ "RARE": {
+ "defense": 12.0,
+ "crit_damage": -3.0,
+ "speed": -1.0
+ },
+ "EPIC": {
+ "defense": 15.0,
+ "crit_damage": -3.0,
+ "speed": -1.0
+ },
+ "LEGENDARY": {
+ "defense": 20.0,
+ "crit_damage": -4.0,
+ "speed": -1.0
+ },
+ "MYTHIC": {
+ "defense": 25.0,
+ "crit_damage": -5.0,
+ "speed": -1.0
+ }
+ }
+ },
+ "Heroic": {
+ "reforgeName": "Heroic",
+ "itemTypes": "SWORD/ROD",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 15.0,
+ "intelligence": 40.0,
+ "bonus_attack_speed": 1.0
+ },
+ "UNCOMMON": {
+ "strength": 20.0,
+ "intelligence": 50.0,
+ "bonus_attack_speed": 2.0
+ },
+ "RARE": {
+ "strength": 25.0,
+ "intelligence": 65.0,
+ "bonus_attack_speed": 2.0
+ },
+ "EPIC": {
+ "strength": 32.0,
+ "intelligence": 80.0,
+ "bonus_attack_speed": 3.0
+ },
+ "LEGENDARY": {
+ "strength": 40.0,
+ "intelligence": 100.0,
+ "bonus_attack_speed": 5.0
+ },
+ "MYTHIC": {
+ "strength": 50.0,
+ "intelligence": 125.0,
+ "bonus_attack_speed": 7.0
+ }
+ }
+ },
+ "Honored": {
+ "reforgeName": "Honored",
+ "itemTypes": "EQUIPMENT",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 1.0,
+ "defense": 1.0,
+ "strength": 0.0,
+ "intelligence": 3.0,
+ "crit_chance": 1.0,
+ "speed": 1.0
+ },
+ "UNCOMMON": {
+ "health": 1.0,
+ "defense": 2.0,
+ "strength": 1.0,
+ "intelligence": 3.0,
+ "crit_chance": 1.0,
+ "speed": 1.0
+ },
+ "RARE": {
+ "health": 2.0,
+ "defense": 2.0,
+ "strength": 2.0,
+ "intelligence": 4.0,
+ "crit_chance": 1.0,
+ "speed": 1.0
+ },
+ "EPIC": {
+ "health": 2.0,
+ "defense": 3.0,
+ "strength": 2.0,
+ "intelligence": 5.0,
+ "crit_chance": 2.0,
+ "speed": 1.0
+ },
+ "LEGENDARY": {
+ "health": 3.0,
+ "defense": 3.0,
+ "strength": 3.0,
+ "intelligence": 6.0,
+ "crit_chance": 2.0,
+ "speed": 1.0
+ },
+ "MYTHIC": {
+ "health": 4.0,
+ "defense": 4.0,
+ "strength": 3.0,
+ "intelligence": 7.0,
+ "crit_chance": 2.0,
+ "speed": 1.0
+ }
+ }
+ },
+ "Legendary": {
+ "reforgeName": "Legendary",
+ "itemTypes": "SWORD/ROD",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 3.0,
+ "intelligence": 5.0,
+ "crit_damage": 5.0,
+ "crit_chance": 5.0,
+ "bonus_attack_speed": 2.0
+ },
+ "UNCOMMON": {
+ "strength": 7.0,
+ "intelligence": 8.0,
+ "crit_damage": 10.0,
+ "crit_chance": 7.0,
+ "bonus_attack_speed": 3.0
+ },
+ "RARE": {
+ "strength": 12.0,
+ "intelligence": 12.0,
+ "crit_damage": 15.0,
+ "crit_chance": 9.0,
+ "bonus_attack_speed": 5.0
+ },
+ "EPIC": {
+ "strength": 18.0,
+ "intelligence": 18.0,
+ "crit_damage": 22.0,
+ "crit_chance": 12.0,
+ "bonus_attack_speed": 7.0
+ },
+ "LEGENDARY": {
+ "strength": 25.0,
+ "intelligence": 25.0,
+ "crit_damage": 28.0,
+ "crit_chance": 15.0,
+ "bonus_attack_speed": 10.0
+ },
+ "MYTHIC": {
+ "strength": 32.0,
+ "intelligence": 35.0,
+ "crit_damage": 36.0,
+ "crit_chance": 18.0,
+ "bonus_attack_speed": 15.0
+ }
+ }
+ },
+ "Light": {
+ "reforgeName": "Light",
+ "itemTypes": "ARMOR",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 5.0,
+ "defense": 1.0,
+ "crit_damage": 1.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 1.0
+ },
+ "UNCOMMON": {
+ "health": 7.0,
+ "defense": 2.0,
+ "crit_damage": 2.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 2.0,
+ "speed": 2.0
+ },
+ "RARE": {
+ "health": 10.0,
+ "defense": 3.0,
+ "crit_damage": 3.0,
+ "crit_chance": 2.0,
+ "bonus_attack_speed": 3.0,
+ "speed": 3.0
+ },
+ "EPIC": {
+ "health": 15.0,
+ "defense": 4.0,
+ "crit_damage": 4.0,
+ "crit_chance": 2.0,
+ "bonus_attack_speed": 4.0,
+ "speed": 4.0
+ },
+ "LEGENDARY": {
+ "health": 20.0,
+ "defense": 5.0,
+ "crit_damage": 5.0,
+ "crit_chance": 3.0,
+ "bonus_attack_speed": 5.0,
+ "speed": 5.0
+ },
+ "MYTHIC": {
+ "health": 25.0,
+ "defense": 6.0,
+ "crit_damage": 6.0,
+ "crit_chance": 3.0,
+ "bonus_attack_speed": 6.0,
+ "speed": 6.0
+ }
+ }
+ },
+ "Lumberjack\u0027s": {
+ "reforgeName": "Lumberjack\u0027s",
+ "itemTypes": "AXE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "speed": 1.0,
+ "foraging_wisdom": 0.5
+ },
+ "UNCOMMON": {
+ "speed": 2.0,
+ "foraging_wisdom": 0.75
+ },
+ "RARE": {
+ "speed": 3.0,
+ "foraging_wisdom": 1.0
+ },
+ "EPIC": {
+ "speed": 5.0,
+ "foraging_wisdom": 1.25
+ },
+ "LEGENDARY": {
+ "speed": 7.0,
+ "foraging_wisdom": 2.0
+ },
+ "MYTHIC": {
+ "speed": 9.0,
+ "foraging_wisdom": 2.5
+ }
+ }
+ },
+ "Lush": {
+ "reforgeName": "Lush",
+ "itemTypes": "AXE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "speed": 3.0,
+ "foraging_fortune": 1.0
+ },
+ "UNCOMMON": {
+ "speed": 4.0,
+ "foraging_fortune": 1.0
+ },
+ "RARE": {
+ "speed": 5.0,
+ "foraging_fortune": 2.0
+ },
+ "EPIC": {
+ "speed": 7.0,
+ "foraging_fortune": 2.0
+ },
+ "LEGENDARY": {
+ "speed": 10.0,
+ "foraging_fortune": 3.0
+ },
+ "MYTHIC": {
+ "speed": 15.0,
+ "foraging_fortune": 5.0
+ }
+ }
+ },
+ "Menacing": {
+ "reforgeName": "Menacing",
+ "itemTypes": "EQUIPMENT",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "crit_damage": 2.0,
+ "crit_chance": 1.0
+ },
+ "UNCOMMON": {
+ "crit_damage": 3.0,
+ "crit_chance": 1.0
+ },
+ "RARE": {
+ "crit_damage": 3.0,
+ "crit_chance": 1.0
+ },
+ "EPIC": {
+ "crit_damage": 4.0,
+ "crit_chance": 1.0
+ },
+ "LEGENDARY": {
+ "crit_damage": 4.0,
+ "crit_chance": 2.0
+ },
+ "MYTHIC": {
+ "crit_damage": 5.0,
+ "crit_chance": 2.0
+ }
+ }
+ },
+ "Mythic": {
+ "reforgeName": "Mythic",
+ "itemTypes": "ARMOR",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 2.0,
+ "defense": 2.0,
+ "strength": 2.0,
+ "intelligence": 20.0,
+ "crit_chance": 1.0,
+ "speed": 2.0
+ },
+ "UNCOMMON": {
+ "health": 4.0,
+ "defense": 3.0,
+ "strength": 4.0,
+ "intelligence": 25.0,
+ "crit_chance": 2.0,
+ "speed": 2.0
+ },
+ "RARE": {
+ "health": 6.0,
+ "defense": 6.0,
+ "strength": 6.0,
+ "intelligence": 30.0,
+ "crit_chance": 3.0,
+ "speed": 2.0
+ },
+ "EPIC": {
+ "health": 8.0,
+ "defense": 8.0,
+ "strength": 8.0,
+ "intelligence": 40.0,
+ "crit_chance": 4.0,
+ "speed": 2.0
+ },
+ "LEGENDARY": {
+ "health": 10.0,
+ "defense": 10.0,
+ "strength": 10.0,
+ "intelligence": 50.0,
+ "crit_chance": 5.0,
+ "speed": 2.0
+ },
+ "MYTHIC": {
+ "health": 12.0,
+ "defense": 12.0,
+ "strength": 12.0,
+ "intelligence": 60.0,
+ "crit_chance": 6.0,
+ "speed": 2.0
+ }
+ }
+ },
+ "Neat": {
+ "reforgeName": "Neat",
+ "itemTypes": "BOW",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "intelligence": 3.0,
+ "crit_damage": 4.0,
+ "crit_chance": 10.0
+ },
+ "UNCOMMON": {
+ "intelligence": 6.0,
+ "crit_damage": 8.0,
+ "crit_chance": 12.0
+ },
+ "RARE": {
+ "intelligence": 10.0,
+ "crit_damage": 14.0,
+ "crit_chance": 14.0
+ },
+ "EPIC": {
+ "intelligence": 15.0,
+ "crit_damage": 20.0,
+ "crit_chance": 17.0
+ },
+ "LEGENDARY": {
+ "intelligence": 20.0,
+ "crit_damage": 30.0,
+ "crit_chance": 20.0
+ },
+ "MYTHIC": {
+ "intelligence": 30.0,
+ "crit_damage": 40.0,
+ "crit_chance": 25.0
+ }
+ }
+ },
+ "Odd": {
+ "reforgeName": "Odd",
+ "itemTypes": "SWORD/ROD",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "intelligence": -5.0,
+ "crit_damage": 5.0,
+ "crit_chance": 10.0
+ },
+ "UNCOMMON": {
+ "intelligence": -10.0,
+ "crit_damage": 10.0,
+ "crit_chance": 12.0
+ },
+ "RARE": {
+ "intelligence": -18.0,
+ "crit_damage": 15.0,
+ "crit_chance": 15.0
+ },
+ "EPIC": {
+ "intelligence": -32.0,
+ "crit_damage": 22.0,
+ "crit_chance": 20.0
+ },
+ "LEGENDARY": {
+ "intelligence": -50.0,
+ "crit_damage": 30.0,
+ "crit_chance": 25.0
+ },
+ "MYTHIC": {
+ "intelligence": -75.0,
+ "crit_damage": 40.0,
+ "crit_chance": 30.0
+ }
+ }
+ },
+ "Peasant\u0027s": {
+ "reforgeName": "Peasant\u0027s",
+ "itemTypes": "HOE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "speed": 1.0,
+ "farming_wisdom": 0.5
+ },
+ "UNCOMMON": {
+ "speed": 2.0,
+ "farming_wisdom": 0.75
+ },
+ "RARE": {
+ "speed": 3.0,
+ "farming_wisdom": 1.0
+ },
+ "EPIC": {
+ "speed": 5.0,
+ "farming_wisdom": 1.25
+ },
+ "LEGENDARY": {
+ "speed": 7.0,
+ "farming_wisdom": 2.0
+ },
+ "MYTHIC": {
+ "speed": 9.0,
+ "farming_wisdom": 2.5
+ }
+ }
+ },
+ "Prospector\u0027s": {
+ "reforgeName": "Prospector\u0027s",
+ "itemTypes": "PICKAXE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "speed": 1.0,
+ "mining_wisdom": 0.5
+ },
+ "UNCOMMON": {
+ "speed": 2.0,
+ "mining_wisdom": 0.75
+ },
+ "RARE": {
+ "speed": 3.0,
+ "mining_wisdom": 1.0
+ },
+ "EPIC": {
+ "speed": 5.0,
+ "mining_wisdom": 1.25
+ },
+ "LEGENDARY": {
+ "speed": 7.0,
+ "mining_wisdom": 2.0
+ },
+ "MYTHIC": {
+ "speed": 9.0,
+ "mining_wisdom": 2.5
+ }
+ }
+ },
+ "Pure": {
+ "reforgeName": "Pure",
+ "itemTypes": "ARMOR",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 2.0,
+ "defense": 2.0,
+ "strength": 2.0,
+ "intelligence": 2.0,
+ "crit_damage": 2.0,
+ "crit_chance": 2.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 1.0
+ },
+ "UNCOMMON": {
+ "health": 3.0,
+ "defense": 3.0,
+ "strength": 3.0,
+ "intelligence": 3.0,
+ "crit_damage": 3.0,
+ "crit_chance": 4.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 1.0
+ },
+ "RARE": {
+ "health": 4.0,
+ "defense": 4.0,
+ "strength": 4.0,
+ "intelligence": 4.0,
+ "crit_damage": 4.0,
+ "crit_chance": 6.0,
+ "bonus_attack_speed": 2.0,
+ "speed": 1.0
+ },
+ "EPIC": {
+ "health": 6.0,
+ "defense": 6.0,
+ "strength": 6.0,
+ "intelligence": 6.0,
+ "crit_damage": 6.0,
+ "crit_chance": 8.0,
+ "bonus_attack_speed": 3.0,
+ "speed": 1.0
+ },
+ "LEGENDARY": {
+ "health": 8.0,
+ "defense": 8.0,
+ "strength": 8.0,
+ "intelligence": 8.0,
+ "crit_damage": 8.0,
+ "crit_chance": 10.0,
+ "bonus_attack_speed": 4.0,
+ "speed": 1.0
+ },
+ "MYTHIC": {
+ "health": 10.0,
+ "defense": 10.0,
+ "strength": 10.0,
+ "intelligence": 10.0,
+ "crit_damage": 10.0,
+ "crit_chance": 12.0,
+ "bonus_attack_speed": 5.0,
+ "speed": 1.0
+ }
+ }
+ },
+ "Rapid": {
+ "reforgeName": "Rapid",
+ "itemTypes": "BOW",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 2.0,
+ "crit_damage": 35.0
+ },
+ "UNCOMMON": {
+ "strength": 3.0,
+ "crit_damage": 45.0
+ },
+ "RARE": {
+ "strength": 4.0,
+ "crit_damage": 55.0
+ },
+ "EPIC": {
+ "strength": 7.0,
+ "crit_damage": 65.0
+ },
+ "LEGENDARY": {
+ "strength": 10.0,
+ "crit_damage": 75.0
+ },
+ "MYTHIC": {
+ "strength": 12.0,
+ "crit_damage": 90.0
+ }
+ }
+ },
+ "Rich": {
+ "reforgeName": "Rich",
+ "itemTypes": "BOW",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "intelligence": 3.0,
+ "crit_damage": 2.0,
+ "crit_chance": 10.0
+ },
+ "UNCOMMON": {
+ "intelligence": 5.0,
+ "crit_damage": 4.0,
+ "crit_chance": 12.0
+ },
+ "RARE": {
+ "intelligence": 6.0,
+ "crit_damage": 7.0,
+ "crit_chance": 14.0
+ },
+ "EPIC": {
+ "intelligence": 15.0,
+ "crit_damage": 10.0,
+ "crit_chance": 17.0
+ },
+ "LEGENDARY": {
+ "intelligence": 20.0,
+ "crit_damage": 15.0,
+ "crit_chance": 20.0
+ },
+ "MYTHIC": {
+ "intelligence": 30.0,
+ "crit_damage": 20.0,
+ "crit_chance": 25.0
+ }
+ }
+ },
+ "Robust": {
+ "reforgeName": "Robust",
+ "itemTypes": "HOE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "farming_fortune": 2.0
+ },
+ "UNCOMMON": {
+ "farming_fortune": 3.0
+ },
+ "RARE": {
+ "farming_fortune": 4.0
+ },
+ "EPIC": {
+ "farming_fortune": 6.0
+ },
+ "LEGENDARY": {
+ "farming_fortune": 8.0
+ },
+ "MYTHIC": {
+ "farming_fortune": 10.0
+ }
+ }
+ },
+ "Rugged": {
+ "reforgeName": "Rugged",
+ "itemTypes": "AXE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 4.0,
+ "crit_damage": 3.0
+ },
+ "UNCOMMON": {
+ "strength": 6.0,
+ "crit_damage": 5.0
+ },
+ "RARE": {
+ "strength": 9.0,
+ "crit_damage": 8.0
+ },
+ "EPIC": {
+ "strength": 13.0,
+ "crit_damage": 12.0
+ },
+ "LEGENDARY": {
+ "strength": 18.0,
+ "crit_damage": 16.0
+ },
+ "MYTHIC": {
+ "strength": 24.0,
+ "crit_damage": 22.0
+ }
+ }
+ },
+ "Sharp": {
+ "reforgeName": "Sharp",
+ "itemTypes": "SWORD/ROD",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "crit_damage": 20.0,
+ "crit_chance": 10.0
+ },
+ "UNCOMMON": {
+ "crit_damage": 30.0,
+ "crit_chance": 12.0
+ },
+ "RARE": {
+ "crit_damage": 40.0,
+ "crit_chance": 14.0
+ },
+ "EPIC": {
+ "crit_damage": 55.0,
+ "crit_chance": 17.0
+ },
+ "LEGENDARY": {
+ "crit_damage": 75.0,
+ "crit_chance": 20.0
+ },
+ "MYTHIC": {
+ "crit_damage": 90.0,
+ "crit_chance": 25.0
+ }
+ }
+ },
+ "Smart": {
+ "reforgeName": "Smart",
+ "itemTypes": "ARMOR",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 4.0,
+ "defense": 4.0,
+ "intelligence": 20.0
+ },
+ "UNCOMMON": {
+ "health": 6.0,
+ "defense": 6.0,
+ "intelligence": 40.0
+ },
+ "RARE": {
+ "health": 9.0,
+ "defense": 9.0,
+ "intelligence": 60.0
+ },
+ "EPIC": {
+ "health": 12.0,
+ "defense": 12.0,
+ "intelligence": 80.0
+ },
+ "LEGENDARY": {
+ "health": 15.0,
+ "defense": 15.0,
+ "intelligence": 100.0
+ },
+ "MYTHIC": {
+ "health": 20.0,
+ "defense": 20.0,
+ "intelligence": 120.0
+ }
+ }
+ },
+ "Soft": {
+ "reforgeName": "Soft",
+ "itemTypes": "EQUIPMENT",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 2.0,
+ "defense": 1.0,
+ "crit_damage": 1.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 1.0
+ },
+ "UNCOMMON": {
+ "health": 3.0,
+ "defense": 1.0,
+ "crit_damage": 1.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 1.0
+ },
+ "RARE": {
+ "health": 4.0,
+ "defense": 1.0,
+ "crit_damage": 1.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 1.0
+ },
+ "EPIC": {
+ "health": 5.0,
+ "defense": 1.0,
+ "crit_damage": 2.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 1.0
+ },
+ "LEGENDARY": {
+ "health": 6.0,
+ "defense": 2.0,
+ "crit_damage": 2.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 1.0,
+ "speed": 2.0
+ },
+ "MYTHIC": {
+ "health": 7.0,
+ "defense": 2.0,
+ "crit_damage": 2.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 2.0,
+ "speed": 2.0
+ }
+ }
+ },
+ "Spicy": {
+ "reforgeName": "Spicy",
+ "itemTypes": "SWORD/ROD",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 2.0,
+ "crit_damage": 25.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 2.0
+ },
+ "UNCOMMON": {
+ "strength": 3.0,
+ "crit_damage": 35.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 3.0
+ },
+ "RARE": {
+ "strength": 4.0,
+ "crit_damage": 45.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 5.0
+ },
+ "EPIC": {
+ "strength": 7.0,
+ "crit_damage": 60.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 7.0
+ },
+ "LEGENDARY": {
+ "strength": 10.0,
+ "crit_damage": 80.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 10.0
+ },
+ "MYTHIC": {
+ "strength": 12.0,
+ "crit_damage": 100.0,
+ "crit_chance": 1.0,
+ "bonus_attack_speed": 15.0
+ }
+ }
+ },
+ "Stained": {
+ "reforgeName": "Stained",
+ "itemTypes": "EQUIPMENT",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 2.0,
+ "defense": 2.0,
+ "crit_chance": 1.0
+ },
+ "UNCOMMON": {
+ "health": 3.0,
+ "defense": 3.0,
+ "crit_chance": 1.0
+ },
+ "RARE": {
+ "health": 4.0,
+ "defense": 4.0,
+ "crit_chance": 2.0
+ },
+ "EPIC": {
+ "health": 5.0,
+ "defense": 5.0,
+ "crit_chance": 2.0
+ },
+ "LEGENDARY": {
+ "health": 5.0,
+ "defense": 6.0,
+ "crit_chance": 3.0
+ },
+ "MYTHIC": {
+ "health": 7.0,
+ "defense": 7.0,
+ "crit_chance": 4.0
+ }
+ }
+ },
+ "Sturdy": {
+ "reforgeName": "Sturdy",
+ "itemTypes": "PICKAXE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "defense": 3.0,
+ "mining_speed": 3.0
+ },
+ "UNCOMMON": {
+ "defense": 6.0,
+ "mining_speed": 6.0
+ },
+ "RARE": {
+ "defense": 9.0,
+ "mining_speed": 9.0
+ },
+ "EPIC": {
+ "defense": 12.0,
+ "mining_speed": 12.0
+ },
+ "LEGENDARY": {
+ "defense": 15.0,
+ "mining_speed": 15.0
+ },
+ "MYTHIC": {
+ "defense": 20.0,
+ "mining_speed": 20.0
+ }
+ }
+ },
+ "Titanic": {
+ "reforgeName": "Titanic",
+ "itemTypes": "ARMOR",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 10.0,
+ "defense": 10.0
+ },
+ "UNCOMMON": {
+ "health": 15.0,
+ "defense": 15.0
+ },
+ "RARE": {
+ "health": 20.0,
+ "defense": 20.0
+ },
+ "EPIC": {
+ "health": 25.0,
+ "defense": 25.0
+ },
+ "LEGENDARY": {
+ "health": 35.0,
+ "defense": 35.0
+ },
+ "MYTHIC": {
+ "health": 50.0,
+ "defense": 50.0
+ }
+ }
+ },
+ "Unreal": {
+ "reforgeName": "Unreal",
+ "itemTypes": "BOW",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "strength": 3.0,
+ "crit_damage": 5.0,
+ "crit_chance": 8.0
+ },
+ "UNCOMMON": {
+ "strength": 7.0,
+ "crit_damage": 10.0,
+ "crit_chance": 9.0
+ },
+ "RARE": {
+ "strength": 12.0,
+ "crit_damage": 18.0,
+ "crit_chance": 10.0
+ },
+ "EPIC": {
+ "strength": 18.0,
+ "crit_damage": 32.0,
+ "crit_chance": 11.0
+ },
+ "LEGENDARY": {
+ "strength": 25.0,
+ "crit_damage": 50.0,
+ "crit_chance": 13.0
+ },
+ "MYTHIC": {
+ "strength": 34.0,
+ "crit_damage": 70.0,
+ "crit_chance": 15.0
+ }
+ }
+ },
+ "Unyielding": {
+ "reforgeName": "Unyielding",
+ "itemTypes": "PICKAXE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "speed": 1.0,
+ "mining_fortune": 1.0
+ },
+ "UNCOMMON": {
+ "speed": 2.0,
+ "mining_fortune": 2.0
+ },
+ "RARE": {
+ "speed": 3.0,
+ "mining_fortune": 3.0
+ },
+ "EPIC": {
+ "speed": 5.0,
+ "mining_fortune": 4.0
+ },
+ "LEGENDARY": {
+ "speed": 7.0,
+ "mining_fortune": 5.0
+ },
+ "MYTHIC": {
+ "speed": 9.0,
+ "mining_fortune": 6.0
+ }
+ }
+ },
+ "Wise": {
+ "reforgeName": "Wise",
+ "itemTypes": "ARMOR",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "health": 6.0,
+ "intelligence": 25.0,
+ "speed": 1.0
+ },
+ "UNCOMMON": {
+ "health": 8.0,
+ "intelligence": 50.0,
+ "speed": 1.0
+ },
+ "RARE": {
+ "health": 10.0,
+ "intelligence": 75.0,
+ "speed": 1.0
+ },
+ "EPIC": {
+ "health": 12.0,
+ "intelligence": 100.0,
+ "speed": 2.0
+ },
+ "LEGENDARY": {
+ "health": 15.0,
+ "intelligence": 125.0,
+ "speed": 2.0
+ },
+ "MYTHIC": {
+ "health": 20.0,
+ "intelligence": 150.0,
+ "speed": 3.0
+ }
+ }
+ },
+ "Zooming": {
+ "reforgeName": "Zooming",
+ "itemTypes": "HOE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeStats": {
+ "COMMON": {
+ "speed": 5.0
+ },
+ "UNCOMMON": {
+ "speed": 8.0
+ },
+ "RARE": {
+ "speed": 12.0
+ },
+ "EPIC": {
+ "speed": 16.0
+ },
+ "LEGENDARY": {
+ "speed": 20.0
+ },
+ "MYTHIC": {
+ "speed": 25.0
+ }
+ }
+ }
+} \ No newline at end of file