diff options
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 200 |
1 files changed, 200 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 0df4ea78..4b62052a 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2534,6 +2534,108 @@ } } }, + "MOOSHROOM_COW": { + "COMMON": { + "1": { + "otherNums": [ + 0.3 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 30 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 0.3 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 30 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + }, + "RARE": { + "1": { + "otherNums": [ + 0.4 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 40 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + }, + "EPIC": { + "1": { + "otherNums": [ + 0.4 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 40 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.4 + ], + "statNums": { + "FARMING_FORTUNE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 40 + ], + "statNums": { + "FARMING_FORTUNE": 50.0, + "HEALTH": 100.0 + } + } + } + }, "OCELOT": { "COMMON": { "1": { @@ -3922,6 +4024,104 @@ } } }, + "SNAIL": { + "COMMON": { + "1": { + "otherNums": [ + 0.1 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 10 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 0.1 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 10 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + }, + "RARE": { + "1": { + "otherNums": [ + 0.3 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 30 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + }, + "EPIC": { + "1": { + "otherNums": [ + 0.3, + 0.5 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 30, + 50 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 0.3, + 0.5, + 0.0 + ], + "statNums": { + "INTELLIGENCE": 1.0 + } + }, + "100": { + "otherNums": [ + 30, + 50, + 1.0 + ], + "statNums": { + "INTELLIGENCE": 100.0 + } + } + } + }, "TARANTULA": { "EPIC": { "1": { |