diff options
author | Moulberry <jjenour@student.unimelb.edu.au> | 2020-10-19 03:25:28 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-19 03:25:28 +1100 |
commit | d269403818fce47948a72c59bfaab5873b0d3d8a (patch) | |
tree | 4218f29e9250d56d32fddefa3ccda7391a78838d /constants/petnums.json | |
parent | 478bd749e0f9d561d80fc41e6892d44c30013b79 (diff) | |
parent | 42e3b1fd278f63b9cdc2307fff35bf10a8b4722d (diff) | |
download | NotEnoughUpdates-REPO-d269403818fce47948a72c59bfaab5873b0d3d8a.tar.gz NotEnoughUpdates-REPO-d269403818fce47948a72c59bfaab5873b0d3d8a.tar.bz2 NotEnoughUpdates-REPO-d269403818fce47948a72c59bfaab5873b0d3d8a.zip |
Merge pull request #286 from IRONM00N/master
Fix Flying Fish AGAIN
Diffstat (limited to 'constants/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 3d978a79..b669d827 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1135,7 +1135,7 @@ "EPIC": { "1": { "otherNums": [ - 0.4, + 0.1, 0.5 ], "statNums": { @@ -1145,7 +1145,7 @@ }, "100": { "otherNums": [ - 40, + 15, 50 ], "statNums": { @@ -1158,7 +1158,7 @@ "LEGENDARY": { "1": { "otherNums": [ - 0.4, + 0.1, 0.5, 0.3 ], @@ -1169,7 +1169,7 @@ }, "100": { "otherNums": [ - 40, + 15, 50, 30 ], @@ -1183,8 +1183,8 @@ "RARE": { "1": { "otherNums": [ - 0.3, - 0.3 + 0.1, + 0.4 ], "statNums": { "DEFENSE": 0.0, @@ -1193,8 +1193,8 @@ }, "100": { "otherNums": [ - 30, - 30 + 12, + 40 ], "statNums": { "DEFENSE": 50.0, |