9 lines
382 B
Python
9 lines
382 B
Python
# subsystemBonusCaldariElectronicECMRange
|
|
#
|
|
# Used by:
|
|
# Subsystem: Tengu Electronics - Obfuscation Manifold
|
|
type = "passive"
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "ECM",
|
|
"maxRange", module.getModifiedItemAttr("subsystemBonusCaldariElectronic"), skill="Caldari Electronic Systems")
|