(fit, ship, context, projectionRange, **kwargs)
| 17168 | |
| 17169 | @staticmethod |
| 17170 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17171 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'), |
| 17172 | 'shieldBonus', ship.getModifiedItemAttr('rookieShieldBoostBonus'), **kwargs) |
| 17173 | |
| 17174 | |
| 17175 | class Effect5028(BaseEffect): |
nothing calls this directly
no test coverage detected