(fit, skill, context, projectionRange, **kwargs)
| 6185 | |
| 6186 | @staticmethod |
| 6187 | def handler(fit, skill, context, projectionRange, **kwargs): |
| 6188 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'Shield Resistance Amplifier', |
| 6189 | 'explosiveDamageResistanceBonus', |
| 6190 | skill.getModifiedItemAttr('hardeningBonus') * skill.level, **kwargs) |
| 6191 | |
| 6192 | |
| 6193 | class Effect2055(BaseEffect): |
nothing calls this directly
no test coverage detected