(fit, skill, context, projectionRange, **kwargs)
| 6169 | |
| 6170 | @staticmethod |
| 6171 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 6172 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Shield Resistance Amplifier', |
| 6173 | 'emDamageResistanceBonus', skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs) |
| 6174 | |
| 6175 | |
| 6176 | class Effect2054(BaseEffect): |
nothing calls this directly
no test coverage detected