Files
pyfa/eos/effects/shipbonustorpedomissileexplodmgmb.py

9 lines
339 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")