havencast_light: name: "Cast Light" description: "Risk a little light." whatnot: tags: - "spell" - "cantrip" requirements: - type: "skill" gid: "havencast" level: 1 - type: "stat" gid: "mana" value: 1 duration: base: 62 minimum: 35 scaling: - type: "skill" gid: "havencast" scale_value: 0.5 - type: "stat" gid: "havencast_speed" scale_value: 1 results: - type: "condition" gid: "light" duration: 3600 # 1 Hour message: "A ball of light glows before you." - type: "xp" gid: "havencast" base: 2 havencast_dazzle: name: "Cast Dazzle" description: "Cast the Dazzle cantrip." whatnot: tags: - "spell" - "cantrip" duration: base: 62 minimum: 35 scaling: - type: "skill" gid: "havencast" scale_value: 0.5 - type: "stat" gid: "havencast_speed" scale_value: 1 requirements: - type: "skill" gid: "havencast" level: 2 - type: "stat" gid: "mana" value: 1 results: - type: "condition" gid: "dazzle" duration: 600 # 10 minutes message: "Sparkling lights distract your enemies." - type: "xp" gid: "havencast" base: 3 havencast_decipher_simple_magicscript: name: "Cast Decipher Simple Magicscript" description: "Cast the Decipher Simple Magicscript cantrip." whatnot: tags: - "spell" - "cantrip" duration: base: 64 minimum: 35 scaling: - type: "skill" gid: "havencast" scale_value: 0.5 - type: "stat" gid: "havencast_speed" scale_value: 1 requirements: - type: "skill" gid: "havencast" level: 3 - type: "stat" gid: "mana" value: 1 cost: - type: "item" gid: "simple_spellpage" quantity: 1 results: - type: "xp" gid: "havencast" base: 5 - type: "activity" chance: 1 table: - gid: "havencast_stinging_rays" score: 0 - gid: "havencast_flame_whirl" score: .50 havencast_enchant_apprentice_wand: name: "Cast Enchant Apprentice Wand" description: "Cast the Enchant Apprentice Wand spell." whatnot: tags: - "spell" - "cantrip" duration: base: 70 minimum: 35 scaling: - type: "skill" gid: "havencast" scale_value: 0.5 - type: "stat" gid: "havencast_speed" 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: 8 havencast_stinging_rays: name: "Cast Stinging Rays" description: "Cast the Stinging Rays spell." innate: false whatnot: tags: - "spell" duration: base: 70 minimum: 35 scaling: - type: "skill" gid: "havencast" scale_value: 0.5 - type: "stat" gid: "havencast_speed" scale_value: 1 requirements: - type: "skill" gid: "havencast" level: 5 - type: "stat" gid: "mana" value: 1 - type: "equipment" tag: "focus" results: - type: "condition" gid: "stinging_rays" duration: 600 # 10 minutes message: "Beams of arcane energy appear in the air around you." - type: "xp" gid: "havencast" base: 7 havencast_flame_whirl: name: "Cast Flame Whirl" description: "Cast the Flame Whirl spell." innate: false whatnot: tags: - "spell" duration: base: 80 minimum: 35 scaling: - type: "skill" gid: "havencast" scale_value: 0.5 - type: "stat" gid: "havencast_speed" scale_value: 1 requirements: - type: "skill" gid: "havencast" level: 10 - type: "stat" gid: "mana" value: 2 - type: "equipment" tag: "focus" results: - type: "condition" gid: "flame_whirl" duration: 600 # 10 minutes message: "A thin disc of fire encircles you." - type: "xp" gid: "havencast" base: 9