diff options
Diffstat (limited to 'data/items/mithril_axe.yaml')
| -rw-r--r-- | data/items/mithril_axe.yaml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/data/items/mithril_axe.yaml b/data/items/mithril_axe.yaml index 09f6423..83cefe9 100644 --- a/data/items/mithril_axe.yaml +++ b/data/items/mithril_axe.yaml @@ -1,15 +1,17 @@ id: mithril_axe name: mithril axe color: "75" -description: "A lightweight mithril axe." -value: 500 +description: "A sturdy mithril axe, good for woodcutting." +value: 200 stackable: false equip_slot: main_hand weapon_type: melee +attack_type: slash stats: - attack_bonus: 9 - strength_bonus: 5 - defense_bonus: 0 + stab_attack: -2 + slash_attack: 21 + crush_attack: 16 + strength_bonus: 17 speed: 5 tool_type: axe -tool_speed: 7 +tool_speed: 2.5 |
