(fit, skill, context, projectionRange, **kwargs)
| 6202 | |
| 6203 | @staticmethod |
| 6204 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 6205 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Shield Resistance Amplifier', |
| 6206 | 'kineticDamageResistanceBonus', |
| 6207 | skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs) |
| 6208 | |
| 6209 | |
| 6210 | class Effect2056(BaseEffect): |
nothing calls this directly
no test coverage detected