5 lines
237 B
Python
5 lines
237 B
Python
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Astrometrics"),
|
|
"cpu", ship.getModifiedItemAttr("roleBonusTacticalDestroyer1"))
|