Files
pyfa/eos/effects/armoredsquadroncommand.py
2013-08-23 01:27:52 +04:00

8 lines
331 B
Python

# Used by:
# Skill: Armored Warfare Specialist
runTime = "early"
type = "passive"
def handler(fit, skill, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Armored Warfare Specialist"),
"commandBonus", skill.getModifiedItemAttr("squadronCommandBonus") * skill.level)