Files
pyfa/eos/effects/shipbonusenergyvampirerangead2.py
2016-04-05 22:27:41 -04:00

9 lines
314 B
Python

# shipBonusEnergyVampireRangeAD2
#
# Used by:
# Ship: Dragoon
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Nosferatu",
"maxRange", ship.getModifiedItemAttr("shipBonusAD2"), skill="Amarr Destroyer")