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 --- CHANGELOG.md | 3 ++- data/items.yml | 4 ++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f3ebe3..ddc4737 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,11 @@ All notable changes to this project will be documented in this file. ### Items - New items: pluma moss, laris strand, fine aethermesh, faint weaving haste - Aethermesh now increases manatrawl speed by 2. +- Apprentice wand now requires havencast level 5 to equip ### Activities - Synthsever rusted lockbox base duration reduced from 180 to 120. -- Wealdreap drop tables at Twil Woods and Twil Grove adjusted to accommodate pluma moss and laris strand. +- Adjusted wealdreap drop tables at Twil Woods and Twil Grove to accommodate pluma moss and laris strand. ## [0.1.12] - 2021-06-23 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