Files
pyfa/eos/effects/subsystembonusscanprobelaunchercpu.py
2014-07-30 21:23:27 -04:00

7 lines
310 B
Python

# Used by:
# Subsystems named like: Electronics Emergent Locus Analyzer (4 of 4)
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Scan Probe Launcher",
"cpu", module.getModifiedItemAttr("cpuNeedBonus"))