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

12 lines
394 B
Python

# energyWeaponDamageMultiply
#
# Used by:
# Modules from group: Heat Sink (19 of 19)
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Energy Weapon",
"damageMultiplier", module.getModifiedItemAttr("damageMultiplier"),
stackingPenalties=True)