PRC8_fork/nwn/nwnprc/trunk/smp/phs_s_snare.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

36 lines
988 B
Plaintext

/*:://////////////////////////////////////////////
//:: Spell Name Snare
//:: Spell FileName PHS_S_Snare
//:://////////////////////////////////////////////
//:: In Game Spell desctiption
//:://////////////////////////////////////////////
Snare
Transmutation
Level: Rgr 2, Drd 3
Components: V, S, DF
Casting Time: 3 rounds
Range: Touch
Target: Touched nonmagical circle of vine, rope, or thong with a 2 ft.
diameter + 2 ft./level
Duration: Until triggered or broken
Saving Throw: None
Spell Resistance: No
More Description.
//:://////////////////////////////////////////////
//:: Spell Effects Applied / Notes
//:://////////////////////////////////////////////
Possible, but...meh, not today. Needs to be converted a lot too.
Placeholder Script.
//:://////////////////////////////////////////////
//:: Created By: Jasperre
//::////////////////////////////////////////////*/
#include "PHS_INC_SPELLS"
void main()
{
}