diff options
author | David Gay <david@davidgay.org> | 2021-05-22 15:39:16 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-22 15:39:16 -0400 |
commit | 38f3a39221869483e3468e9f4d8cab5450a70f89 (patch) | |
tree | ef831c35d61e05b46c356d39e30ecc6d6f7353b1 /data | |
parent | 88bd4f77db3a4372c118a9faef613615db66bc52 (diff) |
Equiping and unequiping items
Diffstat (limited to 'data')
-rw-r--r-- | data/items.yml | 6 | ||||
-rw-r--r-- | data/skills.yml | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/data/items.yml b/data/items.yml index 5b5bc3b..ae1db0f 100644 --- a/data/items.yml +++ b/data/items.yml @@ -32,12 +32,14 @@ iron_short_sword: name: "Iron short sword" description: "A short sword made of iron." whatnot: - equip_slot: "mainhand" + equip_slots: + - "mainhand" iron_longsword: name: "Iron longsword" description: "A longsword made of iron." - equip_slot: "mainhand" whatnot: + equip_slots: + - "mainhand" equip_requirements: skills: beastslay: 3 diff --git a/data/skills.yml b/data/skills.yml index 7f3f5e9..68de599 100644 --- a/data/skills.yml +++ b/data/skills.yml @@ -59,7 +59,7 @@ otherforge: description: >- Materials of all kinds -- from all planes -- are combined in an arcane forge by otherforgers, who have the ability to craft weapons, armor, and materials from even the most bizarre and phenomenal resources. Masterful otherforgers - have the power to smelt and temper magical energy itself into physical equipments, with incredible and otherworldly + have the power to smelt and temper magical energy itself into physical equipment, with incredible and otherworldly results. planequarry: name: "Planequarry" |