Files
pyfa/eos/effects/commandshipmultirelayeffect.py
DarkPhoenix fd36a0b172 Replace submodules with actual files
Submodules never were actually useful
2013-06-10 22:12:34 +04:00

9 lines
323 B
Python
Executable File

# Used by:
# Ships from group: Command Ship (8 of 8)
# Ship: Orca
# Ship: Rorqual
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemIncrease(lambda mod: mod.item.group.name == "Gang Coordinator",
"maxGroupActive", ship.getModifiedItemAttr("maxGangModules"))