diff options
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 94 |
1 files changed, 94 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index ebe59373..3c5c48b0 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -459,6 +459,100 @@ } } }, + "BINGO": { + "COMMON": { + "1": { + "otherNums": [ + 5.2 + ], + "statNums": { + "HEALTH": 25.0, + "STRENGTH": 5.0 + } + }, + "100": { + "otherNums": [ + 25 + ], + "statNums": { + "HEALTH": 100.0, + "STRENGTH": 25.0 + } + } + }, + "UNCOMMON": { + "1": { + "otherNums": [ + 5.2, + 3.8 + ], + "statNums": { + "HEALTH": 25.0, + "STRENGTH": 5.0 + } + }, + "100": { + "otherNums": [ + 25, + 15 + ], + "statNums": { + "HEALTH": 100.0, + "STRENGTH": 25.0 + } + } + }, + "RARE": { + "1": { + "otherNums": [ + 5.0, + 5.0, + 10.0 + ], + "statNums": { + "HEALTH": 27.5, + "STRENGTH": 5.5 + } + }, + "100": { + "otherNums": [ + 25, + 15, + 40 + ], + "statNums": { + "HEALTH": 140.0, + "STRENGTH": 35.0 + } + } + }, + "EPIC": { + "1": { + "otherNums": [ + 5.0, + 5.0, + 10.0, + 0.1 + ], + "statNums": { + "HEALTH": 27.5, + "STRENGTH": 5.5 + } + }, + "100": { + "otherNums": [ + 25, + 15, + 40, + 1 + ], + "statNums": { + "HEALTH": 140.0, + "STRENGTH": 35.0 + } + } + } + }, "BLACK_CAT": { "LEGENDARY": { "1": { |