Files
pyfa/eos/effects/shipbonusheavymissilekineticdmgmb.py

9 lines
342 B
Python

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