Further file organization
Further file organization
This commit is contained in:
35
nwn/nwnprc/trunk/smp/phs_s_snare.nss
Normal file
35
nwn/nwnprc/trunk/smp/phs_s_snare.nss
Normal file
@@ -0,0 +1,35 @@
|
||||
/*:://////////////////////////////////////////////
|
||||
//:: 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()
|
||||
{
|
||||
|
||||
}
|
Reference in New Issue
Block a user