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

12 lines
412 B
Python

# systemOverloadEcmStrength
#
# Used by:
# Celestials named like: Red Giant Beacon Class (6 of 6)
runTime = "early"
type = ("projected", "passive")
def handler(fit, module, context):
fit.modules.filteredItemMultiply(lambda mod: "overloadECMStrenghtBonus" in mod.itemModifiedAttributes,
"overloadECMStrenghtBonus", module.getModifiedItemAttr("overloadBonusMultiplier"))