diff --git a/scripts/gui/microbe_editor.mjs b/scripts/gui/microbe_editor.mjs index d486079e533..9e6454b3efb 100644 --- a/scripts/gui/microbe_editor.mjs +++ b/scripts/gui/microbe_editor.mjs @@ -371,16 +371,13 @@ function openHelpEditor(){ "Paramecium? Predator, or Prey?", "Heres a tip, toxins can be used to knock other toxins away from you " + "if you are quick enough.", - "Heres a tip, Osmoregulation costs 1 ATP per second per organelle your cell has, " + + "Heres a tip, Osmoregulation costs 1 ATP per second per hex your cell has, " + " each empty hex of cytoplasm generates 5 ATP per second aswell," + "which means if you are losing ATP due to osmoregulation just add a couple" + " empty hexes cytoplasm or remove some organelles.", "Fun Fact, In real life prokaryotes have something called Biocompartments " + "which act like organelles, and are in fact called Polyhedral organelles", "Fun Fact, The metabolosome is what is called a Polyhedral organelle", - "Heres a Tip, You generate exactly 14 atp per second per mitochondria.", - "Heres a Tip, You generate exactly 14 atp per second per metabolosome," + - "however, it is 7 times less efficient than a mitochondria.", "Heres a Tip, Chromatophores generate 1/3rd the glucose of a chloroplast", "Heres a Tip, You generate exactly 2 glucose per second per chemoplast," + "as long as you have at least 1 hydrogen sulfide to convert.", @@ -389,7 +386,52 @@ function openHelpEditor(){ "or two other species due to evolution happening around you, see if you can " + "identify them!", "One of the first playable game-play prototypes was made by our awesome programmer," + - " untrustedlife!" + " untrustedlife!", + "Fun Fact, The Didinium and Paramecium are a textbook example of a " + + "predator prey relationship" + + " that has been studied for decades, now are you the Didinium, or the " + + "Paramecium? Predator, or Prey?", + "Heres a tip, toxins can be used to knock other toxins away from you " + + "if you are quick enough.", + "Heres a tip, sometimes its best just to run away from other cells.", + "Heres a tip, if a cell is about half your size, thats when you can engulf them.", + "Heres a tip, Bacteria can be stronger then they appear, they may look " + + "small, but some of them can burrow into you and kill you that way!", + "Heres a tip, You can hunt other species to extinction if you arent careful " + + "enough, they can also be hunted to extinction by other species.", + "Heres a tip, Every 5 minutes an Auto-evo step happens, if you dont evolve " + + "fast enough you may be out-competed.", + "Heres a tip, If you mouse over a cloud a box will pop up on the top left " + + "of your screen that tells you exactly whats there.", + "WIGGLY THINGS!!", + "Smeltal the meltal.", + "Those blue cells though.", + "Fun Fact, The thrive team does podcasts every so often, you should check them out!", + "Heres a tip, Biomes are more then just differnet backgrounds, " + + "the compounds in, different biomes sometimes spawn at different rates.", + "Heres a tip, The more flagella you have, the faster you go, " + + "vroom vroom, but it also costs more ATP", + "Heres a tip, you can en[g]ulf chunks iron or otherwise.", + "Heres a tip, prepare before adding a nucleus." + + " those things are expensive! In upkeep and up front cost.", + "Fun Fact, Did you know that there are over 8000 species of ciliate on planet earth?", + "Fun Fact, The Stentor is a ciliate that can stretch itself and catch prey " + + "in a kind of trumpet like mouth that draws prey in by generating " + + "water currents with cilia.", + "Fun Fact, The Didinum is a ciliate that hunts paramecia.", + "Fun Fact, The Ameoba hunts and catches prey with 'legs' made of " + + "cytoplasm called pseudopods, eventually we want those in thrive.", + "Heres a tip, Watch out for larger cells and large bacteria, " + + "it's not fun to be digested, and they will eat you.", + "Heres a tip, Osmoregulation costs 1 ATP per second per hex, " + + " each empty hex of cytoplasm generates 5 ATP per second aswell," + + "which means if you are losing ATP due to osmoregulation just add a couple" + + " empty hexes cytoplasm or remove some organelles", + "Fun Fact, Thrive is meant as a simulation of an alien planet, therefore it makes" + + "sense that most creatures you find will be related to one " + + "or two other species due to evolution happening around you, see if" + + " you can identify them!", + "Heres a tip, if your cell is 150 hexes, you can engulf the large iron chunks." ]; diff --git a/scripts/gui/microbe_hud.mjs b/scripts/gui/microbe_hud.mjs index b98d879442e..1cc67f6a643 100644 --- a/scripts/gui/microbe_hud.mjs +++ b/scripts/gui/microbe_hud.mjs @@ -221,6 +221,9 @@ function openHelp(){ "the compounds in, different biomes sometimes spawn at different rates.", "Heres a tip, The more flagella you have, the faster you go, " + "vroom vroom, but it also costs more ATP", + "Heres a tip, you can en[g]ulf chunks iron or otherwise.", + "Heres a tip, prepare before adding a nucleus." + + " those things are expensive! In upkeep and up front cost.", "Fun Fact, Did you know that there are over 8000 species of ciliate on planet earth?", "Fun Fact, The Stentor is a ciliate that can stretch itself and catch prey " + "in a kind of trumpet like mouth that draws prey in by generating " + @@ -230,7 +233,7 @@ function openHelp(){ "cytoplasm called pseudopods, eventually we want those in thrive.", "Heres a tip, Watch out for larger cells and large bacteria, " + "it's not fun to be digested, and they will eat you.", - "Heres a tip, Osmoregulation costs 1 ATP per second per organelle your cell has, " + + "Heres a tip, Osmoregulation costs 1 ATP per second per hex, " + " each empty hex of cytoplasm generates 5 ATP per second aswell," + "which means if you are losing ATP due to osmoregulation just add a couple" + " empty hexes cytoplasm or remove some organelles", @@ -238,6 +241,7 @@ function openHelp(){ "sense that most creatures you find will be related to one " + "or two other species due to evolution happening around you, see if" + " you can identify them!", + "Heres a tip, if your cell is 150 hexes, you can engulf the large iron chunks.", "Fun Fact, One of the first playable game-play prototypes was made " + "by our awesome programmer, untrustedlife!" ]; diff --git a/scripts/gui/thrive_gui.html b/scripts/gui/thrive_gui.html index 7dea5b48690..5a08fcd8a21 100644 --- a/scripts/gui/thrive_gui.html +++ b/scripts/gui/thrive_gui.html @@ -134,7 +134,7 @@
-Cytoplasm: Increases the rate of compound absorbtion and has 20 storage space and performs glycolysis (Produces small amounts of ATP).