Files
pyfa/eos/effects/shipneutdestabilizationamountbonusrookie.py
2016-06-19 23:04:52 -04:00

9 lines
319 B
Python

# shipNeutDestabilizationAmountBonusRookie
#
# Used by:
# Ship: Hematos
type = "passive"
def handler(fit, ship, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Energy Neutralizer",
"energyNeutralizerAmount", ship.getModifiedItemAttr("rookieNeutDrain"))