forked from Jaysyn/PRC8
36 lines
988 B
Plaintext
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()
|
||
|
{
|
||
|
|
||
|
}
|