Argent-Matter / Gregtech-Extended-Chemistry

GNU Lesser General Public License v3.0
7 stars 3 forks source link

more platline fixes #9

Closed jmoiron closed 4 weeks ago

jmoiron commented 4 weeks ago

A player has reported two things:

  1. the yields of the platline are very low
  2. tetrahedrite is suspiciously incredibly good at creating platinum concentrate

That 2nd point seems like an oversight and is fixed in the first commit.

Regarding the yields, I've looked a little closer. Indeed, they're even lower than GTNH for several reasons.

  1. only sheldonite and nickel get you Platinum Metallic Powder (pmp) and get you into the plat chain.. in GTNH there's a PMP ore which yields pmp directly, which helps for platline byproducts.. GTEC could add pmp ore, but for my purposes I can fix this w/ KJS by altering platinum ore.
  2. nickel ore bathed in mercury gets you 1x pmp @ 70% yield in gtec vs 2x @ 70% in gtnh.. but this is only meant as a very early bootstrap so I don't think it's typical to run this
  3. sheldonite cannot produce pmp directly; instead you get dust which has a 6x -> 3x pmp yield, or 1 per ore... gtnh lets you wash sheldonite for 70% extra pmp yield in mercury, or for 4x @ 11.11% palladium metallic powder (plmp)
  4. platinum salt + palladium salt sift at a 65% total for feeding back into the chain (refined salt -> pmp/plmp) in gtec, but 95% in gtnh because that sifter has 9 chanced outputs to gtm's 6. This is a huge reduction in the number of loops you can run before you have to supply more sheldonite.
  5. Blasting PlatinumResidue in GTNH gets you 1x leach residue + 360L of Rhodium sulfate, which can then be processed into a tiny bit more leach residue + rhodium... but in GTEC you do not get that 1x leach residue dust, which is roughly a 30x nerf to Iridium/Osmium/Ruthenium output.

4 and 5 are big. After 3 routes through the platline/palladium ammonia line, you still have 85.7% of your inputs through recycling salt dusts GTNH, but in gtec that number is 27.4%. You can run the GTNH lines 25 times before your product gets that low. This works out to roughly a 9x nerf on the entire line.

The 2nd commit adjusts the chanced outputs on the sifter to be 15/15/15/15/20%, which should bring the recycling yields back on par with GTNH's (8x 10%, 1x 15%).

For 5, this seems like an oversight, and that's fixed in commit 3.

Together, these changes increase the output of Ir/Ru/Os/Rh 180x, and Platinum/Palladium 9x.

NemEzanevem commented 4 weeks ago

Sorry, I will look into these stuff further ofc, but i'm also planning to add a different platline at least... I don't know if the GTNH one should stay or not..