diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2023-11-03 18:23:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-03 17:23:19 +0000 |
commit | 568dfc2db2f45e52cc174dadc8f4b613f22705f1 (patch) | |
tree | f5044c035d88edb17a5bd68124ca028f9e2f8a5b /constants | |
parent | 779d642de304b2119ada78ea806b350d070e113f (diff) | |
download | NotEnoughUpdates-REPO-568dfc2db2f45e52cc174dadc8f4b613f22705f1.tar.gz NotEnoughUpdates-REPO-568dfc2db2f45e52cc174dadc8f4b613f22705f1.tar.bz2 NotEnoughUpdates-REPO-568dfc2db2f45e52cc174dadc8f4b613f22705f1.zip |
Fixed Endermite Pet nums (#1028)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 07857a23..a9df609a 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1415,16 +1415,16 @@ "COMMON": { "1": { "otherNums": [ - 1.0 + 0.5 ], "statNums": { - "INTELLIGENCE": 1.0, - "PET_LUCK": 0 + "INTELLIGENCE": 1.5, + "PET_LUCK": 0.1 } }, "100": { "otherNums": [ - 100 + 50 ], "statNums": { "INTELLIGENCE": 100.0, @@ -1435,19 +1435,19 @@ "UNCOMMON": { "1": { "otherNums": [ - 1.0 + 0.8 ], "statNums": { - "INTELLIGENCE": 1.0, - "PET_LUCK": 0 + "INTELLIGENCE": 1.5, + "PET_LUCK": 0.1 } }, "100": { "otherNums": [ - 100 + 80 ], "statNums": { - "INTELLIGENCE": 100.0, + "INTELLIGENCE": 150.0, "PET_LUCK": 10 } } @@ -1455,21 +1455,21 @@ "RARE": { "1": { "otherNums": [ - 1.0, - 0.4 + 0.8, + 0.3 ], "statNums": { - "INTELLIGENCE": 1.0, - "PET_LUCK": 0 + "INTELLIGENCE": 1.5, + "PET_LUCK": 0.1 } }, "100": { "otherNums": [ - 100, - 40 + 80, + 30 ], "statNums": { - "INTELLIGENCE": 100.0, + "INTELLIGENCE": 150.0, "PET_LUCK": 10 } } @@ -1478,11 +1478,11 @@ "1": { "otherNums": [ 1.0, - 4.0 + 0.4 ], "statNums": { - "INTELLIGENCE": 1.0, - "PET_LUCK": 0 + "INTELLIGENCE": 1.5, + "PET_LUCK": 0.1 } }, "100": { @@ -1491,7 +1491,7 @@ 40 ], "statNums": { - "INTELLIGENCE": 100.0, + "INTELLIGENCE": 150.0, "PET_LUCK": 10 } } @@ -1504,8 +1504,8 @@ 0 ], "statNums": { - "INTELLIGENCE": 1.0, - "PET_LUCK": 0 + "INTELLIGENCE": 1.5, + "PET_LUCK": 0.1 } }, "100": { @@ -1515,22 +1515,22 @@ 3 ], "statNums": { - "INTELLIGENCE": 100.0, - "PET_LUCK": 0 + "INTELLIGENCE": 150.0, + "PET_LUCK": 10 } } }, "MYTHIC": { "1": { "otherNums": [ - 1.5, + 1.0, 0.4, 0, 0.1 ], "statNums": { - "INTELLIGENCE": 1.0, - "PET_LUCK": 10 + "INTELLIGENCE": 1.5, + "PET_LUCK": 0.1 } }, "100": { |