diff options
Diffstat (limited to 'data/items/iron_axe.yaml')
| -rw-r--r-- | data/items/iron_axe.yaml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/data/items/iron_axe.yaml b/data/items/iron_axe.yaml index 99cfc8b..3f989ca 100644 --- a/data/items/iron_axe.yaml +++ b/data/items/iron_axe.yaml @@ -1,15 +1,17 @@ id: iron_axe name: iron axe color: "250" -description: "A solid iron axe, better than bronze." -value: 50 +description: "A sturdy iron axe, good for woodcutting." +value: 25 stackable: false equip_slot: main_hand weapon_type: melee +attack_type: slash stats: - attack_bonus: 3 - strength_bonus: 2 - defense_bonus: 0 + stab_attack: -2 + slash_attack: 10 + crush_attack: 7 + strength_bonus: 8 speed: 5 tool_type: axe -tool_speed: 5 +tool_speed: 3.5 |
