12 lines
452 B
Python
12 lines
452 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")
|