Fix attribute that was changed on some items
This commit is contained in:
@@ -9,4 +9,4 @@ type = "passive"
|
|||||||
def handler(fit, container, context):
|
def handler(fit, container, context):
|
||||||
level = container.level if "skill" in context else 1
|
level = container.level if "skill" in context else 1
|
||||||
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("High Speed Maneuvering"),
|
fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill("High Speed Maneuvering"),
|
||||||
"capacitorNeed", container.getModifiedItemAttr("capacitorNeedMultiplier") * level)
|
"capacitorNeed", container.getModifiedItemAttr("capNeedBonus") * level)
|
||||||
|
|||||||
Reference in New Issue
Block a user