8 lines
370 B
Python
8 lines
370 B
Python
# thermalShieldCompensationHardeningBonusGroupShieldAmp
|
|
#
|
|
# Used by:
|
|
# Skill: Thermal 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) |