Files
pyfa/eos/effects/thermalshieldcompensationhardeningbonusgroupshieldamp.py
2014-07-30 21:23:27 -04:00

6 lines
312 B
Python

# Used by:
# Skill: Thermic Shield Compensation
type = "passive"
def handler(fit, skill, context):
fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == "Shield Amplifier",
"thermalDamageResistanceBonus", skill.getModifiedItemAttr("hardeningBonus") * skill.level)