(fit, skill, context, projectionRange, **kwargs)
| 6303 | |
| 6304 | @staticmethod |
| 6305 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 6306 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energized Armor Membrane', |
| 6307 | 'emDamageResistanceBonus', skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs) |
| 6308 | |
| 6309 | |
| 6310 | class Effect2110(BaseEffect): |
nothing calls this directly
no test coverage detected