summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CHANGELOG.md4
-rw-r--r--data/activities.yml37
-rw-r--r--data/items.yml13
3 files changed, 52 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 53201bd..b8457fb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -43,11 +43,11 @@ All notable changes to this project will be documented in this file.
- Level requirements changes
- Arcanite longsword 15 -> 17 (setting it to 15 was a programming error)
- Havencast
- - New cantrips: Light, Dazzle
+ - New cantrips: Light, Dazzle, Decipher Magicscript, Enchant Apprentice Wand
- New spells: Stinging Rays
### Items
-- New item: faint mana
+- New items: apprentice wand, faint mana
- Iron lockpicks now increase synthsever speed by 10 seconds
- Axes, pickaxes, and spades skill speed increase numbers all adjusted to compensate for base timer reductions
diff --git a/data/activities.yml b/data/activities.yml
index a5364a6..66b7765 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -2934,6 +2934,43 @@ havencast_decipher_magicscript:
gid: "havencast"
base: 7
- type: "decipher_magicscript"
+havencast_enchant_apprentice_wand:
+ name: "Cast Enchant Apprentice Wand"
+ description: "Cast the Enchant Apprentice Wand spell."
+ whatnot:
+ tags:
+ - "spell"
+ - "cantrip"
+ duration:
+ base: 60
+ minimum: 10
+ scaling:
+ - type: "skill"
+ gid: "havencast"
+ scale_value: 1
+ requirements:
+ - type: "skill"
+ gid: "havencast"
+ level: 5
+ - type: "stat"
+ gid: "mana"
+ value: 1
+ cost:
+ - type: "item"
+ gid: "wood"
+ quantity: 1
+ - type: "item"
+ gid: "arcane_dust"
+ quantity: 10
+ - type: "item"
+ gid: "shimmering_essence"
+ quantity: 1
+ results:
+ - type: "item"
+ gid: "apprentice_wand"
+ - type: "xp"
+ gid: "havencast"
+ base: 22
havencast_stinging_rays:
name: "Cast Stinging Rays"
description: "Cast the Stinging Rays spell."
diff --git a/data/items.yml b/data/items.yml
index ef0a103..b20ab34 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -910,6 +910,19 @@ arcanite_spade:
- type: "stat_change"
gid: "power"
modifier: 3
+apprentice_wand:
+ name: "apprentice wand"
+ description: "A simple magic wand."
+ whatnot:
+ tags:
+ - "tool"
+ - "focus"
+ equip_slots:
+ - "mainhand"
+ equip_effects:
+ - type: "stat_change"
+ gid: "havencast_speed"
+ modifier: 2
aethermesh:
name: "aethermesh"
description: "A tool for manatrawl."