Handle renames of items and groups
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
type = "passive"
|
||||
def handler(fit, ship, context):
|
||||
level = fit.character.getSkill("Gallente Cruiser").level
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Tracking Link",
|
||||
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Remote Tracking Computer",
|
||||
"maxRange", ship.getModifiedItemAttr("shipBonusGC2") * level)
|
||||
|
||||
Reference in New Issue
Block a user