diff options
Diffstat (limited to 'data/items/adamant_axe.yaml')
| -rw-r--r-- | data/items/adamant_axe.yaml | 14 |
1 files changed, 8 insertions, 6 deletions
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 |
