diff --git a/scripts/SimulationParameters/MicrobeStage/BioProcesses.json b/scripts/SimulationParameters/MicrobeStage/BioProcesses.json
index e0359718b7f..9a588a9661e 100644
--- a/scripts/SimulationParameters/MicrobeStage/BioProcesses.json
+++ b/scripts/SimulationParameters/MicrobeStage/BioProcesses.json
@@ -8,7 +8,7 @@
},
"outputs": {
- "atp": 38.0
+ "atp": 45.0
}
},
@@ -93,7 +93,7 @@
"inputs": {
"oxygen": 1.0,
- "glucose": 0.7
+ "glucose": 1.0
},
"outputs": {
@@ -109,7 +109,7 @@
},
"outputs": {
- "glucose": 0.33
+ "glucose": 0.15
}
},
@@ -118,6 +118,7 @@
"inputs": {
"carbondioxide": 0.09,
+ "oxygen": 0.21,
"iron": 0.175
},
diff --git a/scripts/SimulationParameters/MicrobeStage/SpeciesNames.json b/scripts/SimulationParameters/MicrobeStage/SpeciesNames.json
index dbf97ed7f70..56f977c0ad0 100644
--- a/scripts/SimulationParameters/MicrobeStage/SpeciesNames.json
+++ b/scripts/SimulationParameters/MicrobeStage/SpeciesNames.json
@@ -24,7 +24,11 @@
"River",
"Prim",
"Prem",
- "Kapp"
+ "Kapp",
+ "Vip",
+ "Viper",
+ "Spik",
+ "Vuper"
],
"prefixes_v": [
@@ -77,7 +81,12 @@
"Cya",
"Cyo",
"Cyi",
- "Cyu"
+ "Cyu",
+ "Vi",
+ "Ve",
+ "Va",
+ "Vo",
+ "Vu"
],
"prefixes_c": [
@@ -134,6 +143,8 @@
"Var",
"Vic",
"Vir",
+ "Vip",
+ "Vup",
"Zy",
"Ab",
"Ant",
diff --git a/scripts/gui/thrive_gui.html b/scripts/gui/thrive_gui.html
index 5a08fcd8a21..0afc05c11fe 100644
--- a/scripts/gui/thrive_gui.html
+++ b/scripts/gui/thrive_gui.html
@@ -380,7 +380,7 @@
Metabolosomes
Cost: 45 mutation points
- Performs Process: Metabolsome Respiration (In real life they Ferment, but we dont have those compounds in the game yet) (1 Oxygen + 0.7 Glucose -> 38 ATP)/Second (Depending On Environmental Oxygen)
+ Performs Process: Metabolsome Respiration (In real life they Ferment, but we dont have those compounds in the game yet) (1 Oxygen + 1 Glucose -> 38 ATP)/Second (Depending On Environmental Oxygen)
Storage Space: 1
Organelle-like Bacterial microcompartments (BMCs) consisting of a protein shell that encloses enzymes used for fermentation.
@@ -388,7 +388,7 @@
|
Chromatophores
Cost: 55 mutation points
- Performs Process: Chromatophore Photosynthesis (0.09 CO2 -> 0.33 glucose)/Second (Depending On Environmental C02)
+ Performs Process: Chromatophore Photosynthesis (0.09 CO2 -> 0.15 glucose)/Second (Depending On Environmental C02)
Performs Process: Glycolysis (0.125 glucose -> 5 ATP)/Second (Depending On Environmental C02)
Storage Space: 1
Coloured, membrane-associated vesicles used by various prokaryotes perform photosynthesis.
@@ -408,9 +408,9 @@
|
Rusticyanin
Cost: 45 mutation points
- Performs Process: Iron Chemolithotrophy (0.09 CO2 + 0.175 Iron Ion -> 10 ATP)/Second (Depending On Environmental C02)
+ Performs Process: Iron Chemolithotrophy (0.21 Oxygen (Primary Electron acceptor) + 0.09 CO2 + 0.175 Iron Ion -> 10 ATP)/Second (Depending On Environmental C02 and O2)
Storage Space: 1
- Siderophores and Rusticyanin for storing and using iron ions and carbon from atmospheric carbon dioxide to produce ATP.
+ Siderophores and Rusticyanin for storing and using iron ions with oxygen as the primary electron acceptor 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 |
@@ -437,13 +437,14 @@
Performs Process: Eukaryote Evolution
Storage Space: 15
Allows for synthesis of RNA and MRNA, allows cell to evolve membrane bound organelles.
+ Warning! The nucleus will slow you down significantly and has an upkeep cost of 11 ATP per second due to osmoregulation! It is also irreversible.
Nucleus
100 MP
Mitochondria
Cost: 45 mutation points
- Performs Process: Respiration (1 Oxygen + 0.2 glucose -> 38 ATP)/Second (Depending On Environmental Oxygen)
+ Performs Process: Respiration (1 Oxygen + 0.2 glucose -> 45 ATP)/Second (Depending On Environmental Oxygen)
Storage Space: 2
A captured prokaryote used by eukaryotic cells to perform respiration.
- The Mitochondria is the powerhouse of the cell
|