9 lines
314 B
Python
9 lines
314 B
Python
# shipBonusRHMLROFMB
|
|
#
|
|
# Used by:
|
|
# Ship: Typhoon
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Missile Launcher Rapid Heavy",
|
|
"speed", ship.getModifiedItemAttr("shipBonusMB"), skill="Minmatar Battleship")
|