forked from Jaysyn/PRC8
57 lines
2.4 KiB
Plaintext
57 lines
2.4 KiB
Plaintext
|
/*:://////////////////////////////////////////////
|
|||
|
//:: Spell Name Illusory Script
|
|||
|
//:: Spell FileName PHS_S_IllusorySc
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
//:: In Game Spell desctiption
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
Illusion (Phantasm) [Mind-Affecting]
|
|||
|
Level: Brd 3, Sor/Wiz 3
|
|||
|
Components: V, S, M
|
|||
|
Casting Time: 1 minute or longer; see text
|
|||
|
Range: Touch
|
|||
|
Target: One touched book weighing no more than 10 lb.
|
|||
|
Duration: One day/level (D)
|
|||
|
Saving Throw: Will negates; see text
|
|||
|
Spell Resistance: Yes
|
|||
|
|
|||
|
You write instructions or other information on parchment, paper, or any
|
|||
|
suitable writing material. The illusory script appears to be some form of
|
|||
|
foreign or magical writing. Only the person (or people) designated by you
|
|||
|
at the time of the casting are able to read the writing; it<69>s unintelligible
|
|||
|
to any other character, although an illusionist recognizes it as illusory
|
|||
|
script.
|
|||
|
|
|||
|
Any unauthorized creature attempting to read the script triggers a potent
|
|||
|
illusory effect and must make a saving throw. A successful saving throw
|
|||
|
means the creature can look away with only a mild sense of disorientation.
|
|||
|
Failure means the creature is subject to a suggestion implanted in the
|
|||
|
script by you at the time the illusory script spell was cast. The
|
|||
|
suggestion lasts only 30 minutes. Typical suggestions include <20>Close the
|
|||
|
book and leave,<2C> <20>Forget the existence of the book,<2C> and so forth. If
|
|||
|
successfully dispelled by dispel magic, the illusory script and its secret
|
|||
|
message disappear. The hidden message can be read by a combination of the
|
|||
|
true seeing spell with the read magic or comprehend languages spell.
|
|||
|
|
|||
|
The casting time depends on how long a message you wish to write, but it is
|
|||
|
always at least 1 minute.
|
|||
|
|
|||
|
Material Component: A lead-based ink (cost of not less than 50 gp).
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
//:: Spell Effects Applied / Notes
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
Placeholder script.
|
|||
|
|
|||
|
Urg, not in yet. All books will be "readable" or should be anyway, so it
|
|||
|
should be alright to add, I guess, sometime later. Maybe only to hide the
|
|||
|
Explosive Runes spell
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
//:: Created By: Jasperre
|
|||
|
//::////////////////////////////////////////////*/
|
|||
|
|
|||
|
#include "PHS_INC_SPELLS"
|
|||
|
|
|||
|
void main()
|
|||
|
{
|
|||
|
|
|||
|
}
|