10 lines
363 B
Python
Executable File
10 lines
363 B
Python
Executable File
# Used by:
|
|
# Ship: Magnate
|
|
# Ship: Sarum Magnate
|
|
# Ship: Tash-Murkon Magnate
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Amarr Frigate").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Salvaging"),
|
|
"duration", ship.getModifiedItemAttr("shipBonusAF") * level)
|