diff options
-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 } }, |