diff options
Diffstat (limited to 'data/items/rune_axe.yaml')
| -rw-r--r-- | data/items/rune_axe.yaml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/data/items/rune_axe.yaml b/data/items/rune_axe.yaml index da9b54f..584b345 100644 --- a/data/items/rune_axe.yaml +++ b/data/items/rune_axe.yaml @@ -1,15 +1,17 @@ id: rune_axe name: rune axe color: "87" -description: "An extremely sharp rune axe." -value: 40000 +description: "A sturdy rune axe, good for woodcutting." +value: 5000 stackable: false equip_slot: main_hand weapon_type: melee +attack_type: slash stats: - attack_bonus: 16 - strength_bonus: 10 - defense_bonus: 0 + stab_attack: -2 + slash_attack: 38 + crush_attack: 29 + strength_bonus: 32 speed: 5 tool_type: axe -tool_speed: 9 +tool_speed: 1.5 |
