(fit, src, context, projectionRange, **kwargs)
| 5900 | |
| 5901 | @staticmethod |
| 5902 | def handler(fit, src, context, projectionRange, **kwargs): |
| 5903 | fit.modules.filteredItemBoost(lambda mod: mod.item.requiresSkill('Shield Emission Systems'), 'capacitorNeed', |
| 5904 | src.getModifiedItemAttr('shipBonusCC'), skill='Caldari Cruiser', **kwargs) |
| 5905 | |
| 5906 | |
| 5907 | class Effect1969(BaseEffect): |
nothing calls this directly
no test coverage detected