(fit, ship, context, projectionRange, **kwargs)
| 16626 | |
| 16627 | @staticmethod |
| 16628 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16629 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'), |
| 16630 | 'shieldBonus', ship.getModifiedItemAttr('shipBonusMB'), skill='Minmatar Battleship', **kwargs) |
| 16631 | |
| 16632 | |
| 16633 | class Effect4951(BaseEffect): |
nothing calls this directly
no test coverage detected