GTNewHorizons / GT-New-Horizons-Modpack

New Modpack with Gregtech, Thaumcraft and Witchery
https://www.gtnewhorizons.com/
Other
887 stars 276 forks source link

Algae Farm Quests: Updated the algae farm info, added 2 algae process… #16476

Closed Volence closed 4 weeks ago

Volence commented 1 month ago

…ing quests, reorganized to make space for the new quests.

Moved around quests look like the following:

image

Algae Farm quest revamped with updated information and now gives 2 MV lootbags on top of a selection of one of the Algae Biomasses (instead of a choice between the 2 lootbags or a singular algae biomass, which are kind of useless singularly).

First new quest unlocked when you've done the Chemical Plant quest and Algae Farm quest (as it requires both), shows how to make sulfuric acid:

image

Gives 2 HV lootbags (since it requires at minimum about 79 HV machine casings t o get the brown algae biomass)

image

Other quest unlocks when you have completed the Algae Farm quest and the quest for Titanium (requires EV machine casings). This was chosen as it does not require the Chemical Plant:

image

Shows how to make ammonia and rewards some Golden-Brown Cellulose Fiber and a legendary EV lootbag:

image

Reflex18 commented 1 month ago

Within the quests you could provide reference to the wiki page since it shows the drop rates per tier of the algae farm. https://gtnh.miraheze.org/wiki/Algae_Farm#Usage

Volence commented 1 month ago

Within the quests you could provide reference to the wiki page since it shows the drop rates per tier of the algae farm. https://gtnh.miraheze.org/wiki/Algae_Farm#Usage

Yes, I currently have a link to the page itself in the main quest:

To find out more about the exact output quantities and timings, please see the wiki: §9§n[url]https://gtnh.miraheze.org/wiki/Algae_Farm[/url]§r

Is this sufficient enough, or would you prefer it in each of the quests?

Reflex18 commented 1 month ago

Within the quests you could provide reference to the wiki page since it shows the drop rates per tier of the algae farm. https://gtnh.miraheze.org/wiki/Algae_Farm#Usage

Yes, I currently have a link to the page itself in the main quest:

To find out more about the exact output quantities and timings, please see the wiki: §9§n[url]https://gtnh.miraheze.org/wiki/Algae_Farm[/url]§r

Is this sufficient enough, or would you prefer it in each of the quests?

Sorry i didn't notice that was added to the main quest in your PR i would say thats all good for showing the link.

chochem commented 4 weeks ago

a singular algae biomass, which are kind of useless singularly

this wasnt useless, you just didnt understand the use. It was so that you can find out how to make them when you looked in NEI. I hope they are still there with this PR? (in whatever quantity)

chochem commented 4 weeks ago

ok in the code it looks like you left them. good.

one other thing: the new layout looks pretty rough. Try to avoid overlapping dep lines where easily possible by either reordering things or by hiding one of the lines.

Volence commented 4 weeks ago

ok in the code it looks like you left them. good.

one other thing: the new layout looks pretty rough. Try to avoid overlapping dep lines where easily possible by either reordering things or by hiding one of the lines.

Yep! Sorry about the confusion, I just meant if the player chooses an Algae Biomass, they miss out on the 2 MV Lootbags, I just changed that you get to choose a biomass and also get the lootbags:

image

As for the order of things/hiding stuff, I have the "more algae uses" below because it requires unlocking of a higher tier than the previous one (not sure if this matters). Would hiding the line from the chem plant (hidden unless hovered/holding shift) be enough for that change?

image

Volence commented 4 weeks ago

Made the change! If there's anything else please let me know.