From 1ead608afc90a89291e0cafe99a1f26938c2c79d Mon Sep 17 00:00:00 2001 From: jani270 <69345714+jani270@users.noreply.github.com> Date: Mon, 1 Jul 2024 22:43:28 +0200 Subject: Fix Ammonite Stat and forge time (#1269) --- constants/petnums.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'constants') diff --git a/constants/petnums.json b/constants/petnums.json index 7243486b..7c49b154 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -7,7 +7,7 @@ 1 ], "statNums": { - "SEA_CREATURE_CHANCE": 0.12 + "SEA_CREATURE_CHANCE": 0.15 } }, "100": { @@ -16,7 +16,7 @@ 100 ], "statNums": { - "SEA_CREATURE_CHANCE": 12 + "SEA_CREATURE_CHANCE": 15 } } } -- cgit