Skip to content

Commit

Permalink
Balance changes 0.4.1 (Revolutionary-Games#758)
Browse files Browse the repository at this point in the history
* played with balancing stuff for 0.4.1 so that people feel liek they need to get a mitochondria

* Added new balancing info to help text

* Added big friendly nucleus warning

* metabosomes now create the same as the old mitochondria, but at 1 glucose per second, mitochondria now generate more ATP

* Added some new name bits to name geneator, including severral references to spikeviper and his community

* Updated tooltips
  • Loading branch information
Untrustedlife authored Mar 20, 2019
1 parent 18a2002 commit 4f89ab5
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 10 deletions.
7 changes: 4 additions & 3 deletions scripts/SimulationParameters/MicrobeStage/BioProcesses.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},

"outputs": {
"atp": 38.0
"atp": 45.0
}
},

Expand Down Expand Up @@ -93,7 +93,7 @@

"inputs": {
"oxygen": 1.0,
"glucose": 0.7
"glucose": 1.0
},

"outputs": {
Expand All @@ -109,7 +109,7 @@
},

"outputs": {
"glucose": 0.33
"glucose": 0.15
}
},

Expand All @@ -118,6 +118,7 @@

"inputs": {
"carbondioxide": 0.09,
"oxygen": 0.21,
"iron": 0.175
},

Expand Down
15 changes: 13 additions & 2 deletions scripts/SimulationParameters/MicrobeStage/SpeciesNames.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,11 @@
"River",
"Prim",
"Prem",
"Kapp"
"Kapp",
"Vip",
"Viper",
"Spik",
"Vuper"
],

"prefixes_v": [
Expand Down Expand Up @@ -77,7 +81,12 @@
"Cya",
"Cyo",
"Cyi",
"Cyu"
"Cyu",
"Vi",
"Ve",
"Va",
"Vo",
"Vu"
],

"prefixes_c": [
Expand Down Expand Up @@ -134,6 +143,8 @@
"Var",
"Vic",
"Vir",
"Vip",
"Vup",
"Zy",
"Ab",
"Ant",
Expand Down
11 changes: 6 additions & 5 deletions scripts/gui/thrive_gui.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,15 +380,15 @@
<td id="addMetabolosome" class="OrganelleListItem">
<span class="tooltiptext">
Metabolosomes<hr><br> Cost: 45 mutation points<hr><br>
Performs Process: Metabolsome Respiration (In real life they Ferment, but we dont have those compounds in the game yet)<br>(1 Oxygen + 0.7 Glucose -> 38 ATP)/Second (Depending On Environmental Oxygen)<hr><br>
Performs Process: Metabolsome Respiration (In real life they Ferment, but we dont have those compounds in the game yet)<br>(1 Oxygen + 1 Glucose -> 38 ATP)/Second (Depending On Environmental Oxygen)<hr><br>
Storage Space: 1<hr><br>
Organelle-like Bacterial microcompartments (BMCs) consisting of a protein shell that encloses enzymes used for fermentation.
</span>
<div id="MetabolosomeIcon"></div>Metabolosomes<br>45 MP</td>
<td id="addChromatophor" class="OrganelleListItem">
<span class="tooltiptext">
Chromatophores <hr><br> Cost: 55 mutation points <hr><br>
Performs Process: Chromatophore Photosynthesis<br>(0.09 CO2 -> 0.33 glucose)/Second (Depending On Environmental C02)<br>
Performs Process: Chromatophore Photosynthesis<br>(0.09 CO2 -> 0.15 glucose)/Second (Depending On Environmental C02)<br>
Performs Process: Glycolysis<br>(0.125 glucose -> 5 ATP)/Second (Depending On Environmental C02)<hr><br>
Storage Space: 1<hr><br>
Coloured, membrane-associated vesicles used by various prokaryotes perform photosynthesis.
Expand All @@ -408,9 +408,9 @@
<td id="addRusticyanin" class="OrganelleListItem">
<span class="tooltiptext">
Rusticyanin <hr><br> Cost: 45 mutation points <hr><br>
Performs Process: Iron Chemolithotrophy<br>(0.09 CO2 + 0.175 Iron Ion -> 10 ATP)/Second (Depending On Environmental C02)<hr><br>
Performs Process: Iron Chemolithotrophy<br>(0.21 Oxygen (Primary Electron acceptor) + 0.09 CO2 + 0.175 Iron Ion -> 10 ATP)/Second (Depending On Environmental C02 and O2)<hr><br>
Storage Space: 1<hr><br>
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.
</span>
<div id="RusticyaninIcon"></div>Rusticyanin<br>45 MP</td>
Expand All @@ -437,13 +437,14 @@
Performs Process: Eukaryote Evolution<hr><br>
Storage Space: 15<hr><br>
Allows for synthesis of RNA and MRNA, allows cell to evolve membrane bound organelles.
<p style="color:yellow;">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.</p>
</span>
<div id="NucleusIcon">
</div>Nucleus<br>100 MP</td>
<td id="addMitochondrion" class="OrganelleListItem">
<span class="tooltiptext">
Mitochondria<hr><br> Cost: 45 mutation points<hr><br>
Performs Process: Respiration<br>(1 Oxygen + 0.2 glucose -> 38 ATP)/Second (Depending On Environmental Oxygen)<hr><br>
Performs Process: Respiration<br>(1 Oxygen + 0.2 glucose -> 45 ATP)/Second (Depending On Environmental Oxygen)<hr><br>
Storage Space: 2<hr><br>
A captured prokaryote used by eukaryotic cells to perform respiration.<br>
- The Mitochondria is the powerhouse of the cell
Expand Down

0 comments on commit 4f89ab5

Please sign in to comment.