diff options
author | TomEngMaster <70163122+TomEngMaster@users.noreply.github.com> | 2020-08-24 18:39:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-24 18:39:26 +0200 |
commit | 2fab2eaf4a1bc6e12106c9e040761c28c453592b (patch) | |
tree | 546324c3f754801439cdb748399465a924c1f0fa /constants/petnums.json | |
parent | 338af8b7710d4e9ac3dbd312042e3911272a1274 (diff) | |
download | NotEnoughUpdates-REPO-2fab2eaf4a1bc6e12106c9e040761c28c453592b.tar.gz NotEnoughUpdates-REPO-2fab2eaf4a1bc6e12106c9e040761c28c453592b.tar.bz2 NotEnoughUpdates-REPO-2fab2eaf4a1bc6e12106c9e040761c28c453592b.zip |
item viewer pets fix
Fixed a lot of bugs regarding pets in item viewer
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 137 |
1 files changed, 135 insertions, 2 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index e5bf2edd..7de170a7 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -353,7 +353,7 @@ ], "statNums": { "CRIT_DAMAGE": 0.0, - "DEFENSE": 9.208333333333332, + "DEFENSE": 10.0, "INTELLIGENCE": 1.0 } }, @@ -1031,6 +1031,46 @@ } }, "interp": "5:57" + }, + "COMMON": { + "1": { + "otherNums": [ + 0.3999999999999999 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 40 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + }, + "interp": "5:57" + }, + "RARE": { + "1": { + "otherNums": [ + 0.5, + 5 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 50, + 10 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + }, + "interp": "5:57" } }, "ENDER_DRAGON": { @@ -2048,7 +2088,30 @@ }, "100": { "otherNums": [ - 25 + 20.0 + ], + "statNums": { + "DEFENSE": 35.0, + "HEALTH": 50.0, + "STRENGTH": 20.0 + } + }, + "interp": "1:63" + }, + "COMMON": { + "1": { + "otherNums": [ + 0.2 + ], + "statNums": { + "DEFENSE": 0.0, + "HEALTH": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 20.0 ], "statNums": { "DEFENSE": 35.0, @@ -3137,6 +3200,55 @@ } }, "SPIDER": { + "UNCOMMON": { + "1": { + "otherNums": [ + 0.1, + 10.0 + ], + "statNums": { + "CRIT_CHANCE": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 10.0, + 10.0, + ], + "statNums": { + "CRIT_CHANCE": 10.0, + "STRENGTH": 10.0 + } + }, + "interp": "1:45" + }, + "RARE": { + "1": { + "otherNums": [ + 0.1, + 10.0, + 0.4 + + ], + "statNums": { + "CRIT_CHANCE": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 10.0, + 10.0, + 40.0 + ], + "statNums": { + "CRIT_CHANCE": 10.0, + "STRENGTH": 10.0 + } + }, + "interp": "1:45" + }, "EPIC": { "1": { "otherNums": [ @@ -3851,6 +3963,27 @@ } }, "interp": "1:64" + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 0.2 + ], + "statNums": { + "CRIT_DAMAGE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 20 + ], + "statNums": { + "CRIT_DAMAGE": 30.0, + "HEALTH": 100.0 + } + }, + "interp": "1:70" } } }
\ No newline at end of file |