9 lines
406 B
Python
9 lines
406 B
Python
# subSystemBonusMinmatarElectronic2TractorBeamRange
|
|
#
|
|
# Used by:
|
|
# Subsystem: Loki Electronics - Emergent Locus Analyzer
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Tractor Beam",
|
|
"maxRange", module.getModifiedItemAttr("subsystemBonusMinmatarElectronic2"), skill="Minmatar Electronic Systems")
|