12 lines
381 B
Python
12 lines
381 B
Python
# shipEnergyNeutralizerTransferAmountBonusAB
|
|
#
|
|
# Used by:
|
|
# Ship: Bhaalgorn
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Neutralizer",
|
|
"energyNeutralizerAmount", ship.getModifiedItemAttr("shipBonusAB"),
|
|
skill="Amarr Battleship")
|