(fit, ship, context, projectionRange, **kwargs)
| 17728 | |
| 17729 | @staticmethod |
| 17730 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 17731 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), |
| 17732 | 'shieldBonus', ship.getModifiedItemAttr('shipBonusCC2'), skill='Caldari Cruiser', **kwargs) |
| 17733 | |
| 17734 | |
| 17735 | class Effect5127(BaseEffect): |
nothing calls this directly
no test coverage detected