diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-07-06 10:34:25 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-06 18:34:25 +1000 |
commit | 6789d4500c016859b30dcd2298fbfb0e1643175f (patch) | |
tree | fa223ef055b0435bbd5aafb2204b79ed34c13eba /constants | |
parent | eff1afabd8c773fc852e5a65c47068c6bade6d02 (diff) | |
download | NotEnoughUpdates-REPO-6789d4500c016859b30dcd2298fbfb0e1643175f.tar.gz NotEnoughUpdates-REPO-6789d4500c016859b30dcd2298fbfb0e1643175f.tar.bz2 NotEnoughUpdates-REPO-6789d4500c016859b30dcd2298fbfb0e1643175f.zip |
Web (#776)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/reforgestones.json | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index 5f83968f..1fffe265 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -917,6 +917,55 @@ } } }, + "KUUDRA_MANDIBLE": { + "internalName": "KUUDRA_MANDIBLE", + "reforgeName": "Chomp", + "reforgeType": "blacksmith/reforge_stone", + "itemTypes": "ROD", + "requiredRarities": [ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts": { + "COMMON": 20000, + "UNCOMMON": 40000, + "RARE": 80000, + "EPIC": 150000, + "LEGENDARY": 300000, + "MYTHIC": 600000 + }, + "reforgeAbility": "ยง7Lava Sea Creatures have their max Health reduced for each unique lava sea creature that you've killed with this rod!", + "reforgeStats": { + "COMMON": { + "strength": 5, + "crit_chance": 5 + }, + "UNCOMMON": { + "strength": 10, + "crit_chance": 10 + }, + "RARE": { + "strength": 17, + "crit_chance": 17 + }, + "EPIC": { + "strength": 25, + "crit_chance": 25 + }, + "LEGENDARY": { + "strength": 35, + "crit_chance": 35 + }, + "MYTHIC": { + "strength": 50, + "crit_chance": 50 + } + } + }, "LAPIS_CRYSTAL": { "internalName": "LAPIS_CRYSTAL", "reforgeName": "Magnetic", |