aboutsummaryrefslogtreecommitdiff
path: root/constants/reforgestones.json
diff options
context:
space:
mode:
authorjani270 <69345714+jani270@users.noreply.github.com>2022-05-03 12:22:34 +0200
committerGitHub <noreply@github.com>2022-05-03 10:22:34 +0000
commit0ea23c71191acd73fdf03cc37a81fa78c36a4893 (patch)
tree5adfe2c1a6d67e7308f7c04860168b3dabed4f6b /constants/reforgestones.json
parenta370cd99fb25e4ab7549d9fb4a5d3c283ecf8b63 (diff)
downloadNotEnoughUpdates-REPO-0ea23c71191acd73fdf03cc37a81fa78c36a4893.tar.gz
NotEnoughUpdates-REPO-0ea23c71191acd73fdf03cc37a81fa78c36a4893.tar.bz2
NotEnoughUpdates-REPO-0ea23c71191acd73fdf03cc37a81fa78c36a4893.zip
Bunch of fixes and other stuff (#732)
Diffstat (limited to 'constants/reforgestones.json')
-rw-r--r--constants/reforgestones.json205
1 files changed, 180 insertions, 25 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json
index a73e1cce..cb9a9f04 100644
--- a/constants/reforgestones.json
+++ b/constants/reforgestones.json
@@ -139,53 +139,57 @@
}
}
},
- "GOLDEN_BALL": {
- "internalName": "GOLDEN_BALL",
- "reforgeName": "Bountiful",
+ "BLAZE_WAX": {
+ "internalName": "BLAZE_WAX",
+ "reforgeName": "Waxed",
"reforgeType": "blacksmith/reforge_stone",
- "itemTypes": "HOE",
+ "itemTypes": "EQUIPMENT",
"requiredRarities": [
"COMMON",
"UNCOMMON",
"RARE",
"EPIC",
"LEGENDARY",
- "MYTHIC"
+ "MYTHIC",
+ "DIVINE"
],
"reforgeCosts": {
- "COMMON": 20000,
- "UNCOMMON": 40000,
- "RARE": 80000,
- "EPIC": 150000,
- "LEGENDARY": 300000,
- "MYTHIC": 600000
- },
- "reforgeAbility": {
- "COMMON": "§7Grants §a+1 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.",
- "UNCOMMON": "§7Grants §a+2 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.",
- "RARE": "§7Grants §a+3 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.",
- "EPIC": "§7Grants §a+5 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.",
- "LEGENDARY": "§7Grants §a+7 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.",
- "MYTHIC": "§7Grants §a+10 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break."
+ "COMMON": 7500,
+ "UNCOMMON": 15000,
+ "RARE": 30000,
+ "EPIC": 75000,
+ "LEGENDARY": 150000,
+ "MYTHIC": 300000,
+ "DIVINE": 400000
},
"reforgeStats": {
"COMMON": {
- "speed": 1
+ "health": 5,
+ "crit_chance": 2
},
"UNCOMMON": {
- "speed": 2
+ "health": 6,
+ "crit_chance": 3
},
"RARE": {
- "speed": 3
+ "health": 8,
+ "crit_chance": 4
},
"EPIC": {
- "speed": 5
+ "health": 10,
+ "crit_chance": 5
},
"LEGENDARY": {
- "speed": 8
+ "health": 12,
+ "crit_chance": 6
},
"MYTHIC": {
- "speed": 13
+ "health": 15,
+ "crit_chance": 7
+ },
+ "DIVINE": {
+ "health": 20,
+ "crit_chance": 8
}
}
},
@@ -711,6 +715,56 @@
}
}
},
+ "GOLDEN_BALL": {
+ "internalName": "GOLDEN_BALL",
+ "reforgeName": "Bountiful",
+ "reforgeType": "blacksmith/reforge_stone",
+ "itemTypes": "HOE",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC"
+ ],
+ "reforgeCosts": {
+ "COMMON": 20000,
+ "UNCOMMON": 40000,
+ "RARE": 80000,
+ "EPIC": 150000,
+ "LEGENDARY": 300000,
+ "MYTHIC": 600000
+ },
+ "reforgeAbility": {
+ "COMMON": "§7Grants §a+1 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.",
+ "UNCOMMON": "§7Grants §a+2 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.",
+ "RARE": "§7Grants §a+3 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.",
+ "EPIC": "§7Grants §a+5 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.",
+ "LEGENDARY": "§7Grants §a+7 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break.",
+ "MYTHIC": "§7Grants §a+10 §6☘ Farming §6Fortune§7, which increases your chance for multiple crops. §7Grants §a+0.2 §7Coins on crop break."
+ },
+ "reforgeStats": {
+ "COMMON": {
+ "speed": 1
+ },
+ "UNCOMMON": {
+ "speed": 2
+ },
+ "RARE": {
+ "speed": 3
+ },
+ "EPIC": {
+ "speed": 5
+ },
+ "LEGENDARY": {
+ "speed": 8
+ },
+ "MYTHIC": {
+ "speed": 13
+ }
+ }
+ },
"HARDENED_WOOD": {
"internalName": "HARDENED_WOOD",
"reforgeName": "Stiff",
@@ -1031,6 +1085,53 @@
}
}
},
+ "METEOR_SHARD": {
+ "internalName": "METEOR_SHARD",
+ "reforgeName": "Fortified",
+ "reforgeType": "blacksmith/reforge_stone",
+ "itemTypes": "EQUIPMENT",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC",
+ "DIVINE"
+ ],
+ "reforgeCosts": {
+ "COMMON": 7500,
+ "UNCOMMON": 15000,
+ "RARE": 30000,
+ "EPIC": 75000,
+ "LEGENDARY": 150000,
+ "MYTHIC": 300000,
+ "DIVINE": 400000
+ },
+ "reforgeStats": {
+ "COMMON": {
+ "defense": 12
+ },
+ "UNCOMMON": {
+ "defense": 14
+ },
+ "RARE": {
+ "defense": 17
+ },
+ "EPIC": {
+ "defense": 20
+ },
+ "LEGENDARY": {
+ "defense": 25
+ },
+ "MYTHIC": {
+ "defense": 30
+ },
+ "DIVINE": {
+ "defense": 36
+ }
+ }
+ },
"MOIL_LOG": {
"internalName": "MOIL_LOG",
"reforgeName": "Moil",
@@ -1886,6 +1987,60 @@
}
}
},
+ "SEARING_STONE": {
+ "internalName": "SEARING_STONE",
+ "reforgeName": "Strengthened",
+ "reforgeType": "blacksmith/reforge_stone",
+ "itemTypes": "EQUIPMENT",
+ "requiredRarities": [
+ "COMMON",
+ "UNCOMMON",
+ "RARE",
+ "EPIC",
+ "LEGENDARY",
+ "MYTHIC",
+ "DIVINE"
+ ],
+ "reforgeCosts": {
+ "COMMON": 7500,
+ "UNCOMMON": 15000,
+ "RARE": 30000,
+ "EPIC": 75000,
+ "LEGENDARY": 150000,
+ "MYTHIC": 300000,
+ "DIVINE": 400000
+ },
+ "reforgeStats": {
+ "COMMON": {
+ "defense": 3,
+ "strength": 2
+ },
+ "UNCOMMON": {
+ "defense": 4,
+ "strength": 3
+ },
+ "RARE": {
+ "defense": 5,
+ "strength": 4
+ },
+ "EPIC": {
+ "defense": 6,
+ "strength": 5
+ },
+ "LEGENDARY": {
+ "defense": 8,
+ "strength": 6
+ },
+ "MYTHIC": {
+ "defense": 10,
+ "strength": 7
+ },
+ "DIVINE": {
+ "defense": 12,
+ "strength": 8
+ }
+ }
+ },
"TOIL_LOG": {
"internalName": "TOIL_LOG",
"reforgeName": "Toil",