PRC8_fork/nwn/nwnprc/trunk/smp/smp_s_animatedea.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

38 lines
1.0 KiB
Plaintext

/*:://////////////////////////////////////////////
//:: Spell Name Animate Dead
//:: Spell FileName SMP_S_AnimateDea
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Animate Dead
Necromancy [Evil]
Level: Clr 3, Death 3, Sor/Wiz 4
Components: V, S, M
Casting Time: 1 standard action
Range: Touch
Targets: One or more corpses touched
Duration: Instantaneous
Saving Throw: None
Spell Resistance: No
Description.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Rating: 10: Requires AI editing, changing to turning scripts etc. It will
use, however, EffectTurned() to make them follow the "master", as it is a
simple thing.
Placeholder script.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "SMP_INC_SPELLS"
void main()
{
}