(fit, ship, context, projectionRange, **kwargs)
| 16132 | |
| 16133 | @staticmethod |
| 16134 | def handler(fit, ship, context, projectionRange, **kwargs): |
| 16135 | fit.modules.filteredItemMultiply(lambda mod: mod.item.requiresSkill('Large Energy Turret'), |
| 16136 | 'cpu', ship.getModifiedItemAttr('bcLargeTurretCPU'), **kwargs) |
| 16137 | |
| 16138 | |
| 16139 | class Effect4824(BaseEffect): |
nothing calls this directly
no test coverage detected