From 53435b4322147e2dd86f3bdca17433a35e86be75 Mon Sep 17 00:00:00 2001 From: James Miller Date: Thu, 23 Apr 2020 18:14:38 -0500 Subject: [PATCH] begin work on items. Add items.yaml. Add itemcategories --- data/yaml/items.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 data/yaml/items.yaml diff --git a/data/yaml/items.yaml b/data/yaml/items.yaml new file mode 100644 index 0000000..d58a14a --- /dev/null +++ b/data/yaml/items.yaml @@ -0,0 +1,21 @@ +itemcategories: +- Alchemical Items +- Ammunition +- Apex Items +- Armor +- Companion items +- Consumables +- Held Items +- Materials +- Oils +- Potions +- Runes +- Scrolls +- Shields +- Snares +- Staves +- Structures +- Talismans +- Wands +- Weapons +- Worn Items