Files
pyfa/eos/effects/shipenergyneutralizertransferamountbonusac.py
2015-12-03 20:21:57 -05:00

10 lines
359 B
Python

# shipEnergyNeutralizerTransferAmountBonusAC
#
# Used by:
# Ship: Ashimmu
# Ship: Vangel
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Neutralizer",
"energyDestabilizationAmount", ship.getModifiedItemAttr("shipBonusAC"), skill="Amarr Cruiser")