9 lines
371 B
Python
9 lines
371 B
Python
# eliteBonusInterdictorsMWDSigRadius2
|
|
#
|
|
# Used by:
|
|
# Ships from group: Interdictor (4 of 4)
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("High Speed Maneuvering"),
|
|
"signatureRadiusBonus", ship.getModifiedItemAttr("eliteBonusInterdictors2"), skill="Interdictors")
|