Files
pyfa/eos/effects/effect3765.py
2019-03-16 14:08:20 -04:00

11 lines
370 B
Python

# covertOpsStealthBomberSiegeMissileLauncherPowerNeedBonus
#
# Used by:
# Ships from group: Stealth Bomber (5 of 5)
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Missile Launcher Torpedo",
"power", ship.getModifiedItemAttr("stealthBomberLauncherPower"))