13 lines
497 B
Python
13 lines
497 B
Python
# subsystemBonusAmarrElectronicEnergyDestabilizerAmount
|
|
#
|
|
# Used by:
|
|
# Subsystem: Legion Electronics - Energy Parasitic Complex
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, module, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Neutralizer",
|
|
"energyNeutralizerAmount",
|
|
module.getModifiedItemAttr("subsystemBonusAmarrElectronic"),
|
|
skill="Amarr Electronic Systems")
|