diff options
| -rw-r--r-- | constants/petnums.json | 8 | ||||
| -rw-r--r-- | 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" } |
