-
Notifications
You must be signed in to change notification settings - Fork 308
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
Making Plasma Arc Furnace more useful #3357
Conversation
I've been meaning to do something like this for a while, but never got around to it, so I'm glad someone did |
(cherry picked from commit fa1a907)
An attempt at making people consider the plasma arc furnace
Issue:
This PR makes some changes to arc furnace:
Having 336 parallels in a max sized luv arc furnace is ridiculous, now regular mode gets VOLTAGE*WIDTH parallels instead of 8*VOLTAGE*WIDTH, but plasma arc keeps old parallel values.
(LuV tiered Arc Furnace with 7 width in regular vs plasma mode)
Nitrogen plasma makes recipes 4 times faster, argon plasma makes it 64 times faster.
Nitrogen plasma is made in a fusion mk2 reactor, available at late zpm, argon plasma has to be made in the Forge of the Gods, making it an UIV tiered upgrade.
Additionally recycling recipes in plasma arc is removed.
By the time people get there, players stop recycling machines due to multiblocks replacing singleblocks, and recycling in regular arc is still possible in case some players still want.
Still needs to be worked on:
- when looking at recipes for annealed iron or wrought iron, argon plasma doesn't display timeFixed indirectly by changing argon plasma speed bonus, but shorter than 2.4 seconds recipes will be affected
Related: GTNewHorizons/NewHorizonsCoreMod#1032