(fit, skill, context, projectionRange, **kwargs)
| 6252 | |
| 6253 | @staticmethod |
| 6254 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 6255 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Armor Coating', |
| 6256 | 'explosiveDamageResistanceBonus', |
| 6257 | skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs) |
| 6258 | |
| 6259 | |
| 6260 | class Effect2107(BaseEffect): |
nothing calls this directly
no test coverage detected