48 lines
1.7 KiB
Plaintext
48 lines
1.7 KiB
Plaintext
|
/*:://////////////////////////////////////////////
|
|||
|
//:: Spell Name Commune
|
|||
|
//:: Spell FileName PHS_S_Commune
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
//:: In Game Spell desctiption
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
Divination
|
|||
|
Level: Clr 5
|
|||
|
Components: V, S, M, DF, XP
|
|||
|
Casting Time: 10 minutes
|
|||
|
Range: Personal
|
|||
|
Target: You
|
|||
|
Duration: 1 round/level
|
|||
|
|
|||
|
You contact your deity-or agents thereof -and ask questions that can be
|
|||
|
answered by a simple yes or no. (A cleric of no particular deity contacts a
|
|||
|
philosophically allied deity.) You are allowed one such question per caster
|
|||
|
level. The answers given are correct within the limits of the entity<74>s
|
|||
|
knowledge. <20>Unclear<61> is a legitimate answer, because powerful beings of the
|
|||
|
Outer Planes are not necessarily omniscient. In cases where a one-word
|
|||
|
answer would be misleading or contrary to the deity<74>s interests, a short
|
|||
|
phrase (five words or less) may be given as an answer instead.
|
|||
|
|
|||
|
The spell, at best, provides information to aid character decisions. The
|
|||
|
entities contacted structure their answers to further their own purposes.
|
|||
|
If you lag, discuss the answers, or go off to do anything else, the spell
|
|||
|
ends.
|
|||
|
|
|||
|
Material Component: Holy (or unholy) water and incense.
|
|||
|
|
|||
|
XP Cost: 100 XP.
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
//:: Spell Effects Applied / Notes
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
Spell script placeholder.
|
|||
|
|
|||
|
DM spell only.
|
|||
|
//:://////////////////////////////////////////////
|
|||
|
//:: Created By: Jasperre
|
|||
|
//::////////////////////////////////////////////*/
|
|||
|
|
|||
|
#include "PHS_INC_SPELLS"
|
|||
|
|
|||
|
void main()
|
|||
|
{
|
|||
|
|
|||
|
}
|