PRC8/trunk/smp/phs_s_detectscry.nss
Jaysyn904 1662218bb4 Initial upload.
Adding base PRC 4.19a files to repository.
2022-10-07 13:51:24 -04:00

47 lines
1.6 KiB
Plaintext
Raw 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()
{
}