PRC8/nwn/trunk/smp/phs_s_detectanim.nss
Jaysyn904 5914ed2ab5 Updated Release Archive
Updated Release Archive.  Fixed Mage-killer prereqs.  Removed old LETO & ConvoCC related files.  Added organized spell scroll store.  Fixed Gloura spellbook. Various TLK fixes.  Reorganized Repo.  Removed invalid user folders. Added DocGen back in.
2023-08-22 10:00:21 -04:00

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