Files
pyfa/eos/effects/armorupgradesmasspenaltyreductionbonus.py
2013-08-23 01:27:52 +04:00

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)