diff options
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | data/items.yml | 4 |
2 files changed, 6 insertions, 1 deletions
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" |