forked from Jaysyn/PRC8
35 lines
960 B
Plaintext
35 lines
960 B
Plaintext
|
/*:://////////////////////////////////////////////
|
||
|
//:: Spell Name Detect Animals or Plants
|
||
|
//:: Spell FileName PHS_S_DetectAnim
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: In Game Spell desctiption
|
||
|
//:://////////////////////////////////////////////
|
||
|
Divination
|
||
|
Level: Drd 1, Rgr 1
|
||
|
Components: V, S
|
||
|
Casting Time: 1 standard action
|
||
|
Range: Long (40M)
|
||
|
Area: Cone-shaped emanation
|
||
|
Duration: Concentration, up to 10 min./level (D)
|
||
|
Saving Throw: None
|
||
|
Spell Resistance: No
|
||
|
|
||
|
Description.
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Spell Effects Applied / Notes
|
||
|
//:://////////////////////////////////////////////
|
||
|
Placeholder script.
|
||
|
|
||
|
Rating: 6: Needs some work. Might need to totally change, it is only a
|
||
|
level 1 spell!
|
||
|
//:://////////////////////////////////////////////
|
||
|
//:: Created By: Jasperre
|
||
|
//::////////////////////////////////////////////*/
|
||
|
|
||
|
#include "PHS_INC_SPELLS"
|
||
|
|
||
|
void main()
|
||
|
{
|
||
|
|
||
|
}
|