9 lines
343 B
Python
Executable File
9 lines
343 B
Python
Executable File
# Used by:
|
|
# Ship: Cruor
|
|
# Ship: Sentinel
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Amarr Frigate").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Vampire",
|
|
"powerTransferAmount", ship.getModifiedItemAttr("shipBonusAF") * level)
|