diff options
author | Lulonaut <67191924+Lulonaut@users.noreply.github.com> | 2022-05-17 13:42:54 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 11:42:54 +0000 |
commit | d5d781acb9f8a838a9a1f39cb88768585b637602 (patch) | |
tree | bfa8c75962a81b528c27c0252f772fc2ec30782d /constants/petnums.json | |
parent | 49231470607d3fbbe557dad6338581643661b9d8 (diff) | |
download | NotEnoughUpdates-REPO-d5d781acb9f8a838a9a1f39cb88768585b637602.tar.gz NotEnoughUpdates-REPO-d5d781acb9f8a838a9a1f39cb88768585b637602.tar.bz2 NotEnoughUpdates-REPO-d5d781acb9f8a838a9a1f39cb88768585b637602.zip |
Fixes (#741)
Diffstat (limited to 'constants/petnums.json')
-rw-r--r-- | constants/petnums.json | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index dc6b3c0e..f469eb77 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4509,7 +4509,8 @@ "1": { "otherNums": [ 3.2, - 5.2 + 5.2, + 0.25 ], "statNums": { "DEFENSE": 1.0, @@ -4519,7 +4520,8 @@ "100": { "otherNums": [ 30, - 30 + 30, + 25 ], "statNums": { "DEFENSE": 100.0, |