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

10 lines
342 B
Python

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