diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/enchants.json | 6 | ||||
-rw-r--r-- | constants/misc.json | 5 | ||||
-rw-r--r-- | constants/reforgestones.json | 48 |
3 files changed, 56 insertions, 3 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 574e17db..a74b918f 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -66,7 +66,8 @@ "turbo_cactus", "turbo_coco", "turbo_melon", - "turbo_pumpkin" + "turbo_pumpkin", + "delicate" ], "PICKAXE": [ "compact", @@ -105,7 +106,8 @@ "turbo_carrot", "turbo_potato", "turbo_mushrooms", - "cultivating" + "cultivating", + "delicate" ], "HELMET": [ "big_brain", diff --git a/constants/misc.json b/constants/misc.json index 08da53ff..aedea0ea 100644 --- a/constants/misc.json +++ b/constants/misc.json @@ -1052,7 +1052,10 @@ "fb62446fa9f142d1aa99e6722c624623", "9a2c1f42717e4f5ab054fd5aff73979b", "f6da848bf1904f6d9045a7bb51e56d42", - "168300e64e744a6d89a07b7cf8ad6a7d" + "168300e64e744a6d89a07b7cf8ad6a7d", + "9d8c370647864b71881cc825b60280e8", + "7145988e904c4babbee1d4235aa9d8b5", + "22af1ea6f6dc4b13af2b32cc02f62019" ], "ranks": { 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", |