diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-07-14 13:56:50 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-14 13:56:50 +0200 |
commit | bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2 (patch) | |
tree | c51e420df104a0a949f79311a264bfb1d0856d76 /constants | |
parent | 9505bfa9c47422660c8c7922416ea9943dea7cf9 (diff) | |
download | NotEnoughUpdates-REPO-bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2.tar.gz NotEnoughUpdates-REPO-bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2.tar.bz2 NotEnoughUpdates-REPO-bbf9c18a71f40bbc1187a12a065d7db1ba14cdb2.zip |
SkyBlock Patch 0.19.1 - Item Linking, Leveling Update, Stash QoL, & B… (#956)
* 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
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 16 |
1 files changed, 8 insertions, 8 deletions
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 |