Files
pyfa/eos/effects/shipbonuscruiserofmb.py

9 lines
311 B
Python

# shipBonusCruiseROFMB
#
# Used by:
# Ship: Typhoon
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Missile Launcher Cruise",
"speed", ship.getModifiedItemAttr("shipBonusMB"), skill="Minmatar Battleship")