diff --git a/scripts/gui/microbe_hud.mjs b/scripts/gui/microbe_hud.mjs index 9845d866587..b98d879442e 100644 --- a/scripts/gui/microbe_hud.mjs +++ b/scripts/gui/microbe_hud.mjs @@ -107,6 +107,7 @@ export function runMicrobeHUDSetup(){ const oxytoxy = common.randomBetween(0, 10); const phosphate = common.randomBetween(0, 50); const hydrogenSulfide = common.randomBetween(0, 50); + const iron = common.randomBetween(0, 50); updateMicrobeHUDBars({ hitpoints: common.randomBetween(1, hp), maxHitpoints: hp, @@ -122,6 +123,8 @@ export function runMicrobeHUDSetup(){ PhosphateMax: phosphate, compoundHydrogenSulfide: common.randomBetween(0, hydrogenSulfide), HydrogenSulfideMax: hydrogenSulfide, + compoundIron: common.randomBetween(0, iron), + IronMax: iron, }); // Pseudo population code diff --git a/scripts/gui/thrive_gui.html b/scripts/gui/thrive_gui.html index f13a47d4351..b7e9fe01f41 100644 --- a/scripts/gui/thrive_gui.html +++ b/scripts/gui/thrive_gui.html @@ -405,6 +405,35 @@ sulfide from hydrothermal vents into usable energy in the form of glucose.
Chemosynthisizing Proteins
+
+ Chromatophores Cost: 25 mutation points + Performs Process: Chromatophore Photosynthesis (0.09 CO2 -> 0.33 glucose)/Second (Depending On Environmental C02) + Performs Process: Glycolysis (0.125 glucose -> 5 ATP)/Second (Depending On Environmental C02) + Storage Space: 10 + Coloured, membrane-associated vesicles used by various prokaryotes perform photosynthesis. + Chromatophores contain bacteriochlorophyll pigments and carotenoids. + Chromatophores 25 MP |
+
+
+ ChemosynthisizingProteins Cost: 20 mutation points + Performs Process: Bacterial Chemosynthesis (1 CO2 + 1 Hydrogen Sulfide -> 1 Glucose)/Second (Depending On Environmental C02) + Performs Process: Glycolysis (0.125 glucose -> 5 ATP)/Second + Storage Space: 20 + Small membrane-associated structures that convert the noxious soup containing hydrogen + sulfide from hydrothermal vents into usable energy in the form of glucose. + Chemosynthisizing Proteins 45 MP |
+
+
+ Rusticyanin Cost: 45 mutation points + Performs Process: Iron Chemolithotrophy (0.09 CO2 + 0.5 Iron Ion -> 10 ATP)/Second (Depending On Environmental C02) + Storage Space: 5 + Siderophores and Rusticyanin for storing and using iron ions and carbon from atmospheric carbon dioxide to produce ATP. + Iron Chemolithotrophy is a process by which organisms obtain their energy from the oxidation of reduced inorganic ions. + + Rusticyanin 45 MP |
+
@@ -416,7 +445,7 @@ |
Predatory Pilus 30 MP |
- Cilia 40 MP |
+ Cilia
@@ -487,34 +516,6 @@
Toxin Vacuole 70 MP |
Bioluminescent Vacuole N/A MP |
-
-
- Chromatophores Cost: 25 mutation points - Performs Process: Chromatophore Photosynthesis (0.09 CO2 -> 0.33 glucose)/Second (Depending On Environmental C02) - Performs Process: Glycolysis (0.125 glucose -> 5 ATP)/Second (Depending On Environmental C02) - Storage Space: 10 - Coloured, membrane-associated vesicles used by various prokaryotes perform photosynthesis. - Chromatophores contain bacteriochlorophyll pigments and carotenoids. - Chromatophores 25 MP |
-
-
- ChemosynthisizingProteins Cost: 20 mutation points - Performs Process: Bacterial Chemosynthesis (1 CO2 + 1 Hydrogen Sulfide -> 1 Glucose)/Second (Depending On Environmental C02) - Performs Process: Glycolysis (0.125 glucose -> 5 ATP)/Second - Storage Space: 20 - Small membrane-associated structures that convert the noxious soup containing hydrogen - sulfide from hydrothermal vents into usable energy in the form of glucose. - Chemosynthisizing Proteins 45 MP |
-
- Rusticyanin Cost: 45 mutation points - Performs Process: Iron Chemolithotrophy (0.09 CO2 + 0.5 Iron Ion -> 10 ATP)/Second (Depending On Environmental C02) - Storage Space: 5 - Siderophores and Rusticyanin for storing and using iron ions and carbon from atmospheric carbon dioxide to produce ATP. - Iron Chemolithotrophy is a process by which organisms obtain their energy from the oxidation of reduced inorganic ions. - - Rusticyanin 45 MP |