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 | |
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')
-rw-r--r-- | constants/misc.json | 4 | ||||
-rw-r--r-- | constants/reforgestones.json | 48 |
2 files changed, 51 insertions, 1 deletions
diff --git a/constants/misc.json b/constants/misc.json index d919bfbe..08da53ff 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1050,7 +1050,9 @@ "a7cb7319ac7547f0802116f38dc5ca85", "e686fe0aab804a71ac7011dc8c2b534c", "fb62446fa9f142d1aa99e6722c624623", - "9a2c1f42717e4f5ab054fd5aff73979b" + "9a2c1f42717e4f5ab054fd5aff73979b", + "f6da848bf1904f6d9045a7bb51e56d42", + "168300e64e744a6d89a07b7cf8ad6a7d" ], "ranks": { 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", |