12 lines
359 B
Python
12 lines
359 B
Python
# shipBonusMissileAoeVelocityMB2
|
|
#
|
|
# Used by:
|
|
# Ship: Typhoon
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Torpedoes"),
|
|
"aoeVelocity", ship.getModifiedItemAttr("shipBonusMB2"),
|
|
skill="Minmatar Battleship")
|