(fit, skill, context, projectionRange, **kwargs)
| 6336 | |
| 6337 | @staticmethod |
| 6338 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 6339 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energized Armor Membrane', |
| 6340 | 'kineticDamageResistanceBonus', |
| 6341 | skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs) |
| 6342 | |
| 6343 | |
| 6344 | class Effect2112(BaseEffect): |
nothing calls this directly
no test coverage detected