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.
36 lines
1.0 KiB
Plaintext
36 lines
1.0 KiB
Plaintext
/*:://////////////////////////////////////////////
|
|
//:: Spell Name Antimagic Field
|
|
//:: Spell FileName PHS_S_AntimagF
|
|
//:://////////////////////////////////////////////
|
|
//:: In Game Spell desctiption
|
|
//:://////////////////////////////////////////////
|
|
Antimagic Field
|
|
Abjuration
|
|
Level: Clr 8, Magic 6, Protection 6, Sor/Wiz 6
|
|
Components: V, S, M/DF
|
|
Casting Time: 1 standard action
|
|
Range: 3.33 M.
|
|
Area: 3.33-M.-radius emanation, centered on you
|
|
Duration: 10 min./level (D)
|
|
Saving Throw: None
|
|
Spell Resistance: See text
|
|
|
|
Description.
|
|
//:://////////////////////////////////////////////
|
|
//:: Spell Effects Applied / Notes
|
|
//:://////////////////////////////////////////////
|
|
Rating: 10: This is very hard: Will it remove effects OnEnter, or just
|
|
not allow spells to be cast in it, or what?
|
|
|
|
Placeholder script.
|
|
//:://////////////////////////////////////////////
|
|
//:: Created By: Jasperre
|
|
//::////////////////////////////////////////////*/
|
|
|
|
#include "PHS_INC_SPELLS"
|
|
|
|
void main()
|
|
{
|
|
|
|
}
|