9 lines
415 B
Python
9 lines
415 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")
|