10 lines
358 B
Python
10 lines
358 B
Python
# armoredSquadronCommand
|
|
#
|
|
# 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)
|