(fit, ship, context, projectionRange, **kwargs)
| 17463 | |
| 17464 | @staticmethod |
| 17465 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17466 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Operation'), |
| 17467 | 'shieldBonus', ship.getModifiedItemAttr('shipBonusMF'), skill='Minmatar Frigate', **kwargs) |
| 17468 | |
| 17469 | |
| 17470 | class Effect5103(BaseEffect): |
nothing calls this directly
no test coverage detected