11 lines
323 B
Python
11 lines
323 B
Python
# shipBonusAF1TorpedoExplosionVelocity
|
|
#
|
|
# Used by:
|
|
# Ship: Purifier
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Torpedoes"),
|
|
"aoeVelocity", ship.getModifiedItemAttr("shipBonusAF"), skill="Amarr Frigate")
|