forked from Jaysyn/PRC8
42 lines
1.5 KiB
Plaintext
42 lines
1.5 KiB
Plaintext
|
/*:://////////////////////////////////////////////
|
|||
|
//:: Spell Name Programmed Image
|
|||
|
//:: Spell FileName PHS_S_Programmed
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
//:: In Game Spell desctiption
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
Illusion (Figment)
|
|||
|
Level: Brd 6, Sor/Wiz 6
|
|||
|
Effect: Visual figment that cannot extend beyond a 20-ft. cube + one 10-ft.
|
|||
|
cube/level (S)
|
|||
|
Duration: Permanent until triggered, then 1 round/level
|
|||
|
|
|||
|
This spell functions like silent image, except that this spell<6C>s figment
|
|||
|
activates when a specific condition occurs. The figment includes visual,
|
|||
|
auditory, olfactory, and thermal elements, including intelligible speech.
|
|||
|
|
|||
|
You set the triggering condition (which may be a special word) when casting
|
|||
|
the spell. The event that triggers the illusion can be as general or as
|
|||
|
specific and detailed as desired but must be based on an audible, tactile,
|
|||
|
olfactory, or visual trigger. The trigger cannot be based on some quality
|
|||
|
not normally obvious to the senses, such as alignment. (See magic mouth for
|
|||
|
more details about such triggers.)
|
|||
|
|
|||
|
Material Component: A bit of fleece and jade dust worth 25 gp.
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
//:: Spell Effects Applied / Notes
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
Placeholder Script.
|
|||
|
|
|||
|
All image spells ETC must wait.
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
//:: Created By: Jasperre
|
|||
|
//::////////////////////////////////////////////*/
|
|||
|
|
|||
|
#include "PHS_INC_SPELLS"
|
|||
|
|
|||
|
void main()
|
|||
|
{
|
|||
|
|
|||
|
}
|
|||
|
|