From ec2e94e3463654a6288464a4c070b48ef9bf7368 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 17 Jun 2026 21:13:07 -0400 Subject: feat: smithing added, item/object interaction reworked. recipes and menus refactored. --- data/items/adamant_sword.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/items/adamant_sword.yaml (limited to 'data/items/adamant_sword.yaml') diff --git a/data/items/adamant_sword.yaml b/data/items/adamant_sword.yaml new file mode 100644 index 0000000..5e1f992 --- /dev/null +++ b/data/items/adamant_sword.yaml @@ -0,0 +1,12 @@ +id: adamant_sword +name: adamant sword +color: "120" +description: "An adamant sword." +value: 700 +stackable: false +equip_slot: main_hand +weapon_type: melee +stats: + attack_bonus: 17 + strength_bonus: 13 +speed: 4 -- cgit v1.2.3