(fit, skill, context, projectionRange, **kwargs)
| 6219 | |
| 6220 | @staticmethod |
| 6221 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 6222 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Shield Resistance Amplifier', |
| 6223 | 'thermalDamageResistanceBonus', |
| 6224 | skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs) |
| 6225 | |
| 6226 | |
| 6227 | class Effect2105(BaseEffect): |
nothing calls this directly
no test coverage detected