9 lines
316 B
Python
9 lines
316 B
Python
# probeLauncherCPUPercentBonusTacticalDestroyer
|
|
#
|
|
# Used by:
|
|
# Ship: Confessor
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Astrometrics"),
|
|
"cpu", ship.getModifiedItemAttr("roleBonusTacticalDestroyer1"))
|