Files
pyfa/eos/effects/shipmissilerofmf2.py

11 lines
313 B
Python

# shipMissileRoFMF2
#
# Used by:
# Ship: Breacher
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Missile Launcher Operation"),
"speed", ship.getModifiedItemAttr("shipBonusMF2"), skill="Minmatar Frigate")