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

49 lines
1.7 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 Discern Location
//:: Spell FileName PHS_S_DiscernLoc
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Divination
Level: Clr 8, Knowledge 8, Sor/Wiz 8
Components: V, S, DF
Casting Time: 10 minutes
Range: Unlimited
Target: One creature or object
Duration: Instantaneous
Saving Throw: None
Spell Resistance: No
A discern location spell is among the most powerful means of locating
creatures or objects. Nothing short of a mind blank spell or the direct
intervention of a deity keeps you from learning the exact location of a
single individual or object. Discern location circumvents normal means of
protection from scrying or location. The spell reveals the name of the
creature or objects location (place, name, business name, building name, or
the like), community, county (or similar political division), country,
continent, and the plane of existence where the target lies.
To find a creature with the spell, you must have seen the creature or have
some item that once belonged to it. To find an object, you must have touched
it at least once.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
Not sure how to do this one. Rating 10.
Maybe we just can find PC characters, via. giving the area name of them.
It'd be simple and effective.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}