From 0162818487df8c5b107a2228fe71684c544a0b90 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Tue, 8 Aug 2023 21:08:35 +0200 Subject: Fixed lore of Etherwarp Merger and added Hemobomb recipe (#963) * Fixed lore of Etherwarp Merger and added Hemobomb recipe * Fixed Flying Fish Speed and lore * Added new skins * Added new items, fixed grizzly salmon and divan drill * Fixed conflict enchant * Fixed lore of Terror Armor * Fixed lore of spirit armour * Fixed thing in lore * Fixed Kuudra Mandible Reforge * Added new bingo items * Fixed Tara Tier 3 and 4 name * Fixed Fungi Cutter * Fixed more lores --- constants/reforgestones.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'constants/reforgestones.json') diff --git a/constants/reforgestones.json b/constants/reforgestones.json index d24fa2d6..f5670c2a 100644 --- a/constants/reforgestones.json +++ b/constants/reforgestones.json @@ -1229,37 +1229,37 @@ "LEGENDARY": 300000, "MYTHIC": 600000 }, - "reforgeAbility": "§7Lava Sea Creatures have their max Health reduced for each unique lava sea creature that you've killed with this rod!", + "reforgeAbility": "§7Decreases the health of Lava Sea Creatures by 1% for each unique Lava Sea Creature you have killed with this rod in your inventory.", "reforgeStats": { "COMMON": { "strength": 5, "crit_chance": 5, - "fishing_speed": 1 + "fishing_speed": 2 }, "UNCOMMON": { "strength": 10, "crit_chance": 10, - "fishing_speed": 2 + "fishing_speed": 3 }, "RARE": { "strength": 17, "crit_chance": 17, - "fishing_speed": 4 + "fishing_speed": 5 }, "EPIC": { "strength": 25, "crit_chance": 25, - "fishing_speed": 6 + "fishing_speed": 7 }, "LEGENDARY": { "strength": 35, "crit_chance": 35, - "fishing_speed": 8 + "fishing_speed": 9 }, "MYTHIC": { "strength": 50, "crit_chance": 50, - "fishing_speed": 10 + "fishing_speed": 11 } } }, -- cgit