From 64408db5afa8d7f3dc2c7b3f07aa0fe88d711e75 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 26 Apr 2021 23:18:25 +0200 Subject: Rainbow Names and Reforge Stone + Ench Constant (#478) * Rainbow Name and Reforge Stone * Added Delicate * Added Wiki Link * Rainbow Name --- constants/reforgestones.json | 48 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) (limited to 'constants/reforgestones.json') 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", -- cgit