diff options
author | nopothegamer <40329022+nopothegamer@users.noreply.github.com> | 2020-10-04 20:04:16 +1100 |
---|---|---|
committer | nopothegamer <40329022+nopothegamer@users.noreply.github.com> | 2020-10-04 20:04:16 +1100 |
commit | 0c941f908d4325d2c32c2dd05b409a749e790148 (patch) | |
tree | 69b13a74acaa3c137113f7e37bb7d9a20d5355e5 | |
parent | 94d19e1d9751feb370ad788340174b26403bff5e (diff) | |
download | NotEnoughUpdates-REPO-0c941f908d4325d2c32c2dd05b409a749e790148.tar.gz NotEnoughUpdates-REPO-0c941f908d4325d2c32c2dd05b409a749e790148.tar.bz2 NotEnoughUpdates-REPO-0c941f908d4325d2c32c2dd05b409a749e790148.zip |
Update petnums.json
-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 b669d827..3d978a79 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1135,7 +1135,7 @@ "EPIC": { "1": { "otherNums": [ - 0.1, + 0.4, 0.5 ], "statNums": { @@ -1145,7 +1145,7 @@ }, "100": { "otherNums": [ - 15, + 40, 50 ], "statNums": { @@ -1158,7 +1158,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.1, + 0.4, 0.5, 0.3 ], @@ -1169,7 +1169,7 @@ }, "100": { "otherNums": [ - 15, + 40, 50, 30 ], @@ -1183,8 +1183,8 @@ "RARE": { "1": { "otherNums": [ - 0.1, - 0.4 + 0.3, + 0.3 ], "statNums": { "DEFENSE": 0.0, @@ -1193,8 +1193,8 @@ }, "100": { "otherNums": [ - 12, - 40 + 30, + 30 ], "statNums": { "DEFENSE": 50.0, |