(fit, skill, context, projectionRange, **kwargs)
| 6286 | |
| 6287 | @staticmethod |
| 6288 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 6289 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Armor Coating', |
| 6290 | 'thermalDamageResistanceBonus', |
| 6291 | skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs) |
| 6292 | |
| 6293 | |
| 6294 | class Effect2109(BaseEffect): |
nothing calls this directly
no test coverage detected