Files
pyfa/eos/effects/effect5629.py
2019-03-16 14:08:20 -04:00

12 lines
380 B
Python

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