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

9 lines
335 B
Python

# shipEnergyVampireTransferAmountBonusAB
#
# Used by:
# Ship: Bhaalgorn
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Nosferatu",
"powerTransferAmount", ship.getModifiedItemAttr("shipBonusAB"), skill="Amarr Battleship")