PRC8/nwn/nwnprc/trunk/smp/phs_s_projectima.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

57 lines
2.2 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 Project Image
//:: Spell FileName PHS_S_ProjectIma
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Illusion (Shadow)
Level: Brd 6, Sor/Wiz 7
Components: V, S, M
Casting Time: 1 standard action
Range: Medium (20M)
Effect: One shadow duplicate
Duration: 1 round/level (D)
Saving Throw: Will disbelief (if interacted with)
Spell Resistance: No
You tap energy from the Plane of Shadow to create a quasi-real, illusory
version of yourself. The projected image looks, sounds, and smells like you
but is intangible. The projected image mimics your actions (including speech)
unless you direct it to act differently (which is a move action).
You can see through its eyes and hear through its ears as if you were
standing where it is, and during your turn you can switch from using its
senses to using your own, or back again, as a free action. While you are
using its senses, your body is considered blinded and deafened.
If you desire, any spell you cast whose range is touch or greater can
originate from the projected image instead of from you. The projected image
cant cast any spells on itself except for illusion spells. The spells affect
other targets normally, despite originating from the projected image.
Objects are affected by the projected image as if they had succeeded on
their Will save.
You must maintain line of effect to the projected image at all times. If
your line of effect is obstructed, the spell ends. If you use dimension door,
teleport, plane shift, or a similar spell that breaks your line of effect,
even momentarily, the spell ends.
Material Component: A small replica of you (a doll), which costs 5 gp to create.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
All image spells ETC must wait.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}