Files
pyfa/eos/effects/shipbonusenergyneutfalloffac3.py

11 lines
324 B
Python

# shipBonusEnergyNeutFalloffAC3
#
# Used by:
# Ship: Vangel
type = "passive"
def handler(fit, src, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Neutralizer", "falloffEffectiveness",
src.getModifiedItemAttr("shipBonusAC3"), skill="Amarr Cruiser")