12 lines
377 B
Python
12 lines
377 B
Python
# shipBonusTorpedoMissileExploDmgMB
|
|
#
|
|
# Used by:
|
|
# Ship: Typhoon Fleet Issue
|
|
type = "passive"
|
|
|
|
|
|
def handler(fit, ship, context):
|
|
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Torpedoes"),
|
|
"explosiveDamage", ship.getModifiedItemAttr("shipBonusMB"),
|
|
skill="Minmatar Battleship")
|