Files
pyfa/eos/effects/shipbonusenergynosfalloffac3.py
2015-12-07 20:10:44 -05:00

8 lines
285 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")