Files
pyfa/eos/effects/disintegratorweaponspeedmultiply.py
2018-04-24 20:52:46 +03:00

12 lines
399 B
Python

# disintegratorWeaponSpeedMultiply
#
# Used by:
# Modules from group: Entropic Suppressor (3 of 3)
type = "passive"
def handler(fit, module, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Precursor Turret",
"speed", module.getModifiedItemAttr("speedMultiplier"),
stackingPenalties=True)