9 lines
336 B
Python
9 lines
336 B
Python
# shipHeavyMissileVelocityCBC2
|
|
#
|
|
# Used by:
|
|
# Ship: Drake Navy Issue
|
|
type = "passive"
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"),
|
|
"maxVelocity", ship.getModifiedItemAttr("shipBonusCBC2"), skill="Caldari Battlecruiser")
|