9 lines
350 B
Python
Executable File
9 lines
350 B
Python
Executable File
# Used by:
|
|
# Ship: Malediction
|
|
# Ship: Vengeance
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Amarr Frigate").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("Missile Launcher Operation"),
|
|
"speed", ship.getModifiedItemAttr("shipBonus2AF") * level)
|