summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-07-05 19:55:15 -0400
committerDavid Gay <david@davidgay.org>2021-07-05 19:55:15 -0400
commit184b316d2655601c9d0c3eeac208ec6409860df5 (patch)
tree589f8a2e0ab535ef01825e70c497c6feecf2740f
parent01a8a285d269b756894673046d09517ca2894c7c (diff)
[data] Require havencast level 5 to equip apprentice wand
-rw-r--r--CHANGELOG.md3
-rw-r--r--data/items.yml4
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"