(fit, module, context, projectionRange, **kwargs)
| 5257 | |
| 5258 | @staticmethod |
| 5259 | def handler(fit, module, context, projectionRange, **kwargs): |
| 5260 | fit.modules.filteredItemBoost( |
| 5261 | lambda mod: mod.item.requiresSkill('Shield Operation') or mod.item.requiresSkill('Capital Shield Operation'), |
| 5262 | 'shieldBonus', module.getModifiedItemAttr('shieldBoostMultiplier'), |
| 5263 | stackingPenalties=True, **kwargs) |
| 5264 | |
| 5265 | |
| 5266 | class Effect1722(BaseEffect): |
nothing calls this directly
no test coverage detected