diff options
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" |