From d5d781acb9f8a838a9a1f39cb88768585b637602 Mon Sep 17 00:00:00 2001 From: Lulonaut <67191924+Lulonaut@users.noreply.github.com> Date: Tue, 17 May 2022 13:42:54 +0200 Subject: Fixes (#741) --- constants/petnums.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'constants') 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, -- cgit