(fit, ship, context, projectionRange, **kwargs)
| 38323 | |
| 38324 | @staticmethod |
| 38325 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 38326 | fit.modules.filteredItemBoost( |
| 38327 | lambda mod: mod.item.requiresSkill('Shield Operation'), 'capacitorNeed', |
| 38328 | ship.getModifiedItemAttr('shipBonusCBC3'), skill='Caldari Battlecruiser', **kwargs) |
| 38329 | |
| 38330 | |
| 38331 | class Effect11059(BaseEffect): |
nothing calls this directly
no test coverage detected