Files
pyfa/eos/effects/elitebonuscoveropsnosneutfalloff1.py
2016-12-13 23:31:39 -08:00

12 lines
412 B
Python

# eliteBonusCoverOpsNOSNeutFalloff1
#
# Used by:
# Ship: Caedes
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name in ("Energy Nosferatu", "Energy Neutralizer"),
"falloffEffectiveness", src.getModifiedItemAttr("eliteBonusCoverOps1"),
stackingPenalties=True, skill="Covert Ops")