diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 48 |
1 files changed, 47 insertions, 1 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 3ee3ba4e..1b7bdf7d 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -3307,7 +3307,30 @@ } }, "SPIDER": { - "UNCOMMON": { + "COMMON":{ + "1":{ + "otherNums": [ + 0.1, + 10.0 + ], + "statNums": { + "CRIT_CHANCE": 0.0, + "STRENGTH": 0.0 + } + }, + "100":{ + "otherNums": [ + 10.0, + 10.0 + ], + "statNums": { + "CRIT_CHANCE": 10.0, + "STRENGTH": 10.0 + } + }, + "interp": "1:100" + }, + "UNCOMMON": { "1": { "otherNums": [ 0.1, @@ -4101,6 +4124,29 @@ } }, "interp": "1:70" + }, + "RARE": { + "1": { + "otherNums": [ + 0.2, + 0.2 + ], + "statNums": { + "CRIT_DAMAGE": 0.0, + "HEALTH": 1.0 + } + }, + "100": { + "otherNums": [ + 25, + 25 + ], + "statNums": { + "CRIT_DAMAGE": 30.0, + "HEALTH": 100.0 + } + }, + "interp": "1:70" } }, "GRIFFIN": { |