12 lines
336 B
Python
12 lines
336 B
Python
# shipBonusMF1TorpedoFlightTime
|
|
#
|
|
# Used by:
|
|
# Ship: Hound
|
|
# Ship: Virtuoso
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Torpedoes"),
|
|
"explosionDelay", ship.getModifiedItemAttr("shipBonusMF"), skill="Minmatar Frigate")
|