Files
pyfa/eos/effects/commandburstreloadtimebonus.py
2016-12-13 23:31:39 -08:00

13 lines
364 B
Python

# commandBurstReloadTimeBonus
#
# Used by:
# Skill: Command Burst Specialist
type = "passive"
def handler(fit, src, context):
lvl = src.level
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Leadership"),
"reloadTime",
src.getModifiedItemAttr("reloadTimeBonus") * lvl)