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