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

9 lines
304 B
Python

# shipNOSTransferAmountBonusRookie
#
# Used by:
# Ship: Hematos
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Nosferatu",
"powerTransferAmount", ship.getModifiedItemAttr("rookieNosDrain"))