Files
pyfa/eos/effects/shipbonusenergynosfalloffac3.py

11 lines
321 B
Python

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