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

13 lines
386 B
Python

# eliteBonusCoverOpsBombThermalDmg1
#
# Used by:
# Ship: Nemesis
# Ship: Virtuoso
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredChargeBoost(lambda mod: mod.charge.requiresSkill("Bomb Deployment"),
"thermalDamage", ship.getModifiedItemAttr("eliteBonusCovertOps1"),
skill="Covert Ops")