From 3f68d820f11160e7cfa95ada36b91c48db970bfb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henri=20Hyyryl=C3=A4inen?= Date: Fri, 15 Feb 2019 19:33:18 +0200 Subject: [PATCH] Fixed broken organelle list after merge. Made preview in browser work again --- scripts/gui/microbe_hud.mjs | 3 ++ scripts/gui/thrive_gui.html | 61 +++++++++++++++++++------------------ 2 files changed, 34 insertions(+), 30 deletions(-) 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
45 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
EXTERNAL ORGANELLES
+
Cilia
40 MP
@@ -416,7 +445,7 @@
Predatory Pilus
30 MP
-
Cilia
40 MP
INTERNAL ORGANELLES
@@ -470,7 +499,7 @@ Allows for synthesis of ammonia from atmospheric nitrogen and oxygen. For easier cell growth.
-
Nitrogen Fixing Plastid
80 MP + Nitrogen Fixing
Plastid
80 MP - - - -
@@ -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