9 lines
416 B
Python
9 lines
416 B
Python
# subsystemBonusAmarrElectronicEnergyVampireAmount
|
|
#
|
|
# 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 Nosferatu",
|
|
"powerTransferAmount", module.getModifiedItemAttr("subsystemBonusAmarrElectronic"), skill="Amarr Electronic Systems")
|