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.
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()
|
|
{
|
|
|
|
}
|