11 lines
314 B
Python
11 lines
314 B
Python
# advancedDroneInterfacingMaxGroupDCUSkillLevel
|
|
#
|
|
# Used by:
|
|
# Skill: Advanced Drone Interfacing
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, skill, context):
|
|
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Fighter Support Unit",
|
|
"maxGroupActive", skill.level)
|