diff options
author | David Gay <david@davidgay.org> | 2021-07-05 19:55:15 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-07-05 19:55:15 -0400 |
commit | 184b316d2655601c9d0c3eeac208ec6409860df5 (patch) | |
tree | 589f8a2e0ab535ef01825e70c497c6feecf2740f /data | |
parent | 01a8a285d269b756894673046d09517ca2894c7c (diff) |
[data] Require havencast level 5 to equip apprentice wand
Diffstat (limited to 'data')
-rw-r--r-- | data/items.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/data/items.yml b/data/items.yml index 18829e7..44da7b5 100644 --- a/data/items.yml +++ b/data/items.yml @@ -929,6 +929,10 @@ apprentice_wand: tags: - "tool" - "focus" + equip_requirements: + - type: "skill" + gid: "havencast" + level: 5 equip_slots: - "mainhand" - "offhand" |