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 | |
| 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')
| -rw-r--r-- | constants/enchants.json | 4 | ||||
| -rw-r--r-- | constants/petnums.json | 4 | ||||
| -rw-r--r-- | constants/reforgestones.json | 14 |
3 files changed, 13 insertions, 9 deletions
diff --git a/constants/enchants.json b/constants/enchants.json index 4ae5ea01..7794753b 100644 --- a/constants/enchants.json +++ b/constants/enchants.json @@ -619,6 +619,10 @@ [ "ultimate_one_for_all", "smoldering" + ], + [ + "reflection", + "thorns" ] ], "enchants_xp_cost": { diff --git a/constants/petnums.json b/constants/petnums.json index 5720b9bd..a2f3d9c3 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1545,7 +1545,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.7, + 0.8, 1.0, 0.2 ], @@ -1569,7 +1569,7 @@ "MYTHIC": { "1": { "otherNums": [ - 0.7, + 0.8, 1.0, 0.2, 0.5 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 } } }, |
