diff options
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 } } }, |