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

13 lines
521 B
Python

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