(fit, skill, context, projectionRange, **kwargs)
| 6236 | |
| 6237 | @staticmethod |
| 6238 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 6239 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Armor Coating', |
| 6240 | 'emDamageResistanceBonus', skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs) |
| 6241 | |
| 6242 | |
| 6243 | class Effect2106(BaseEffect): |
nothing calls this directly
no test coverage detected