mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-11 21:45:43 -04:00
Changed Crippling Vortex to use a specialLine script
This commit is contained in:
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
@@ -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
|
||||
-3
@@ -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
|
||||
Reference in New Issue
Block a user