Files
pyfa/eos/effects/shipbonusenergyvampirerangead2.py
2015-12-03 20:21:57 -05:00

9 lines
324 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",
"powerTransferRange", ship.getModifiedItemAttr("shipBonusAD2"), skill="Amarr Destroyer")