forked from Jaysyn/PRC8
35 lines
943 B
Plaintext
35 lines
943 B
Plaintext
|
/*:://////////////////////////////////////////////
|
||
|
//:: Spell Name Prying Eyes
|
||
|
//:: Spell FileName PHS_S_PryEyes
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: In Game Spell desctiption
|
||
|
//:://////////////////////////////////////////////
|
||
|
Divination
|
||
|
Level: Sor/Wiz 5
|
||
|
Components: V, S, M
|
||
|
Casting Time: 1 minute
|
||
|
Range: One mile
|
||
|
Effect: Ten or more levitating eyes
|
||
|
Duration: 1 hour/level; see text (D)
|
||
|
Saving Throw: None
|
||
|
Spell Resistance: No
|
||
|
|
||
|
Description.
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Spell Effects Applied / Notes
|
||
|
//:://////////////////////////////////////////////
|
||
|
This might not be done at all. Divination might be a bit short
|
||
|
handed however, without these two...
|
||
|
|
||
|
Placeholder script.
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Jasperre
|
||
|
//::////////////////////////////////////////////*/
|
||
|
|
||
|
#include "PHS_INC_SPELLS"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
}
|