Handle renames of items and groups

This commit is contained in:
DarkPhoenix
2013-08-21 01:07:27 +04:00
parent deed271073
commit 5c073dc83f
49 changed files with 60 additions and 60 deletions

View File

@@ -3,5 +3,5 @@
runTime = "early"
type = ("projected", "offline")
def handler(fit, module, context):
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Shield Transporter",
fit.modules.filteredItemMultiply(lambda mod: mod.item.group.name == "Remote Shield Booster",
"shieldBonus", module.getModifiedItemAttr("shieldBonusMultiplierRemote"))