Further file organization
Further file organization
This commit is contained in:
28
nwn/nwnprc/trunk/smp/phs_s_creategrun.nss
Normal file
28
nwn/nwnprc/trunk/smp/phs_s_creategrun.nss
Normal file
@@ -0,0 +1,28 @@
|
||||
/*:://////////////////////////////////////////////
|
||||
//:: Spell Name Create Greater Undead
|
||||
//:: Spell FileName PHS_S_CreateGrUn
|
||||
//:://////////////////////////////////////////////
|
||||
//:: In Game Spell desctiption
|
||||
//:://////////////////////////////////////////////
|
||||
Create Greater Undead
|
||||
Necromancy [Evil]
|
||||
Level: Clr 8, Death 8, Sor/Wiz 8
|
||||
|
||||
This spell functions like create undead, except that you can create more
|
||||
powerful and intelligent sorts of undead: shadows, wraiths, spectres, and
|
||||
devourers. The type or types of undead you can create is based on your
|
||||
caster level, as shown on the table below.
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Spell Effects Applied / Notes
|
||||
//:://////////////////////////////////////////////
|
||||
Placeholder script.
|
||||
//:://////////////////////////////////////////////
|
||||
//:: Created By: Jasperre
|
||||
//::////////////////////////////////////////////*/
|
||||
|
||||
#include "PHS_INC_SPELLS"
|
||||
|
||||
void main()
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user