PRC8/nwn/nwnprc/trunk/smp/phs_s_creategrun.nss
Jaysyn904 6ec137a24e Updated AMS marker feats
Updated AMS marker feats.  Removed arcane & divine marker feats.  Updated Dread Necromancer for epic progression. Updated weapon baseitem models.  Updated new weapons for crafting & npc equip.
 Updated prefix.  Updated release archive.
2024-02-11 14:01:05 -05:00

29 lines
956 B
Plaintext

/*:://////////////////////////////////////////////
//:: 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()
{
}