Files
pyfa/eos/effects/shipbonusenergyvampirerangead2.py
2016-05-23 23:22:44 -04:00

6 lines
275 B
Python

# Not used by any item
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")