Add missing skill and damage mod effects

This commit is contained in:
DarkPhoenix
2018-04-24 20:52:46 +03:00
parent a8b1f38e84
commit cf5769e0f8
8 changed files with 88 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
# 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)