12 lines
394 B
Python
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)
|