Files
pyfa/eos/effects/effect5912.py
2019-03-16 14:08:20 -04:00

13 lines
516 B
Python

# systemRemoteCapTransmitterAmount
#
# Used by:
# Celestials named like: Cataclysmic Variable Effect Beacon Class (6 of 6)
runTime = "early"
type = ("projected", "passive")
def handler(fit, beacon, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Remote Capacitor Transmitter",
"powerTransferAmount", beacon.getModifiedItemAttr("energyTransferAmountBonus"),
stackingPenalties=True, penaltyGroup="postMul")