diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2022-04-19 11:56:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-19 11:56:33 +0200 |
commit | 51b9e153d681408b54b03aca18a2a7875653192d (patch) | |
tree | 1433b100342b3127a9613b20aedf5d460b91e9ab /constants | |
parent | 32b8683a7cf8d07e2cbbe687aacf9d0d7dcdf0ea (diff) | |
download | NotEnoughUpdates-REPO-51b9e153d681408b54b03aca18a2a7875653192d.tar.gz NotEnoughUpdates-REPO-51b9e153d681408b54b03aca18a2a7875653192d.tar.bz2 NotEnoughUpdates-REPO-51b9e153d681408b54b03aca18a2a7875653192d.zip |
:pig: (#717)
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 3c5c48b0..0df4ea78 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2126,8 +2126,8 @@ "COMMON": { "1": { "otherNums": [ - 0.0, - 0.0 + 0.03, + 0.03 ], "statNums": { "SPEED": 0.0, @@ -2150,8 +2150,8 @@ "EPIC": { "1": { "otherNums": [ - 0.1, - 0.1, + 0.15, + 0.15, 1.0 ], "statNums": { @@ -2230,8 +2230,8 @@ "UNCOMMON": { "1": { "otherNums": [ - 0.1, - 0.1 + 0.05, + 0.05 ], "statNums": { "SPEED": 0.0, |