diff options
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 143 |
1 files changed, 143 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 2638110b..3693f6e3 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1,4 +1,147 @@ { + "GOLDEN_DRAGON": { + "LEGENDARY": { + "1": { + "otherNums": [ + + ], + "statNums": { + + } + }, + "100": { + "otherNums": [ + + ], + "statNums": { + + } + }, + "interp": "1:100" + } +}, + "BAL": { + "COMMON": { + "1": { + "otherNums": [ + + ], + "statNums": { + "FEROCITY": 0.0, + "STRENGTH": 0.0 + } + }, + "100": { + "otherNums": [ + + ], + "statNums": { + "FEROCITY": 10.0, + "STRENGTH": 25.0 + } + }, + "interp": "1:100" + } +}, + "ARMADILLO": { + "COMMON": { + "1": { + "otherNums": [ + + ], + "statNums": { + "DEFENSE": 2.0 + } + }, + "100": { + "otherNums": [ + + ], + "statNums": { + "DEFENSE": 200 + } + }, + "interp": "1:100" + }, + "UNCOMMON": { + "1": { + "otherNums": [ + + ], + "statNums": { + "DEFENSE": 2.0 + } + }, + "100": { + "otherNums": [ + + ], + "statNums": { + "DEFENSE": 200 + } + }, + "interp": "1:100" + }, + "RARE": { + "1": { + "otherNums": [ + 57.9 + ], + "statNums": { + "DEFENSE": 2.0 + } + }, + "100": { + "otherNums": [ + 30.0 + ], + "statNums": { + "DEFENSE": 200 + } + }, + "interp": "1:100" + }, + "EPIC": { + "1": { + "otherNums": [ + 57.9 + ], + "statNums": { + "DEFENSE": 2.0 + } + }, + "100": { + "otherNums": [ + 30.0 + ], + "statNums": { + "DEFENSE": 200 + } + }, + "interp": "1:100" + }, + "LEGENDARY": { + "1": { + "otherNums": [ + 57.9, + 99.5 + ], + "statNums": { + "DEFENSE": 2.0 + } + }, + "100": { + "otherNums": [ + 30.0, + 50 + ], + "statNums": { + "DEFENSE": 200 + } + }, + "interp": "1:100" + } + }, "BABY_YETI": { "EPIC": { "1": { |