11 lines
326 B
Python
11 lines
326 B
Python
# shipBonusCF1TorpedoExplosionVelocity
|
|
#
|
|
# Used by:
|
|
# Ship: Manticore
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Torpedoes"),
|
|
"aoeVelocity", ship.getModifiedItemAttr("shipBonusCF"), skill="Caldari Frigate")
|