Files
pyfa/eos/effects/advanceddroneinterfacingmaxgroupdcuskilllevel.py
2016-04-06 00:22:19 -04:00

9 lines
312 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)