From 458916fb78dcef3ff77cb29b7ba98d9f646819fc Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Fri, 19 Jun 2026 02:08:55 -0400 Subject: feat: rough pharmacy skill added --- data/items/adamant_axe.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'data/items/adamant_axe.yaml') diff --git a/data/items/adamant_axe.yaml b/data/items/adamant_axe.yaml index d96bb47..4c71f5e 100644 --- a/data/items/adamant_axe.yaml +++ b/data/items/adamant_axe.yaml @@ -1,15 +1,17 @@ id: adamant_axe name: adamant axe color: "120" -description: "A powerful adamant axe." -value: 1250 +description: "A sturdy adamant axe, good for woodcutting." +value: 500 stackable: false equip_slot: main_hand weapon_type: melee +attack_type: slash stats: - attack_bonus: 12 - strength_bonus: 7 - defense_bonus: 0 + stab_attack: -2 + slash_attack: 29 + crush_attack: 22 + strength_bonus: 24 speed: 5 tool_type: axe -tool_speed: 8 +tool_speed: 2 -- cgit v1.2.3