From c626f5ec23449e0c62a6c026012ecedc29a6bab8 Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 16 Jun 2021 18:57:15 -0400 Subject: [data] Add apprentice wand and spell to create one --- data/activities.yml | 37 +++++++++++++++++++++++++++++++++++++ data/items.yml | 13 +++++++++++++ 2 files changed, 50 insertions(+) (limited to 'data') 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." -- cgit v1.2.3