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 ++-- items/AMMONITE;4.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 } } } diff --git a/items/AMMONITE;4.json b/items/AMMONITE;4.json index ea0597a2..6fb42f02 100644 --- a/items/AMMONITE;4.json +++ b/items/AMMONITE;4.json @@ -47,7 +47,7 @@ ], "count": 1, "overrideOutputId": "AMMONITE;4", - "duration": 1036800 + "duration": 259200 } ] } \ No newline at end of file -- cgit