Files
pyfa/eos/effects/shipbonuscruisemissileemdmgmb.py

9 lines
334 B
Python

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