From 36b258fbf1c2bfa97b22760dff096d141148ec5a Mon Sep 17 00:00:00 2001 From: Ziggeh Date: Tue, 12 Aug 2014 10:30:17 +0200 Subject: [PATCH] Changed Crippling Vortex to use a specialLine script --- scripts/commands/combat/of_vortex_2.py | 12 ------------ scripts/commands/combat/of_vortex_3.py | 12 ------------ scripts/commands/combat/of_vortex_4.py | 12 ------------ scripts/commands/combat/of_vortex_5.py | 12 ------------ .../{of_vortex_1.py => specialline/of_vortex.py} | 3 --- 5 files changed, 51 deletions(-) delete mode 100644 scripts/commands/combat/of_vortex_2.py delete mode 100644 scripts/commands/combat/of_vortex_3.py delete mode 100644 scripts/commands/combat/of_vortex_4.py delete mode 100644 scripts/commands/combat/of_vortex_5.py rename scripts/commands/combat/{of_vortex_1.py => specialline/of_vortex.py} (83%) diff --git a/scripts/commands/combat/of_vortex_2.py b/scripts/commands/combat/of_vortex_2.py deleted file mode 100644 index 61b586d4..00000000 --- a/scripts/commands/combat/of_vortex_2.py +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/commands/combat/of_vortex_3.py b/scripts/commands/combat/of_vortex_3.py deleted file mode 100644 index 4507ec9d..00000000 --- a/scripts/commands/combat/of_vortex_3.py +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/commands/combat/of_vortex_4.py b/scripts/commands/combat/of_vortex_4.py deleted file mode 100644 index ff87ce05..00000000 --- a/scripts/commands/combat/of_vortex_4.py +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/commands/combat/of_vortex_5.py b/scripts/commands/combat/of_vortex_5.py deleted file mode 100644 index ae7aacee..00000000 --- a/scripts/commands/combat/of_vortex_5.py +++ /dev/null @@ -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 \ No newline at end of file diff --git a/scripts/commands/combat/of_vortex_1.py b/scripts/commands/combat/specialline/of_vortex.py similarity index 83% rename from scripts/commands/combat/of_vortex_1.py rename to scripts/commands/combat/specialline/of_vortex.py index 72cf4b13..b17983e6 100644 --- a/scripts/commands/combat/of_vortex_1.py +++ b/scripts/commands/combat/specialline/of_vortex.py @@ -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 \ No newline at end of file