13 lines
499 B
Python
13 lines
499 B
Python
# subSystemBonusGallenteElectronicScanProbeStrength
|
|
#
|
|
# Used by:
|
|
# Subsystem: Proteus Electronics - Emergent Locus Analyzer
|
|
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")
|