Files
pyfa/eos/effects/probelaunchercpupercentbonustacticaldestroyer.py
2015-02-14 01:27:52 -05:00

9 lines
346 B
Python

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