Files
pyfa/eos/effects/probelaunchercpupercentbonustacticaldestroyer.py
2014-12-09 18:49:40 -05:00

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"))