Files
NGECore2/scripts/commands/combat/co_stand_fast.py
T

9 lines
295 B
Python

import sys
def setup(core, actor, target, command):
if actor.getSkillMod('expertise_cooldown_line_co_stand_fast'):
command.setCooldown(command.getCooldown() - actor.getSkillMod('expertise_cooldown_line_co_stand_fast').getBase())
return
def run(core, actor, target, commandString):
return