Files
pyfa/eos/effects/shipbonusenergyvampirerangead2.py
2016-12-04 23:10:09 -05:00

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