(fit, ship, context, projectionRange, **kwargs)
| 5933 | |
| 5934 | @staticmethod |
| 5935 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 5936 | fit.modules.filteredItemBoost(lambda mod: mod.item.group.name == 'ECM', |
| 5937 | 'capacitorNeed', ship.getModifiedItemAttr('shipBonusCF2'), |
| 5938 | skill='Caldari Frigate', **kwargs) |
| 5939 | |
| 5940 | |
| 5941 | class Effect2000(BaseEffect): |
nothing calls this directly
no test coverage detected