diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-08-08 21:08:35 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-08 21:08:35 +0200 |
commit | 0162818487df8c5b107a2228fe71684c544a0b90 (patch) | |
tree | 5fc317d75ee71fbf1955931d6fe07c23a71dc2e3 /constants/reforgestones.json | |
parent | 0bdb82a34e4dd1d09f3761a4e033b70e8c3ab333 (diff) | |
download | NotEnoughUpdates-REPO-0162818487df8c5b107a2228fe71684c544a0b90.tar.gz NotEnoughUpdates-REPO-0162818487df8c5b107a2228fe71684c544a0b90.tar.bz2 NotEnoughUpdates-REPO-0162818487df8c5b107a2228fe71684c544a0b90.zip |
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
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 } } }, |