diff options
Diffstat (limited to 'data/items/dragon_axe.yaml')
| -rw-r--r-- | data/items/dragon_axe.yaml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/data/items/dragon_axe.yaml b/data/items/dragon_axe.yaml index 4484a51..e5afe5d 100644 --- a/data/items/dragon_axe.yaml +++ b/data/items/dragon_axe.yaml @@ -1,15 +1,17 @@ id: dragon_axe name: dragon axe color: "196" -description: "A legendary dragon axe that bites through wood like butter." -value: 100000 +description: "A powerful dragon axe." +value: 50000 stackable: false equip_slot: main_hand weapon_type: melee +attack_type: slash stats: - attack_bonus: 22 - strength_bonus: 14 - defense_bonus: 0 + stab_attack: -2 + slash_attack: 43 + crush_attack: 32 + strength_bonus: 36 speed: 5 tool_type: axe -tool_speed: 10 +tool_speed: 1 |
