PRC8/nwn/trunk/newspellbook/shd_myst_fldshdb.nss
Jaysyn904 5914ed2ab5 Updated Release Archive
Updated Release Archive.  Fixed Mage-killer prereqs.  Removed old LETO & ConvoCC related files.  Added organized spell scroll store.  Fixed Gloura spellbook. Various TLK fixes.  Reorganized Repo.  Removed invalid user folders. Added DocGen back in.
2023-08-22 10:00:21 -04:00

26 lines
991 B
Plaintext

/*
16/02/19 by Stratovarius
Flood of Shadow, OnExit
Initiate, Black Magic
Level/School: 6th/Abjuration
Range: Close (25 ft. + 5 ft./2 levels)
Area: 20-ft.-radius spread
Duration: 10 minutes/level
Saving Throw: None
Spell Resistance: See text
You inundate the area with strange energies from the Plane of Shadow, warping the effects of magic.
A flood of mystical shadow-power renders casting more difficult. To cast most spells while in an area affected by flood of shadow, the caster must succeed on a Spellcraft check
(DC 15 + spell level), or the spell is lost with no effect. Mysteries can be cast within or into the affected area without making the Spellcraft check. In addition, if a mystery
originates in an area affected by flood of shadow, its variable numerical effect is increased by 50% (as if it was empowered), although its level does not increase. This does not
stack with empower mystery.
*/
void main()
{
DeleteLocalInt(GetExitingObject(), "FloodShadow");
}