Files
pyfa/eos/effects/shipbonusheavymissileexplodmgmb.py

9 lines
342 B
Python

# shipBonusHeavyMissileExploDmgMB
#
# Used by:
# Ship: Typhoon Fleet Issue
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Heavy Missiles"),
"explosiveDamage", ship.getModifiedItemAttr("shipBonusMB"), skill="Minmatar Battleship")