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.
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’s
|
||
knowledge. “Unclear” 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’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()
|
||
{
|
||
|
||
}
|