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