Files
pyfa/eos/effects/systemoverloaddamagemodifier.py
2015-09-24 13:09:25 -04:00

10 lines
409 B
Python

# systemOverloadDamageModifier
#
# 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: "overloadDamageModifier" in mod.itemModifiedAttributes,
"overloadDamageModifier", module.getModifiedItemAttr("overloadBonusMultiplier"))