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

10 lines
355 B
Python

# eliteReconBonusEnergyNeutAmount2
#
# Used by:
# Ship: Curse
# Ship: Pilgrim
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Neutralizer",
"energyDestabilizationAmount", ship.getModifiedItemAttr("eliteBonusReconShip2"), skill="Recon Ships")