(fit, container, context, projectionRange, **kwargs)
| 16647 | |
| 16648 | @staticmethod |
| 16649 | def handler(fit, container, context, projectionRange, **kwargs): |
| 16650 | fit.modules.filteredItemBoost( |
| 16651 | lambda mod: mod.item.requiresSkill('Shield Operation') or mod.item.requiresSkill('Capital Shield Operation'), |
| 16652 | 'shieldBonus', container.getModifiedItemAttr('shieldBoostMultiplier'), **kwargs) |
| 16653 | |
| 16654 | |
| 16655 | class Effect4961(BaseEffect): |
nothing calls this directly
no test coverage detected