From 38f3a39221869483e3468e9f4d8cab5450a70f89 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 22 May 2021 15:39:16 -0400 Subject: Equiping and unequiping items --- data/items.yml | 6 ++++-- data/skills.yml | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'data') 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" -- cgit v1.2.3