Further file organization
Further file organization
This commit is contained in:
46
nwn/nwnprc/trunk/smp/phs_s_detectscry.nss
Normal file
46
nwn/nwnprc/trunk/smp/phs_s_detectscry.nss
Normal file
@@ -0,0 +1,46 @@
|
||||
/*:://////////////////////////////////////////////
|
||||
//:: 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 spell<6C>s area radiates from you and
|
||||
moves as you move. You know the location of every magical sensor within the
|
||||
spell<6C>s 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 scrier<65>s 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()
|
||||
{
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user