diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-11-08 16:11:28 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-08 16:11:28 +1100 |
commit | f359f2161178d1f57cca3692779ae29cf55a685d (patch) | |
tree | a21902938b2851d55d38835fdd8bbf74546a6706 | |
parent | 801c5870f7d9c5373114537767cf8c68ee1a21f0 (diff) | |
parent | 2488bae16e12a79cd5a2ce93b7b4b9f911a11db3 (diff) | |
download | NotEnoughUpdates-REPO-f359f2161178d1f57cca3692779ae29cf55a685d.tar.gz NotEnoughUpdates-REPO-f359f2161178d1f57cca3692779ae29cf55a685d.tar.bz2 NotEnoughUpdates-REPO-f359f2161178d1f57cca3692779ae29cf55a685d.zip |
Merge pull request #299 from nopothegamer/master
Update petnums.json fixed monkey pets
-rw-r--r-- | constants/petnums.json | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index b669d827..1100926f 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2126,7 +2126,7 @@ "COMMON": { "1": { "otherNums": [ - 0.2 + 0.4 ], "statNums": { "INTELLIGENCE": 0.0, @@ -2135,7 +2135,7 @@ }, "100": { "otherNums": [ - 20 + 40 ], "statNums": { "INTELLIGENCE": 50.0, @@ -2147,7 +2147,7 @@ "EPIC": { "1": { "otherNums": [ - 0.3, + 0.6, 1.0 ], "statNums": { @@ -2157,7 +2157,7 @@ }, "100": { "otherNums": [ - 30, + 60, 100 ], "statNums": { @@ -2170,7 +2170,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.3, + 0.6, 1.0, 0.5 ], @@ -2181,7 +2181,7 @@ }, "100": { "otherNums": [ - 30, + 60, 100, 50 ], @@ -2195,7 +2195,7 @@ "RARE": { "1": { "otherNums": [ - 0.2, + 0.5, 0.8 ], "statNums": { @@ -2205,8 +2205,8 @@ }, "100": { "otherNums": [ - 25, - 75 + 50, + 80 ], "statNums": { "INTELLIGENCE": 50.0, @@ -2218,7 +2218,7 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.2 + 0.5 ], "statNums": { "INTELLIGENCE": 0.0, @@ -2227,7 +2227,7 @@ }, "100": { "otherNums": [ - 25 + 50 ], "statNums": { "INTELLIGENCE": 50.0, |