Files
pyfa/eos/effects/effect6855.py
2019-03-16 14:08:20 -04:00

13 lines
583 B
Python

# shipBonusDreadnoughtA1EnergyWarfareAmountBonus
#
# Used by:
# Ship: Chemosh
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Nosferatu",
"powerTransferAmount", src.getModifiedItemAttr("shipBonusDreadnoughtA1"), skill="Amarr Dreadnought")
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Neutralizer",
"energyNeutralizerAmount", src.getModifiedItemAttr("shipBonusDreadnoughtA1"), skill="Amarr Dreadnought")