8 lines
341 B
Python
8 lines
341 B
Python
# Used by:
|
|
# Ship: Scorpion Navy Issue
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
level = fit.character.getSkill("Caldari Battleship").level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Missile Launcher Torpedo",
|
|
"speed", ship.getModifiedItemAttr("shipBonusCB") * level)
|