12 lines
442 B
Python
12 lines
442 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")
|