(fit, container, context, projectionRange, **kwargs)
| 4258 | |
| 4259 | @staticmethod |
| 4260 | def handler(fit, container, context, projectionRange, **kwargs): |
| 4261 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'), |
| 4262 | 'shieldBonus', container.getModifiedItemAttr('shieldBoostMultiplier'), **kwargs) |
| 4263 | |
| 4264 | |
| 4265 | class Effect1397(BaseEffect): |
nothing calls this directly
no test coverage detected