Files
pyfa/eos/effects/shipenergydrainamountaf1.py

10 lines
329 B
Python

# shipEnergyDrainAmountAF1
#
# Used by:
# Ship: Cruor
# Ship: Sentinel
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Vampire",
"powerTransferAmount", ship.getModifiedItemAttr("shipBonusAF"), skill="Amarr Frigate")