Files
pyfa/eos/effects/advanceddroneinterfacingmaxgroupdcuskilllevel.py
2014-07-30 21:23:27 -04:00

7 lines
260 B
Python

# Used by:
# Skill: Advanced Drone Interfacing
type = "passive"
def handler(fit, skill, context):
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Drone Control Unit",
"maxGroupActive", skill.level)