(fit, ship, context, projectionRange, **kwargs)
| 17511 | |
| 17512 | @staticmethod |
| 17513 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17514 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), |
| 17515 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusMF'), skill='Minmatar Frigate', **kwargs) |
| 17516 | |
| 17517 | |
| 17518 | class Effect5106(BaseEffect): |
nothing calls this directly
no test coverage detected