diff options
author | jani270 <69345714+jani270@users.noreply.github.com> | 2024-07-01 22:43:28 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-01 20:43:28 +0000 |
commit | 1ead608afc90a89291e0cafe99a1f26938c2c79d (patch) | |
tree | 1d648212ed6b17781c749db80603edf76ce92203 | |
parent | 89f7c81f9dd960d3a46f7caa6d90a76bb6d69a23 (diff) | |
download | NotEnoughUpdates-REPO-1ead608afc90a89291e0cafe99a1f26938c2c79d.tar.gz NotEnoughUpdates-REPO-1ead608afc90a89291e0cafe99a1f26938c2c79d.tar.bz2 NotEnoughUpdates-REPO-1ead608afc90a89291e0cafe99a1f26938c2c79d.zip |
Fix Ammonite Stat and forge time (#1269)
-rw-r--r-- | constants/petnums.json | 4 | ||||
-rw-r--r-- | 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 |