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

13 lines
387 B
Python

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