diff options
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 93b2be76..5720b9bd 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1033,7 +1033,7 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.3 + 1.0 ], "statNums": { "HEALTH": 1.0 @@ -1041,7 +1041,7 @@ }, "100": { "otherNums": [ - 30 + 1.4 ], "statNums": { "HEALTH": 100.0 @@ -1597,7 +1597,7 @@ "RARE": { "1": { "otherNums": [ - 0.4, + 1.0, 0.15, 0.04 ], @@ -1609,7 +1609,7 @@ }, "100": { "otherNums": [ - 40, + 1.4, 15, 4 ], @@ -2024,7 +2024,7 @@ "EPIC": { "1": { "otherNums": [ - 0.3, + 1.0, 0.2, 0.07 ], @@ -2036,7 +2036,7 @@ }, "100": { "otherNums": [ - 45, + 1.4, 20, 7 ], @@ -4534,7 +4534,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.5, + 1.0, 0.25, 0.1, 0.4 @@ -4547,7 +4547,7 @@ }, "100": { "otherNums": [ - 50, + 1.4, 25, 10, 40 |