8 lines
312 B
Python
8 lines
312 B
Python
# Not used by any item
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, src, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("High Speed Maneuvering"), "signatureRadiusBonus",
|
|
src.getModifiedItemAttr("eliteBonusCommandDestroyer3"), skill="Command Destroyers")
|