7 lines
305 B
Python
7 lines
305 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",
|
|
"commandBonusHidden", skill.getModifiedItemAttr("squadronCommandBonus") * skill.level)
|