forked from Jaysyn/PRC8
38 lines
1.0 KiB
Plaintext
38 lines
1.0 KiB
Plaintext
|
/*:://////////////////////////////////////////////
|
||
|
//:: Spell Name Hallow
|
||
|
//:: Spell FileName PHS_S_Hallow
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: In Game Spell desctiption
|
||
|
//:://////////////////////////////////////////////
|
||
|
Evocation [Good]
|
||
|
Level: Clr 5, Drd 5
|
||
|
Components: V, S, M, DF
|
||
|
Casting Time: 24 hours
|
||
|
Range: Touch
|
||
|
Area: 40-ft. radius emanating from the touched point
|
||
|
Duration: Instantaneous
|
||
|
Saving Throw: See text
|
||
|
Spell Resistance: See text
|
||
|
|
||
|
Hallow makes a particular site, building, or structure a holy site. This
|
||
|
has four major effects.
|
||
|
|
||
|
More description.
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Spell Effects Applied / Notes
|
||
|
//:://////////////////////////////////////////////
|
||
|
24 hours casting time! Woah! Thats, um, kinda impossible..DM only
|
||
|
or not in at all.
|
||
|
|
||
|
Placeholder script.
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Jasperre
|
||
|
//::////////////////////////////////////////////*/
|
||
|
|
||
|
#include "PHS_INC_SPELLS"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
}
|