7 lines
263 B
Python
7 lines
263 B
Python
# Used by:
|
|
# Ship: Vangel
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Missile Launcher Rapid Light",
|
|
"speed", ship.getModifiedItemAttr("shipBonusATC1"))
|