(fit, skill, context, projectionRange, **kwargs)
| 6353 | |
| 6354 | @staticmethod |
| 6355 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 6356 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Energized Armor Membrane', |
| 6357 | 'thermalDamageResistanceBonus', |
| 6358 | skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs) |
| 6359 | |
| 6360 | |
| 6361 | class Effect2130(BaseEffect): |
nothing calls this directly
no test coverage detected