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

43 lines
1.4 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*:://////////////////////////////////////////////
//:: Spell Name Gentle Repose
//:: Spell FileName PHS_S_GentleRepo
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Necromancy
Level: Clr 2, Sor/Wiz 3
Components: V, S, M/DF
Casting Time: 1 standard action
Range: Touch
Target: Corpse touched
Duration: One day/level
Saving Throw: Will negates (object)
Spell Resistance: Yes (object)
You preserve the remains of a dead creature so that they do not decay. Doing
so effectively extends the time limit on raising that creature from the dead
(see raise dead). Days spent under the influence of this spell dont count
against the time limit. Additionally, this spell makes transporting a fallen
comrade more pleasant.
The spell also works on severed body parts and the like.
Arcane Material Component: A pinch of salt, and a copper piece for each eye
the corpse has (or had).
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
Rating: 7: Need corpse system, it'd be a 1 then.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}