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.
29 lines
956 B
Plaintext
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()
|
|
{
|
|
|
|
}
|