9 lines
412 B
Python
9 lines
412 B
Python
# subsystemBonusGallentePropulsionMWDPenalty
|
|
#
|
|
# Used by:
|
|
# Subsystem: Proteus Propulsion - Wake Limiter
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("High Speed Maneuvering"),
|
|
"signatureRadiusBonus", module.getModifiedItemAttr("subsystemBonusGallentePropulsion"), skill="Gallente Propulsion Systems")
|