Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Increase the batch size of the calcium carbide producing reaction #76788

Merged
merged 2 commits into from
Oct 5, 2024

Conversation

kevingranade
Copy link
Member

Summary

None

Purpose of change

I noticed the calcium carbide producing recipe doesn't line up with reality. Stoichiometically it's fine, the problem is in a "working" arc furnace (as opposed to a small one for labs) you're going to encounter a minimum amount of inputs it will handle, and the existing recipe sets this amount at one gram, which is... quite a bit too low.

Describe the solution

Bumped up the amount of material the recipe processes to 1kg instead of 1g, which seems like a reasonable-ish amount of material you'd expect to process in a workshop. I'm not clear what kind of workshop actually has arc furnaces in it, but I'm already shaving quite a lot of yak here.
This also makes arc furnace into an appliance, which mitigates issues with attempting such a power-intensive recipe without a power grid. It was already the case that operating the arc furnace from a UPS (WAT?) didn't work because processing one gram of material consumed more power than the UPS could hold. Now you can build a battery bank to supply that much power.

Describe alternatives you've considered

An alternate "lab sized" arc furnace like this thing https://mrf-furnaces.com/products/arc-melting-furnaces/arc-melt-furnace-sa-200/#tab-id-1 would be fine for a scaled down version of the recipe. A survivor crafted arc furnace is also not out of the question either.
The amount of powder to process could vary, it's not at all clear what this thing is supposed to represent, so it's hard to say. At a minimum it could probably be around 100g instead of 1kg, though I'm still not clear why a workshop needs a specialized tool for processing such a small amount of material at a time.
I looked into dental arc furnaces, but it looks like those don't tend to reach high enough temperatures for calcium carbide production.

Testing

Visited a light industry, built a powerwall with 10+ large storage batteries, converted an arc furnace to an appliance and attached it to the batteries, spawned in grinding tools and some calcium carbide premix, and made a batch of it via the crafting interface.

…h the arc furnace

Also makes arc furnace into an appliance, which mitigates issues with attempting such a power-intensive recipe without a power grid
@github-actions github-actions bot added [JSON] Changes (can be) made in JSON Crafting / Construction / Recipes Includes: Uncrafting / Disassembling Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. Appliance/Power Grid Anything to do with appliances and power grid json-styled JSON lint passed, label assigned by github actions astyled astyled PR, label is assigned by github actions labels Oct 2, 2024
data/json/items/appliances.json Outdated Show resolved Hide resolved
Co-authored-by: Karol1223 <68503002+Karol1223@users.noreply.github.com>
@github-actions github-actions bot added the BasicBuildPassed This PR builds correctly, label assigned by github actions label Oct 3, 2024
@Maleclypse Maleclypse merged commit 65aca7f into master Oct 5, 2024
20 of 24 checks passed
@Maleclypse Maleclypse deleted the bigger-ca-carbide-batches branch October 5, 2024 04:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Appliance/Power Grid Anything to do with appliances and power grid astyled astyled PR, label is assigned by github actions BasicBuildPassed This PR builds correctly, label assigned by github actions Crafting / Construction / Recipes Includes: Uncrafting / Disassembling Fields / Furniture / Terrain / Traps Objects that are part of the map or its features. [JSON] Changes (can be) made in JSON json-styled JSON lint passed, label assigned by github actions
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants