(fit, skill, context, projectionRange, **kwargs)
| 6269 | |
| 6270 | @staticmethod |
| 6271 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 6272 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Armor Coating', |
| 6273 | 'kineticDamageResistanceBonus', |
| 6274 | skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs) |
| 6275 | |
| 6276 | |
| 6277 | class Effect2108(BaseEffect): |
nothing calls this directly
no test coverage detected