diff options
Diffstat (limited to 'constants/reforgestones.json')
-rw-r--r-- | constants/reforgestones.json | 14 |
1 files changed, 7 insertions, 7 deletions
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 } } }, |