13 lines
447 B
Python
13 lines
447 B
Python
# MWDSignatureRadiusRoleBonus
|
|
#
|
|
# Used by:
|
|
# Ships from group: Assault Frigate (8 of 12)
|
|
# Ships from group: Command Destroyer (4 of 4)
|
|
# Ships from group: Heavy Assault Cruiser (8 of 11)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("High Speed Maneuvering"),
|
|
"signatureRadiusBonus", ship.getModifiedItemAttr("MWDSignatureRadiusBonus"))
|