diff options
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 03a45da5..7f4299cb 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4381,6 +4381,44 @@ } } }, + "UNCOMMON":{ + "1":{ + "otherNums":[ + 0.8 + ], + "statNums":{ + "TRUE_DEFENSE": 0.5 + } + }, + "100":{ + "otherNums":[ + 80 + ], + "statNums":{ + "TRUE_DEFENSE": 50.0 + } + } + }, + "RARE":{ + "1":{ + "otherNums":[ + 0.8, + 0.1 + ], + "statNums":{ + "TRUE_DEFENSE": 0.5 + } + }, + "100":{ + "otherNums":[ + 80, + 10 + ], + "statNums":{ + "TRUE_DEFENSE": 50.0 + } + } + }, "EPIC":{ "1":{ "otherNums":[ |