Files
pyfa/eos/effects/effect6782.py
2019-03-16 14:08:20 -04: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)