From bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2 Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 14 Jul 2023 13:56:50 +0200 Subject: SkyBlock Patch 0.19.1 - Item Linking, Leveling Update, Stash QoL, & B… (#956) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * SkyBlock Patch 0.19.1 - Item Linking, Leveling Update, Stash QoL, & Bug Fixes * Added right click to sack * Added undead to lore * Fixed Wisp's and mana steal enchant --- constants/petnums.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'constants') diff --git a/constants/petnums.json b/constants/petnums.json index 93b2be76..5720b9bd 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1033,7 +1033,7 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.3 + 1.0 ], "statNums": { "HEALTH": 1.0 @@ -1041,7 +1041,7 @@ }, "100": { "otherNums": [ - 30 + 1.4 ], "statNums": { "HEALTH": 100.0 @@ -1597,7 +1597,7 @@ "RARE": { "1": { "otherNums": [ - 0.4, + 1.0, 0.15, 0.04 ], @@ -1609,7 +1609,7 @@ }, "100": { "otherNums": [ - 40, + 1.4, 15, 4 ], @@ -2024,7 +2024,7 @@ "EPIC": { "1": { "otherNums": [ - 0.3, + 1.0, 0.2, 0.07 ], @@ -2036,7 +2036,7 @@ }, "100": { "otherNums": [ - 45, + 1.4, 20, 7 ], @@ -4534,7 +4534,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.5, + 1.0, 0.25, 0.1, 0.4 @@ -4547,7 +4547,7 @@ }, "100": { "otherNums": [ - 50, + 1.4, 25, 10, 40 -- cgit