(fit, ship, context, projectionRange, **kwargs)
| 17527 | |
| 17528 | @staticmethod |
| 17529 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17530 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), |
| 17531 | 'shieldBonus', ship.getModifiedItemAttr('shipBonusMF2'), skill='Minmatar Frigate', **kwargs) |
| 17532 | |
| 17533 | |
| 17534 | class Effect5107(BaseEffect): |
nothing calls this directly
no test coverage detected