summaryrefslogtreecommitdiff
path: root/data/items.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-07-07 22:06:40 -0400
committerDavid Gay <david@davidgay.org>2021-07-07 22:06:40 -0400
commit7ae14d1068ae357b2dc923aa04debd9a2cebe133 (patch)
treebc0c2492f2bdb0530f95a3185519e9a5f6311328 /data/items.yml
parent8f89210599869ab783ee0bc7c3667557c6c4c22b (diff)
[data] New items: shawl of wiles, alacrity ribbon
Diffstat (limited to 'data/items.yml')
-rw-r--r--data/items.yml28
1 files changed, 28 insertions, 0 deletions
diff --git a/data/items.yml b/data/items.yml
index f54b0f6..cf475e5 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -1247,3 +1247,31 @@ simple_spellpage:
whatnot:
tags:
- "material"
+alacrity_ribbon:
+ name: "alacrity ribbon"
+ description: "A belt that increases the wearer's speed."
+ whatnot:
+ equip_slots:
+ - "waist"
+ equip_requirements:
+ - type: "skill"
+ gid: "beastslay"
+ level: 5
+ equip_effects:
+ - type: "stat_change"
+ gid: "speed"
+ modifier: 1
+shawl_of_wiles:
+ name: "shawl of wiles"
+ description: "A garment that increases the wearer's evasion."
+ whatnot:
+ equip_slots:
+ - "back"
+ equip_requirements:
+ - type: "skill"
+ gid: "beastslay"
+ level: 5
+ equip_effects:
+ - type: "stat_change"
+ gid: "evasion"
+ modifier: 1