Files
pyfa/eos/effects/systemenergyneutmultiplier.py

11 lines
499 B
Python

# systemEnergyNeutMultiplier
#
# Used by:
# Celestials named like: Pulsar Effect Beacon Class (6 of 6)
runTime = "early"
type = ("projected", "offline")
def handler(fit, beacon, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Energy Destabilizer",
"energyDestabilizationAmount", beacon.getModifiedItemAttr("energyWarfareStrengthMultiplier"),
stackingPenalties=True, penaltyGroup="postMul")