11 lines
397 B
Python
Executable File
11 lines
397 B
Python
Executable File
# Used by:
|
|
# Ship: Executioner
|
|
# Ship: Gold Magnate
|
|
# Ship: Silver Magnate
|
|
# Ship: Tormentor
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Amarr Frigate").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Small Energy Turret"),
|
|
"damageMultiplier", ship.getModifiedItemAttr("shipBonusAF") * level)
|