Compounds: Difference between revisions

From Thrive Developer Wiki
Jump to navigation Jump to search
m (Remove newline)
(Added environmental compounds and icons)
Line 10: Line 10:
These Compounds spawn in clouds generated in the '''environment'''.
These Compounds spawn in clouds generated in the '''environment'''.


* '''Glucose'''
* '''Glucose''' {{CompoundIcon|image=GlucoseIcon.png|internalName=glucose}}
* '''Iron''' (Also is emitted from '''Chunks''')
* '''Iron''' {{CompoundIcon|image=IronIcon.png|internalName=iron}} (Also is emitted from '''Chunks''')
* '''Hydrogen Sulfide'''
* '''Hydrogen Sulfide''' {{CompoundIcon|image=HydrogenSulfideIcon.png|internalName=hydrogensulfide}}
* '''Ammonia'''
* '''Ammonia''' {{CompoundIcon|image=AmmoniaIcon.png|internalName=ammonia}}
* '''Phosphates'''
* '''Phosphates''' {{CompoundIcon|image=PhosphateIcon.png|internalName=phosphates}}
 
=== Environmental Compounds ===
 
These Compounds do not spawn as clouds in the environment, but are present throughout the entire patch and affect some processes. The amounts of these compounds in patches always add up to 100%.
 
* '''Oxygen'''  {{CompoundIcon|image=OxygenIcon.png|internalName=oxygen}}
* '''Nitrogen'''  {{CompoundIcon|image=NitrogenIcon.png|internalName=nitrogen}}
* '''Carbon Dioxide (CO2)'''  {{CompoundIcon|image=CarbonDioxideIcon.png|internalName=carbondioxide}}


=== Agents ===
=== Agents ===
Line 20: Line 28:
These Compounds are created in special [[Organelles|organelles]] and have special uses.
These Compounds are created in special [[Organelles|organelles]] and have special uses.


* '''OxyToxy'''
* '''OxyToxy''' {{CompoundIcon|image=OxytoxyIcon.png|internalName=oxytoxy}}
* '''Mucilage'''
* '''Mucilage''' {{CompoundIcon|image=MucilageIcon.png|internalName=mucilage}}


=== ATP ===
=== ATP ===


'''ATP''' is created primarily via '''Glucose''' and is needed to keep your organism alive.
'''ATP''' {{CompoundIcon|image=ATPIcon.png|internalName=atp}} is created primarily via '''Glucose''' {{CompoundIcon|image=GlucoseIcon.png|internalName=glucose}} and is needed to keep your organism alive.


== Development ==
== Development ==


For information regarding the behind the scenes and theory behind Compounds, go to [[Compound System Development]].
For information regarding the behind the scenes and theory behind Compounds, go to [[Compound System Development]].

Revision as of 16:29, 25 January 2024

For the first few stages, the main resources in Thrive are Compounds. Compounds are used in processes to create other compounds or are consumed in another way.

Types of Compounds

There are multiple different Compounds in Thrive.

Cloud Compounds

These Compounds spawn in clouds generated in the environment.

  • Glucose glucose
  • Iron iron (Also is emitted from Chunks)
  • Hydrogen Sulfide hydrogensulfide
  • Ammonia ammonia
  • Phosphates phosphates

Environmental Compounds

These Compounds do not spawn as clouds in the environment, but are present throughout the entire patch and affect some processes. The amounts of these compounds in patches always add up to 100%.

  • Oxygen oxygen
  • Nitrogen nitrogen
  • Carbon Dioxide (CO2) carbondioxide

Agents

These Compounds are created in special organelles and have special uses.

  • OxyToxy oxytoxy
  • Mucilage mucilage

ATP

ATP atp is created primarily via Glucose glucose and is needed to keep your organism alive.

Development

For information regarding the behind the scenes and theory behind Compounds, go to Compound System Development.