From 184b316d2655601c9d0c3eeac208ec6409860df5 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 5 Jul 2021 19:55:15 -0400 Subject: [data] Require havencast level 5 to equip apprentice wand --- data/items.yml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'data') 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" -- cgit v1.2.3