11 lines
341 B
Python
11 lines
341 B
Python
# shipTorpedosVelocityBonusCB3
|
|
#
|
|
# Used by:
|
|
# Variations of ship: Raven (3 of 4)
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Torpedoes"),
|
|
"maxVelocity", ship.getModifiedItemAttr("shipBonusCB3"), skill="Caldari Battleship")
|