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

47 lines
1.6 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 Detect Scrying
//:: Spell FileName PHS_S_DetectScry
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Divination
Level: Brd 4, Sor/Wiz 4
Components: V, S, M
Casting Time: 1 standard action
Range: 13.33M.
Area: 13.33-M.-radius emanation centered on you
Duration: 24 hours
Saving Throw: None
Spell Resistance: No
You immediately become aware of any attempt to observe you by means of a
divination (scrying) spell or effect. The spells area radiates from you and
moves as you move. You know the location of every magical sensor within the
spells area.
If the scrying attempt originates within the area, you also know its location;
otherwise, you and the scrier immediately make opposed caster level checks
(1d20 + caster level). If you at least match the scriers result, you get a
visual image of the scrier and an accurate sense of his or her direction and
distance from you.
Material Component: A small piece of mirror and a miniature brass hearing
trumpet.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Plcaeholder script.
Need the scrying spells first, to make this do anything.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}