Files
pyfa/eos/effects/subsystembonusgallenteelectronicscanprobestrength.py
2017-06-25 00:18:06 -04:00

10 lines
398 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("subsystemBonusGallenteElectronic"),
skill="Gallente Electronic Systems")