Handle a couple of group renamings

This commit is contained in:
blitzmann
2018-02-15 20:07:57 -05:00
parent e16ae88ed9
commit 0648feaa7b

View File

@@ -11,7 +11,7 @@ def handler(fit, module, context):
module.getModifiedItemAttr("missileDamageMultiplierBonus"),
stackingPenalties=True)
launcherGroups = ("Structure AXL Missile Launcher", "Structure ASML Missile Launcher")
launcherGroups = ("Structure XL Missile Launcher", "Structure Multirole Missile Launcher")
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name in launcherGroups,
"speed", module.getModifiedItemAttr("speedMultiplier"),
stackingPenalties=True)