Files
pyfa/eos/effects/shipbonusrhmlrofmb.py

10 lines
357 B
Python

# shipBonusRHMLROFMB
#
# Used by:
# Ship: Typhoon
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Minmatar Battleship").level
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Missile Launcher Rapid Heavy",
"speed", ship.getModifiedItemAttr("shipBonusMB") * level)