aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNopoTheGamer <40329022+NopoTheGamer@users.noreply.github.com>2024-12-14 22:58:28 +1100
committerGitHub <noreply@github.com>2024-12-14 11:58:28 +0000
commitf11f0b71f87384dd6bca7335c7d662f6f90a457b (patch)
tree34c10712149a5e3d28e34f5bac7d08efe3271826
parentfc32fefc7e34908cc6004406d5bfedc05e7857fa (diff)
downloadNotEnoughUpdates-REPO-f11f0b71f87384dd6bca7335c7d662f6f90a457b.tar.gz
NotEnoughUpdates-REPO-f11f0b71f87384dd6bca7335c7d662f6f90a457b.tar.bz2
NotEnoughUpdates-REPO-f11f0b71f87384dd6bca7335c7d662f6f90a457b.zip
Fix turtle and pickaxe (#1520)
* fix turtle petnum * fix mithril pickaxe in bubu
-rw-r--r--constants/petnums.json8
-rw-r--r--items/BUBU_NPC.json2
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"
}