8 lines
334 B
Python
8 lines
334 B
Python
# Used by:
|
|
# Ship: Armageddon
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Amarr Battleship").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Vampire",
|
|
"powerTransferRange", ship.getModifiedItemAttr("shipBonusAB2") * level)
|