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 @@
type = "passive"
def handler(fit, ship, context):
level = fit.character.getSkill("Minmatar Cruiser").level
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Shield Transporter",
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Shield Booster",
"shieldTransferRange", ship.getModifiedItemAttr("shipBonusMC2") * level)