mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
Changed Leg Strike to use a specialLine script
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import sys
|
||||
|
||||
def setup(core, actor, target, command):
|
||||
core.buffService.addBuffToCreature(target, 'of_cc_melee_2', actor)
|
||||
return
|
||||
|
||||
def preRun(core, actor, target, command):
|
||||
return
|
||||
|
||||
def run(core, actor, target, commandString):
|
||||
return
|
||||
@@ -1,11 +0,0 @@
|
||||
import sys
|
||||
|
||||
def setup(core, actor, target, command):
|
||||
core.buffService.addBuffToCreature(target, 'of_cc_melee_3', actor)
|
||||
return
|
||||
|
||||
def preRun(core, actor, target, command):
|
||||
return
|
||||
|
||||
def run(core, actor, target, commandString):
|
||||
return
|
||||
@@ -1,11 +0,0 @@
|
||||
import sys
|
||||
|
||||
def setup(core, actor, target, command):
|
||||
core.buffService.addBuffToCreature(target, 'of_cc_melee_4', actor)
|
||||
return
|
||||
|
||||
def preRun(core, actor, target, command):
|
||||
return
|
||||
|
||||
def run(core, actor, target, commandString):
|
||||
return
|
||||
@@ -1,11 +0,0 @@
|
||||
import sys
|
||||
|
||||
def setup(core, actor, target, command):
|
||||
core.buffService.addBuffToCreature(target, 'of_cc_melee_5', actor)
|
||||
return
|
||||
|
||||
def preRun(core, actor, target, command):
|
||||
return
|
||||
|
||||
def run(core, actor, target, commandString):
|
||||
return
|
||||
@@ -1,11 +0,0 @@
|
||||
import sys
|
||||
|
||||
def setup(core, actor, target, command):
|
||||
core.buffService.addBuffToCreature(target, 'of_cc_melee_6', actor)
|
||||
return
|
||||
|
||||
def preRun(core, actor, target, command):
|
||||
return
|
||||
|
||||
def run(core, actor, target, commandString):
|
||||
return
|
||||
@@ -1,11 +0,0 @@
|
||||
import sys
|
||||
|
||||
def setup(core, actor, target, command):
|
||||
core.buffService.addBuffToCreature(target, 'of_cc_melee_7', actor)
|
||||
return
|
||||
|
||||
def preRun(core, actor, target, command):
|
||||
return
|
||||
|
||||
def run(core, actor, target, commandString):
|
||||
return
|
||||
+2
-4
@@ -4,8 +4,6 @@ def setup(core, actor, target, command):
|
||||
core.buffService.addBuffToCreature(target, 'of_cc_melee_1', actor)
|
||||
return
|
||||
|
||||
def preRun(core, actor, target, command):
|
||||
return
|
||||
|
||||
def run(core, actor, target, commandString):
|
||||
return
|
||||
return
|
||||
|
||||
@@ -7,4 +7,5 @@ def setup(core, actor, target, command):
|
||||
return
|
||||
|
||||
def run(core, actor, target, commandString):
|
||||
return
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user