Further file organization
Further file organization
This commit is contained in:
36
nwn/nwnprc/trunk/smp/phs_s_nightmare.nss
Normal file
36
nwn/nwnprc/trunk/smp/phs_s_nightmare.nss
Normal file
@@ -0,0 +1,36 @@
|
||||
/*:://////////////////////////////////////////////
|
||||
//:: Spell Name Nightmare
|
||||
//:: Spell FileName PHS_S_Nightmare
|
||||
//:://////////////////////////////////////////////
|
||||
//:: In Game Spell desctiption
|
||||
//:://////////////////////////////////////////////
|
||||
Illusion (Phantasm) [Mind-Affecting, Evil]
|
||||
Level: Brd 5, Sor/Wiz 5
|
||||
Components: V, S
|
||||
Casting Time: 10 minutes
|
||||
Range: Unlimited
|
||||
Target: One living creature
|
||||
Duration: Instantaneous
|
||||
Saving Throw: Will negates; see text
|
||||
Spell Resistance: Yes
|
||||
|
||||
You send a hideous and unsettling phantasmal vision to a specific creature
|
||||
that you name or otherwise specifically designate.
|
||||
|
||||
More description.
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Spell Effects Applied / Notes
|
||||
//:://////////////////////////////////////////////
|
||||
Might not be bothered or be possible.
|
||||
|
||||
Placeholder script.
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Jasperre
|
||||
//::////////////////////////////////////////////*/
|
||||
|
||||
#include "PHS_INC_SPELLS"
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user