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/mithril_full_helm.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 data/items/mithril_full_helm.yaml (limited to 'data/items/mithril_full_helm.yaml') diff --git a/data/items/mithril_full_helm.yaml b/data/items/mithril_full_helm.yaml new file mode 100644 index 0000000..73d59de --- /dev/null +++ b/data/items/mithril_full_helm.yaml @@ -0,0 +1,9 @@ +id: mithril_full_helm +name: mithril full helm +color: "75" +description: "A mithril full helmet." +value: 400 +stackable: false +equip_slot: head +stats: + defense_bonus: 13 -- cgit v1.2.3