From 8ee8982b8759bcae116647cc993867f4c8b0a6ce Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 20:24:52 -0400 Subject: reorganized items, objects, and rooms in directories. oranized module names. added startup checks. --- data/items/equipment/leather_chaps.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 data/items/equipment/leather_chaps.yaml (limited to 'data/items/equipment/leather_chaps.yaml') diff --git a/data/items/equipment/leather_chaps.yaml b/data/items/equipment/leather_chaps.yaml new file mode 100644 index 0000000..1a17c16 --- /dev/null +++ b/data/items/equipment/leather_chaps.yaml @@ -0,0 +1,12 @@ +id: leather_chaps +name: leather chaps +color: "130" +description: "A pair of leather chaps." +value: 20 +equip_slot: legs +stats: + stab_defense: 2 + slash_defense: 4 + crush_defense: 3 + science_defense: 3 + ranged_defense: 6 -- cgit v1.2.3