diff options
Diffstat (limited to 'data/items/iron_axe.yaml')
| -rw-r--r-- | data/items/iron_axe.yaml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/items/iron_axe.yaml b/data/items/iron_axe.yaml new file mode 100644 index 0000000..d236a5d --- /dev/null +++ b/data/items/iron_axe.yaml @@ -0,0 +1,15 @@ +id: iron_axe +name: iron axe +aliases: ["axe", "hatchet"] +description: "A solid iron axe, better than bronze." +value: 50 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 3 + strength_bonus: 2 + defense_bonus: 0 +speed: 5 +tool_type: axe +tool_speed: 5 |
