10 lines
362 B
Python
10 lines
362 B
Python
# shipTorpedoROFCB
|
|
#
|
|
# 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)
|