diff options
Diffstat (limited to 'data/activities.yml')
-rw-r--r-- | data/activities.yml | 37 |
1 files changed, 37 insertions, 0 deletions
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." |