Files
pyfa/eos/effects/shipbonustorpedomissilethermdmgmb.py

9 lines
337 B
Python

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