Merge pull request #130 from Ziggeh/master

Fixed stackable buffs, Bounty Hunter expertise and the healing potency for LSJ
This commit is contained in:
Waverunner
2013-12-10 16:26:31 -08:00
22 changed files with 174 additions and 3 deletions
+8
View File
@@ -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
+8
View File
@@ -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
+8
View File
@@ -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
+8
View File
@@ -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
+8
View File
@@ -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
+8
View File
@@ -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
+8
View File
@@ -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
+8
View File
@@ -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
+9
View File
@@ -0,0 +1,9 @@
import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_dm_crit'):
command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm_crit').getBase()/10))
return
def run(core, actor, target, commandString):
return
+9
View File
@@ -0,0 +1,9 @@
import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_dm_crit'):
command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm_crit').getBase()/10))
return
def run(core, actor, target, commandString):
return
+9
View File
@@ -0,0 +1,9 @@
import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_dm_crit'):
command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm_crit').getBase()/10))
return
def run(core, actor, target, commandString):
return
+9
View File
@@ -0,0 +1,9 @@
import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_dm_crit'):
command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm_crit').getBase()/10))
return
def run(core, actor, target, commandString):
return
+9
View File
@@ -0,0 +1,9 @@
import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_dm_crit'):
command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm_crit').getBase()/10))
return
def run(core, actor, target, commandString):
return
+9
View File
@@ -0,0 +1,9 @@
import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_dm_crit'):
command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm_crit').getBase()/10))
return
def run(core, actor, target, commandString):
return
+9
View File
@@ -0,0 +1,9 @@
import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_dm_crit'):
command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm_crit').getBase()/10))
return
def run(core, actor, target, commandString):
return
+9
View File
@@ -0,0 +1,9 @@
import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_dm_crit'):
command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_dm_crit').getBase()/10))
return
def run(core, actor, target, commandString):
return
+8
View File
@@ -0,0 +1,8 @@
import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_sh'):
command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_sh').getBase()/10))
return
def run(core, actor, target, commandString):
return
+8
View File
@@ -0,0 +1,8 @@
import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_sh'):
command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_sh').getBase()/10))
return
def run(core, actor, target, commandString):
return
+8
View File
@@ -0,0 +1,8 @@
import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_sh'):
command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_sh').getBase()/10))
return
def run(core, actor, target, commandString):
return
+8
View File
@@ -0,0 +1,8 @@
import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_sh'):
command.setCooldown(command.getCooldown() - (actor.getSkillMod('expertise_cooldown_line_sh').getBase()/10))
return
def run(core, actor, target, commandString):
return