PRC8_fork/nwn/nwnprc/trunk/smp/phs_s_detectanim.nss
Jaysyn904 6ec137a24e Updated AMS marker feats
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.
2024-02-11 14:01:05 -05: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()
{
}