From 82c90f155b121c21418068b5d44aea0485080740 Mon Sep 17 00:00:00 2001 From: IRONM00N <64110067+IRONM00N@users.noreply.github.com> Date: Tue, 17 Nov 2020 18:22:47 -0500 Subject: fix petnums --- constants/petnums.json | 2 ++ 1 file changed, 2 insertions(+) (limited to 'constants/petnums.json') 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 } }, -- cgit