diff options
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" + } } } |