diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2021-04-24 15:45:47 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-24 15:45:47 -0400 |
commit | a4b05933e2ea9d535f984ec28624f09c1e577eb3 (patch) | |
tree | 9ba5b89d20a6674bcb64cefc5329b8fb47bef94e /constants/reforgestones.json | |
parent | 7899bd5bae6b5a7df6f681898e535a902e608f26 (diff) | |
parent | b6302cf45d6b6da8e07908307b3b520b5a91be00 (diff) | |
download | NotEnoughUpdates-REPO-a4b05933e2ea9d535f984ec28624f09c1e577eb3.tar.gz NotEnoughUpdates-REPO-a4b05933e2ea9d535f984ec28624f09c1e577eb3.tar.bz2 NotEnoughUpdates-REPO-a4b05933e2ea9d535f984ec28624f09c1e577eb3.zip |
Merge pull request #473 from jani270/Books
Updated all Enchanted Books + Fix + Rainbow Names + Reforge Stone
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 ab9a39ae..15dc78d8 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -795,6 +795,54 @@ } } }, + "LUCKY_DICE":{ + "internalName":"LUCKY_DICE", + "reforgeName":"Lucky", + "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":60000 + }, + "reforgeStats":{ + "COMMON":{ + "sea_creature_chance":1, + "magic_find":1 + }, + "UNCOMMON":{ + "sea_creature_chance":2, + "magic_find":2 + }, + "RARE":{ + "sea_creature_chance":2, + "magic_find":3 + }, + "EPIC":{ + "sea_creature_chance":3, + "magic_find":4 + }, + "LEGENDARY":{ + "sea_creature_chance":5, + "magic_find":5 + }, + "MYTHIC":{ + "sea_creature_chance":7, + "magic_find":6 + } + } + }, "MIDAS_JEWEL":{ "internalName":"MIDAS_JEWEL", "reforgeName":"Gilded", |