Skip to content

Commit

Permalink
Merge pull request Revolutionary-Games#713 from Revolutionary-Games/553
Browse files Browse the repository at this point in the history
553 (Turning c02 and O2) into environmental compounds.
  • Loading branch information
Untrustedlife authored Jan 12, 2019
2 parents c9c8532 + 7c75e91 commit 86457cb
Show file tree
Hide file tree
Showing 20 changed files with 557 additions and 172 deletions.
17 changes: 11 additions & 6 deletions scripts/SimulationParameters/MicrobeStage/BioProcesses.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
"name": "Respiration",

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

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

Expand All @@ -27,7 +28,7 @@
"name": "Photosynthesis",

"inputs": {
"glucose": 0.0
"carbondioxide": 0.09
},

"outputs": {
Expand All @@ -39,18 +40,20 @@
"name": "Oxytoxy Synthesis",

"inputs": {
"atp": 1.0
"oxygen": 1.0,
"atp": 5.0
},

"outputs": {
"oxytoxy": 1.0
"oxytoxy": 5.0
}
},

"chemoSynthesis": {
"name": "Chemo Synthesis",

"inputs": {
"carbondioxide": 0.09,
"hydrogensulfide": 1.0
},

Expand All @@ -63,6 +66,7 @@
"name": "Bacterial Chemosynthesis",

"inputs": {
"carbondioxide": 0.09,
"hydrogensulfide": 1.0
},

Expand All @@ -87,19 +91,20 @@
"name": "RespirationProtein",

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

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

"chromatophore_photosynthesis": {
"name": "Bacterial Photosynthesis",

"inputs": {
"glucose": 0.0
"carbondioxide": 0.09
},

"outputs": {
Expand Down
Loading

0 comments on commit 86457cb

Please sign in to comment.