diff options
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 48 |
1 files changed, 48 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 09d94b34..dd8337c6 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4168,6 +4168,54 @@ } } }, + "SLUG": { + "EPIC": { + "1": { + "otherNums": [ + 1, + 0.4 + ], + "statNums": { + "DEFENSE": 0.2, + "INTELLIGENCE": 0.25 + } + }, + "100": { + "otherNums": [ + 40, + 40 + ], + "statNums": { + "DEFENSE": 20.0, + "INTELLIGENCE": 25.0 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 1, + 0.4, + 1 + ], + "statNums": { + "DEFENSE": 0.2, + "INTELLIGENCE": 0.25 + } + }, + "100": { + "otherNums": [ + 40, + 40, + 100 + ], + "statNums": { + "DEFENSE": 20.0, + "INTELLIGENCE": 25.0 + } + } + } + }, "SPIDER": { "COMMON": { "1": { |