12 lines
451 B
Python
12 lines
451 B
Python
# subsystemBonusGallenteElectronicWarpScrambleRange
|
|
#
|
|
# Used by:
|
|
# Subsystem: Proteus Electronics - Friction Extension Processor
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Warp Scrambler",
|
|
"maxRange", module.getModifiedItemAttr("subsystemBonusGallenteElectronic"),
|
|
skill="Gallente Electronic Systems")
|