Files
pyfa/eos/effects/squadroncommand.py
2014-07-30 21:23:27 -04:00

7 lines
299 B
Python

# Used by:
# Skill: Warfare Link Specialist
type = "passive"
def handler(fit, skill, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Gang Coordinator",
"commandBonus", skill.getModifiedItemAttr("squadronCommandBonus") * skill.level)