Changed Crippling Vortex to use a specialLine script

This commit is contained in:
Ziggeh
2014-08-12 10:30:17 +02:00
parent 90db0baf57
commit 36b258fbf1
5 changed files with 0 additions and 51 deletions
-12
View File
@@ -1,12 +0,0 @@
import sys
def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'of_vortex_bleed_2', actor)
core.buffService.addBuffToCreature(target, 'of_vortex_root', actor)
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return
-12
View File
@@ -1,12 +0,0 @@
import sys
def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'of_vortex_bleed_3', actor)
core.buffService.addBuffToCreature(target, 'of_vortex_root', actor)
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return
-12
View File
@@ -1,12 +0,0 @@
import sys
def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'of_vortex_bleed_4', actor)
core.buffService.addBuffToCreature(target, 'of_vortex_root', actor)
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return
-12
View File
@@ -1,12 +0,0 @@
import sys
def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'of_vortex_bleed_5', actor)
core.buffService.addBuffToCreature(target, 'of_vortex_root', actor)
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return
@@ -5,8 +5,5 @@ def setup(core, actor, target, command):
core.buffService.addBuffToCreature(target, 'of_vortex_root', actor)
return
def preRun(core, actor, target, command):
return
def run(core, actor, target, commandString):
return