Files
pyfa/eos/effects/probelaunchercpupercentbonustacticaldestroyer.py
2015-06-23 00:00:09 +03:00

9 lines
346 B
Python

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