From f11f0b71f87384dd6bca7335c7d662f6f90a457b Mon Sep 17 00:00:00 2001 From: NopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com> Date: Sat, 14 Dec 2024 22:58:28 +1100 Subject: Fix turtle and pickaxe (#1520) * fix turtle petnum * fix mithril pickaxe in bubu --- constants/petnums.json | 8 ++++---- items/BUBU_NPC.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/constants/petnums.json b/constants/petnums.json index fc0525f0..956ed0ab 100644 --- a/constants/petnums.json +++ b/constants/petnums.json @@ -5303,8 +5303,8 @@ 2.5 ], "statNums": { - "DEFENSE": 100.0, - "HEALTH": 50.0, + "DEFENSE": 150.0, + "HEALTH": 75.0, "TRUE_DEFENSE": 15 } } @@ -5331,8 +5331,8 @@ 20 ], "statNums": { - "DEFENSE": 100.0, - "HEALTH": 50.0, + "DEFENSE": 150.0, + "HEALTH": 75.0, "TRUE_DEFENSE": 15 } } diff --git a/items/BUBU_NPC.json b/items/BUBU_NPC.json index 7b3a0c5b..ac31b7ae 100644 --- a/items/BUBU_NPC.json +++ b/items/BUBU_NPC.json @@ -80,7 +80,7 @@ "BANDAGED_MITHRIL_PICKAXE:1", "ENCHANTED_MITHRIL:64", "BEJEWELED_HANDLE:1", - "ENCHANTED_GOLD:64" + "ENCHANTED_GOLD:32" ], "result": "MITHRIL_PICKAXE" } -- cgit