9 lines
402 B
Python
9 lines
402 B
Python
# subsystemBonusMinmatarPropulsionAfterburnerSpeedFactor
|
|
#
|
|
# Used by:
|
|
# Subsystem: Loki Propulsion - Fuel Catalyst
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Afterburner"),
|
|
"speedFactor", module.getModifiedItemAttr("subsystemBonusMinmatarPropulsion"), skill="Minmatar Propulsion Systems")
|