diff options
author | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-17 18:22:47 -0500 |
---|---|---|
committer | IRONM00N <64110067+IRONM00N@users.noreply.github.com> | 2020-11-17 18:22:47 -0500 |
commit | 82c90f155b121c21418068b5d44aea0485080740 (patch) | |
tree | 4a1dada5549185028d3d1c011e50c2ec00c89758 /constants | |
parent | da264cd67b288ef86d2ad4e528900869de67a1e1 (diff) | |
download | NotEnoughUpdates-REPO-82c90f155b121c21418068b5d44aea0485080740.tar.gz NotEnoughUpdates-REPO-82c90f155b121c21418068b5d44aea0485080740.tar.bz2 NotEnoughUpdates-REPO-82c90f155b121c21418068b5d44aea0485080740.zip |
fix petnums
Diffstat (limited to 'constants')
-rw-r--r-- | constants/petnums.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/constants/petnums.json b/constants/petnums.json index 1b7bdf7d..43a2211d 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -4039,6 +4039,7 @@ "statNums": { "CRIT_DAMAGE": 0.0, "HEALTH": 0.0, + "SPEED": 0.0, "TRUE_DEFENSE": 0.0 } }, @@ -4049,6 +4050,7 @@ "statNums": { "CRIT_DAMAGE": 10.0, "HEALTH": 50.0, + "SPEED": 20.0, "TRUE_DEFENSE": 10.0 } }, |