Skip to content

Commit

Permalink
Fixed a few typos and rewrote some descriptions of organelles
Browse files Browse the repository at this point in the history
  • Loading branch information
xkevin168 authored and hhyyrylainen committed Mar 15, 2019
1 parent 44d2178 commit 0bbf4bf
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions scripts/gui/thrive_gui.html
Original file line number Diff line number Diff line change
Expand Up @@ -421,8 +421,8 @@
<td id="addFlagellum" class="OrganelleListItem">
<span class="tooltiptext">
Flagellum<hr><br> Cost: 55 mutation points<hr><br>
Cost: 7 atp per second while in use.<hr><br>
A whip like structure used microbes for movement.</span>
Performs Process: Movement<br>(7atp -> Faster movement speed)/Second<hr><br>
A whip like structure used by microbes for movement.</span>
<div id="FlagellumIcon"></div>Flagellum<br>55 MP</td>
<td id="addPilus" class="OrganelleListItem DisabledButton">
<div id="PilusIcon"></div>Predatory Pilus<br>30 MP</td>
Expand All @@ -435,7 +435,7 @@
<span class="tooltiptext">
Nucleus<hr><br> Cost: 100 mutation points<hr><br>
Performs Process: Eukaryote Evolution<hr><br>
Allows for synthesis of RNA, MRNA, allows cell to evolve membrane bound organelles.
Allows for synthesis of RNA and MRNA, allows cell to evolve membrane bound organelles.
</span>
<div id="NucleusIcon">
</div>Nucleus<br>100 MP</td>
Expand All @@ -444,14 +444,14 @@
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>
A captured prokaryote used by eukaryotic cells to perform respiration.<br>
The Mitochondria is the powerhouse of the cell
- The Mitochondria is the powerhouse of the cell
</span>
<div id="MitochondrionIcon">
</div>Mitochondrion<br>45 MP</td>
<td id="addChloroplast" class="OrganelleListItem">
<span class="tooltiptext">
Chloroplast<hr><br> Cost: 55 mutation points<hr><br>
Performs Process: Photosynthesis<br>( 0.09 Carbon Dioxide -> 1 glucose)/Second (Depending On Environmental C02)<hr><br>
Performs Process: Photosynthesis<br>( 0.09 CO2 -> 1 glucose)/Second (Depending On Environmental C02)<hr><br>
A captured prokaryote used by eukaryotic cells to perform photosynthesis.<br>
The chloroplast is used primarily by plant cells on earth, but some ciliates and other organisms use it too.
</span>
Expand Down Expand Up @@ -487,13 +487,13 @@
<span class="tooltiptext">
Vacuole <hr><br> Cost: 50 mutation points<hr><br>
Storage Space: 50<hr><br>
A space or vesicle within the cytoplasm of a cell, enclosed by a membrane and used to hold compounds</span>
A space or vesicle within the cytoplasm of a cell, enclosed by a membrane and used to hold compounds.</span>
<div id="VacuoleIcon"></div>Vacuole<br>50 MP</td>
<td id="addToxinVacuole" class="OrganelleListItem">
<span class="tooltiptext">
Toxin Vacuole <hr><br> Cost: 70 mutation points<hr><br>
Performs Process: OxytoxyNT Production<br>(1 Oxygen + 5 ATP -> 5 Oxytoxy)/Second (Depending On Environmental Oxygen)<hr><br>
Allows for production and storage of OxytoxyNT which can be shot at enemy cells using E. The more of this organelle you have the faster your toxin fire rate aswell.
Allows for production and storage of OxytoxyNT which can be shot at enemy cells using E. The more of this organelle you have the faster your toxin fire rate will be.
</span>
<div id="ToxinVacuoleIcon"></div>Toxin Vacuole<br>70 MP</td>
<td id="addBioluminescent" class="OrganelleListItem DisabledButton">
Expand Down

0 comments on commit 0bbf4bf

Please sign in to comment.