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

41 lines
1.4 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 False Vision
//:: Spell FileName PHS_S_FalseVisio
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Illusion (Glamer)
Level: Brd 5, Sor/Wiz 5, Trickery 5
Components: V, S, M
Casting Time: 1 standard action
Range: Touch
Area: 13.33-M.-radius emanation
Duration: 1 hour/level (D)
Saving Throw: None
Spell Resistance: No
Any divination (scrying) spell used to view anything within the area of
this spell instead receives a false image (as the major image spell), as
defined by you at the time of casting. As long as the duration lasts, you
can concentrate to change the image as desired. While you arent
concentrating, the image remains static.
Arcane Material Component: The ground dust of a piece of jade worth at least
250 gp, which is sprinkled into the air when the spell is cast.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Placeholder script.
Need scrying spells first, that is, if this can even be used.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}