Files
pyfa/eos/effects/probelaunchercpupercentbonustacticaldestroyer.py
2015-05-21 16:44:39 +03:00

9 lines
346 B
Python

# probeLauncherCPUPercentBonusTacticalDestroyer
#
# Used by:
# Ships from group: Tactical Destroyer (3 of 3)
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Astrometrics"),
"cpu", ship.getModifiedItemAttr("roleBonusTacticalDestroyer1"))