diff options
author | DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com> | 2021-02-18 15:28:43 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-18 09:28:43 -0500 |
commit | 45a3da8526ea8b8c306dee26b657be9f12fe738f (patch) | |
tree | b82fc65a7f8c29882f4f4594d42e2d10b9c91a2a /constants/reforgestones.json | |
parent | f249f8ccd6cb56ffb41e8dd27c7fc40505efa866 (diff) | |
download | NotEnoughUpdates-REPO-45a3da8526ea8b8c306dee26b657be9f12fe738f.tar.gz NotEnoughUpdates-REPO-45a3da8526ea8b8c306dee26b657be9f12fe738f.tar.bz2 NotEnoughUpdates-REPO-45a3da8526ea8b8c306dee26b657be9f12fe738f.zip |
Some wiki links and fixes (#406)
* fixed plumber sponge having clickcommand twice
* added salmon opal wiki link and stats (yay even longer lore)
* rune sack wiki link
* added autopet wiki url
* added kismet feather wiki link
* added new enrichments to parent
* added wiki url to snow shovel (should be named snow scoop smh)
* added wiki url to block zapper
* OMG I MISSED TO SPACES AFTER COMMAS AAAAAAAAAAAAAAAAAAAH
* updated diamond spreading rarity
* forgot to remove neu dev data (im dumb)
* fixed autopet colors
Diffstat (limited to 'constants/reforgestones.json')
-rw-r--r-- | constants/reforgestones.json | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/constants/reforgestones.json b/constants/reforgestones.json index e737224f..19ee3387 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1819,5 +1819,60 @@ "strength":170 } } + }, + "SALMON_OPAL":{ + "internalName":"SALMON_OPAL", + "reforgeName":"Headstrong", + "reforgeType":"blacksmith/reforge_stone", + "itemTypes":"BOW", + "requiredRarities":[ + "COMMON", + "UNCOMMON", + "RARE", + "EPIC", + "LEGENDARY", + "MYTHIC" + ], + "reforgeCosts":{ + "COMMON":15000, + "UNCOMMON":30000, + "RARE":60000, + "EPIC":125000, + "LEGENDARY":250000, + "MYTHIC":500000 + }, + "reforgeAbility":"§7Deal §a+8% §7extra damage when arrows hit the head of a mob.", + "reforgeStats":{ + "COMMON":{ + "strength":2, + "crit_chance":10, + "crit_damage":4 + }, + "UNCOMMON":{ + "strength":5, + "crit_chance":11, + "crit_damage":8 + }, + "RARE":{ + "strength":10, + "crit_chance":12, + "crit_damage":16 + }, + "EPIC":{ + "strength":16, + "crit_chance":13, + "crit_damage":28 + }, + "LEGENDARY":{ + "strength":23, + "crit_chance":15, + "crit_damage":42 + }, + "MYTHIC":{ + "strength":33, + "crit_chance":17, + "crit_damage":60 + } + } } }
\ No newline at end of file |