From 37802259111f4d21b0e8a36cb9da509d0a01b55b Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Fri, 27 Oct 2023 00:39:00 +0200 Subject: Added new pet skins and fixed int value (#1019) --- constants/petnums.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'constants/petnums.json') diff --git a/constants/petnums.json b/constants/petnums.json index de3996a0..d06f4a7b 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -1098,7 +1098,7 @@ "otherNums": [], "statNums": { "SPEED": 10, - "INTELLIGENCE": 60 + "INTELLIGENCE": 50 } } }, @@ -1118,7 +1118,7 @@ ], "statNums": { "SPEED": 10, - "INTELLIGENCE": 60 + "INTELLIGENCE": 50 } } } -- cgit