(fit, ship, context, projectionRange, **kwargs)
| 17744 | |
| 17745 | @staticmethod |
| 17746 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17747 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), |
| 17748 | 'shieldBonus', ship.getModifiedItemAttr('shipBonusMC2'), skill='Minmatar Cruiser', **kwargs) |
| 17749 | |
| 17750 | |
| 17751 | class Effect5128(BaseEffect): |
nothing calls this directly
no test coverage detected