From 9127cd7fc679b2f191d24b68db4f7e06ef2920d3 Mon Sep 17 00:00:00 2001 From: Ziggeh Date: Tue, 10 Dec 2013 20:13:03 +0100 Subject: [PATCH] Bounty Hunter - Fixed Assault CD reduction expertise --- scripts/commands/combat/bh_dm_1.py | 8 ++++++++ scripts/commands/combat/bh_dm_2.py | 8 ++++++++ scripts/commands/combat/bh_dm_3.py | 8 ++++++++ scripts/commands/combat/bh_dm_4.py | 8 ++++++++ scripts/commands/combat/bh_dm_5.py | 8 ++++++++ scripts/commands/combat/bh_dm_6.py | 8 ++++++++ scripts/commands/combat/bh_dm_7.py | 8 ++++++++ scripts/commands/combat/bh_dm_8.py | 8 ++++++++ 8 files changed, 64 insertions(+) create mode 100644 scripts/commands/combat/bh_dm_1.py create mode 100644 scripts/commands/combat/bh_dm_2.py create mode 100644 scripts/commands/combat/bh_dm_3.py create mode 100644 scripts/commands/combat/bh_dm_4.py create mode 100644 scripts/commands/combat/bh_dm_5.py create mode 100644 scripts/commands/combat/bh_dm_6.py create mode 100644 scripts/commands/combat/bh_dm_7.py create mode 100644 scripts/commands/combat/bh_dm_8.py diff --git a/scripts/commands/combat/bh_dm_1.py b/scripts/commands/combat/bh_dm_1.py new file mode 100644 index 00000000..707a2c00 --- /dev/null +++ b/scripts/commands/combat/bh_dm_1.py @@ -0,0 +1,8 @@ +import sys + +def setup(core, actor, target, command): + if actor.getSkillMod('expertise_cooldown_line_dm'): + command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm').getBase()/10)) + return +def run(core, actor, target, commandString): + return \ No newline at end of file diff --git a/scripts/commands/combat/bh_dm_2.py b/scripts/commands/combat/bh_dm_2.py new file mode 100644 index 00000000..707a2c00 --- /dev/null +++ b/scripts/commands/combat/bh_dm_2.py @@ -0,0 +1,8 @@ +import sys + +def setup(core, actor, target, command): + if actor.getSkillMod('expertise_cooldown_line_dm'): + command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm').getBase()/10)) + return +def run(core, actor, target, commandString): + return \ No newline at end of file diff --git a/scripts/commands/combat/bh_dm_3.py b/scripts/commands/combat/bh_dm_3.py new file mode 100644 index 00000000..707a2c00 --- /dev/null +++ b/scripts/commands/combat/bh_dm_3.py @@ -0,0 +1,8 @@ +import sys + +def setup(core, actor, target, command): + if actor.getSkillMod('expertise_cooldown_line_dm'): + command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm').getBase()/10)) + return +def run(core, actor, target, commandString): + return \ No newline at end of file diff --git a/scripts/commands/combat/bh_dm_4.py b/scripts/commands/combat/bh_dm_4.py new file mode 100644 index 00000000..707a2c00 --- /dev/null +++ b/scripts/commands/combat/bh_dm_4.py @@ -0,0 +1,8 @@ +import sys + +def setup(core, actor, target, command): + if actor.getSkillMod('expertise_cooldown_line_dm'): + command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm').getBase()/10)) + return +def run(core, actor, target, commandString): + return \ No newline at end of file diff --git a/scripts/commands/combat/bh_dm_5.py b/scripts/commands/combat/bh_dm_5.py new file mode 100644 index 00000000..707a2c00 --- /dev/null +++ b/scripts/commands/combat/bh_dm_5.py @@ -0,0 +1,8 @@ +import sys + +def setup(core, actor, target, command): + if actor.getSkillMod('expertise_cooldown_line_dm'): + command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm').getBase()/10)) + return +def run(core, actor, target, commandString): + return \ No newline at end of file diff --git a/scripts/commands/combat/bh_dm_6.py b/scripts/commands/combat/bh_dm_6.py new file mode 100644 index 00000000..707a2c00 --- /dev/null +++ b/scripts/commands/combat/bh_dm_6.py @@ -0,0 +1,8 @@ +import sys + +def setup(core, actor, target, command): + if actor.getSkillMod('expertise_cooldown_line_dm'): + command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm').getBase()/10)) + return +def run(core, actor, target, commandString): + return \ No newline at end of file diff --git a/scripts/commands/combat/bh_dm_7.py b/scripts/commands/combat/bh_dm_7.py new file mode 100644 index 00000000..707a2c00 --- /dev/null +++ b/scripts/commands/combat/bh_dm_7.py @@ -0,0 +1,8 @@ +import sys + +def setup(core, actor, target, command): + if actor.getSkillMod('expertise_cooldown_line_dm'): + command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm').getBase()/10)) + return +def run(core, actor, target, commandString): + return \ No newline at end of file diff --git a/scripts/commands/combat/bh_dm_8.py b/scripts/commands/combat/bh_dm_8.py new file mode 100644 index 00000000..707a2c00 --- /dev/null +++ b/scripts/commands/combat/bh_dm_8.py @@ -0,0 +1,8 @@ +import sys + +def setup(core, actor, target, command): + if actor.getSkillMod('expertise_cooldown_line_dm'): + command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm').getBase()/10)) + return +def run(core, actor, target, commandString): + return \ No newline at end of file