11 lines
333 B
Python
11 lines
333 B
Python
# shipBonusAoeVelocityStandardMissilesCD2
|
|
#
|
|
# Used by:
|
|
# Ship: Corax
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Light Missiles"),
|
|
"aoeVelocity", ship.getModifiedItemAttr("shipBonusCD2"), skill="Caldari Destroyer")
|