diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2021-04-16 23:51:13 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-16 17:51:13 -0400 |
commit | 8d29b5fcef4cfe9716d311035b1a32032aa17015 (patch) | |
tree | 528fbf113ae77d2a689453bcc5afb0f3ebf4830b /constants/petnums.json | |
parent | 0e58984f2a8d3efa156e047cd7ab03a6a8585c63 (diff) | |
download | NotEnoughUpdates-REPO-8d29b5fcef4cfe9716d311035b1a32032aa17015.tar.gz NotEnoughUpdates-REPO-8d29b5fcef4cfe9716d311035b1a32032aa17015.tar.bz2 NotEnoughUpdates-REPO-8d29b5fcef4cfe9716d311035b1a32032aa17015.zip |
Pig - Added thing from the Update and some other Things (#460)
* Added Items from the Update and fixed some things, missing is Pig Relic
* Constants things, PETNUMS FOR RAT MAYBE WRONG
* Rat Pet Fix
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index ddb7c810..6dbed205 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3877,7 +3877,7 @@ 20 ], "statNums": { - "DEFENSE": 130.0, + "DEFENSE": 100.0, "HEALTH": 50.0 } }, @@ -4613,5 +4613,32 @@ } } } + }, + "RAT": { + "LEGENDARY": { + "1": { + "otherNums": [ + 2.0, + 20 + ], + "statNums": { + "CRIT_DAMAGE": 0.0, + "HEALTH": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + 10, + 60 + ], + "statNums": { + "CRIT_DAMAGE": 10.0, + "HEALTH": 100.0, + "STRENGTH": 50.0 + } + }, + "interp": "1:87" + } } } |