8 lines
340 B
Python
Executable File
8 lines
340 B
Python
Executable File
# Used by:
|
|
# Ship: Absolution
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Amarr Battlecruiser").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Medium Energy Turret"),
|
|
"capacitorNeed", ship.getModifiedItemAttr("shipBonusABC2") * level)
|