diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-26 23:18:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-26 17:18:25 -0400 |
commit | 64408db5afa8d7f3dc2c7b3f07aa0fe88d711e75 (patch) | |
tree | b0da5d2b4df8d6bc666ce8e220aaa1b8d4acb4c9 /constants/reforgestones.json | |
parent | d22be55639a335fab03171bdae170428b825bb5a (diff) | |
download | NotEnoughUpdates-REPO-64408db5afa8d7f3dc2c7b3f07aa0fe88d711e75.tar.gz NotEnoughUpdates-REPO-64408db5afa8d7f3dc2c7b3f07aa0fe88d711e75.tar.bz2 NotEnoughUpdates-REPO-64408db5afa8d7f3dc2c7b3f07aa0fe88d711e75.zip |
Rainbow Names and Reforge Stone + Ench Constant (#478)
* Rainbow Name and Reforge Stone
* Added Delicate
* Added Wiki Link
* Rainbow Name
Diffstat (limited to 'constants/reforgestones.json')
-rw-r--r-- | constants/reforgestones.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 15dc78d8..14317880 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -676,6 +676,54 @@ } } }, + "HARDENED_WOOD":{ + "internalName":"HARDENED_WOOD", + "reforgeName":"Stiff", + "reforgeType":"blacksmith/reforge_stone", + "itemTypes":"ROD", + "requiredRarities":[ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts":{ + "COMMON":4000, + "UNCOMMON":7500, + "RARE":15000, + "EPIC":40000, + "LEGENDARY":75000, + "MYTHIC":150000 + }, + "reforgeStats":{ + "COMMON":{ + "sea_creature_chance":1, + "strength":2 + }, + "UNCOMMON":{ + "sea_creature_chance":2, + "strength":4 + }, + "RARE":{ + "sea_creature_chance":2, + "strength":6 + }, + "EPIC":{ + "sea_creature_chance":3, + "strength":8 + }, + "LEGENDARY":{ + "sea_creature_chance":5, + "strength":10 + }, + "MYTHIC":{ + "sea_creature_chance":7, + "strength":12 + } + } + }, "JERRY_STONE":{ "internalName":"JERRY_STONE", "reforgeName":"Jerry's", |