12 lines
430 B
Python
12 lines
430 B
Python
# subsystemBonusAmarrPropulsionAfterburnerSpeedFactor
|
|
#
|
|
# Used by:
|
|
# Subsystem: Legion Propulsion - Wake Limiter
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Afterburner"),
|
|
"speedFactor", module.getModifiedItemAttr("subsystemBonusAmarrPropulsion"),
|
|
skill="Amarr Propulsion Systems")
|