Files
pyfa/eos/effects/subsystembonusamarrelectronicscanprobestrength.py
blitzmann 020cc9e295 Revert "Clean up unused effects"
This reverts commit 842be9535b.
2018-05-20 00:22:14 -04:00

9 lines
356 B
Python

# Not used by any item
type = "passive"
def handler(fit, module, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.group.name == "Scanner Probe",
"baseSensorStrength", module.getModifiedItemAttr("subsystemBonusAmarrElectronic"),
skill="Amarr Electronic Systems")