9 lines
347 B
Python
Executable File
9 lines
347 B
Python
Executable File
# Used by:
|
|
# Ship: Imicus
|
|
# Ship: Inner Zone Shipping Imicus
|
|
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("shipBonusGF") * level)
|