From 5ff7a459cd620933bc5ef0e72f478b1e17ed285c Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:40:13 +0200 Subject: Fixed Glacite Golem and Giraffe Cost and Guardian Stat (#1257) --- constants/petnums.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'constants/petnums.json') diff --git a/constants/petnums.json b/constants/petnums.json index 4b65361f..7243486b 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -2114,8 +2114,7 @@ "1": { "otherNums": [ 0.2, - 3.0, - 0.2 + 0.25 ], "statNums": { "DEFENSE": 0.5, @@ -2125,7 +2124,6 @@ "100": { "otherNums": [ 10, - 3, 25 ], "statNums": { -- cgit