From 9eb5ab1818b6b19501fd7209db1987c9e06cc919 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Tue, 9 Jun 2026 05:59:20 -0400 Subject: first commit --- data/items/bronze_sword.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/items/bronze_sword.yaml (limited to 'data/items/bronze_sword.yaml') diff --git a/data/items/bronze_sword.yaml b/data/items/bronze_sword.yaml new file mode 100644 index 0000000..e8ba217 --- /dev/null +++ b/data/items/bronze_sword.yaml @@ -0,0 +1,13 @@ +id: "bronze_sword" +name: "bronze sword" +aliases: ["sword", "bronze"] +description: "A basic bronze short sword." +value: 12 +stackable: false +equip_slot: "main_hand" +weapon_type: "melee" +stats: + attack_bonus: 4 + strength_bonus: 3 + defense_bonus: 0 +speed: 4 -- cgit v1.2.3