Files
pyfa/eos/effects/commandshipmultirelayeffect.py
Ebag333 1fb5bbc36e Effects used by Orca
first pass
2016-11-18 20:53:57 -08:00

19 lines
599 B
Python

# commandshipMultiRelayEffect
#
# 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 in
(
"Command Burst",
),
"maxGroupOnline",
ship.getModifiedItemAttr("shipBonusICS2"),
)
# TODO: test