Files
pyfa/eos/effects/energyweaponspeedmultiply.py
2014-07-30 21:23:27 -04:00

7 lines
350 B
Python

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