8 lines
320 B
Python
Executable File
8 lines
320 B
Python
Executable File
# Used by:
|
|
# Skill: Armor Layering
|
|
type = "passive"
|
|
def handler(fit, container, context):
|
|
level = container.level
|
|
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Armor Reinforcer",
|
|
"massAddition", container.getModifiedItemAttr("massPenaltyReduction") * level)
|