(fit, skill, context, projectionRange, **kwargs)
| 6319 | |
| 6320 | @staticmethod |
| 6321 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 6322 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energized Armor Membrane', |
| 6323 | 'explosiveDamageResistanceBonus', |
| 6324 | skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs) |
| 6325 | |
| 6326 | |
| 6327 | class Effect2111(BaseEffect): |
nothing calls this directly
no test coverage detected