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

12 lines
388 B
Python

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