Difference between revisions of "Category:Stats - Genetics"

From RimWorld Wiki
Jump to navigation Jump to search
(Created page with "{{Stat Category | def name = Genetics | label = Genetics | display order = 200 | show all by default = false }} Category:Stat")
 
m (Stats from GeneDef, GeneSet, and Gene_Deathrest)
 
Line 5: Line 5:
 
| show all by default = false
 
| show all by default = false
 
}}
 
}}
 +
 +
{| {{STDT| c_18 sortable}}
 +
! Label !! Value String !! Report Text !! Display Priority In Category
 +
|-
 +
! Genes
 +
| (from x in this.genes
 +
select x.label).ToCommaList(false, false).CapitalizeFirst()
 +
| Genes:
 +
| 999
 +
|-
 +
! Total complexity
 +
| complexityTotal.ToStringWithSign()
 +
| The total complexity of all the genes in use.
 +
| 998
 +
|-
 +
! Metabolic efficiency
 +
| metabolismTotal.ToStringWithSign()
 +
| The total metabolic efficiency of all genes in the genome. High efficiency means a person needs less food; low efficiency means they must eat more.
 +
| 997
 +
|-
 +
! Archite capsules
 +
| this.genes.Sum((GeneDef x) => x.biostatArc).ToString()
 +
| Archites are archotech mechanites - microscopic devices which can operate directly on cells and molecules, created by superintelligent archotechs. They are capable of unexplainable feats, and some genes only function when supported by the otherworldly machinery of the archotechs. Humans cannot create archites - only find them when an archotech happens to produce some for its own unknowable reason.
 +
| 995
 +
|-
 +
! Deathrest capacity
 +
| this.deathrestCapacity.ToString()
 +
| This determines how many deathrest buildings a person can connect to while deathresting. Each deathrest building confers a specific benefit, so it's better to be able to connect to more of them.\n\nDeathrest capacity can be increased using deathrest capacity serums. These serums can be purchased from traders.
 +
| 1010
 +
|-
 +
! Complexity
 +
| this.biostatCpx.ToString()
 +
| How much complexity this adds to the process of gene assembly.
 +
| 998
 +
|-
 +
! Metabolic efficiency
 +
| this.biostatMet.ToString()
 +
| The total metabolic efficiency of these genes when assembled. High efficiency means a person needs less food; low efficiency means they must eat more.
 +
| 997
 +
|-
 +
! Archite capsules
 +
| this.biostatArc.ToString()
 +
| Archites are archotech mechanites - microscopic devices which can operate directly on cells and molecules, created by superintelligent archotechs. They are capable of unexplainable feats, and some genes only function when supported by the otherworldly machinery of the archotechs. Humans cannot create archites - only find them when an archotech happens to produce some for its own unknowable reason.
 +
| 995
 +
|}
 +
 
[[Category:Stat]]
 
[[Category:Stat]]

Latest revision as of 04:46, 25 September 2024

Def Name Label Display
Order
Show
All By
Default
Genetics Genetics 200 false
Label Value String Report Text Display Priority In Category
Genes (from x in this.genes

select x.label).ToCommaList(false, false).CapitalizeFirst()

Genes: 999
Total complexity complexityTotal.ToStringWithSign() The total complexity of all the genes in use. 998
Metabolic efficiency metabolismTotal.ToStringWithSign() The total metabolic efficiency of all genes in the genome. High efficiency means a person needs less food; low efficiency means they must eat more. 997
Archite capsules this.genes.Sum((GeneDef x) => x.biostatArc).ToString() Archites are archotech mechanites - microscopic devices which can operate directly on cells and molecules, created by superintelligent archotechs. They are capable of unexplainable feats, and some genes only function when supported by the otherworldly machinery of the archotechs. Humans cannot create archites - only find them when an archotech happens to produce some for its own unknowable reason. 995
Deathrest capacity this.deathrestCapacity.ToString() This determines how many deathrest buildings a person can connect to while deathresting. Each deathrest building confers a specific benefit, so it's better to be able to connect to more of them.\n\nDeathrest capacity can be increased using deathrest capacity serums. These serums can be purchased from traders. 1010
Complexity this.biostatCpx.ToString() How much complexity this adds to the process of gene assembly. 998
Metabolic efficiency this.biostatMet.ToString() The total metabolic efficiency of these genes when assembled. High efficiency means a person needs less food; low efficiency means they must eat more. 997
Archite capsules this.biostatArc.ToString() Archites are archotech mechanites - microscopic devices which can operate directly on cells and molecules, created by superintelligent archotechs. They are capable of unexplainable feats, and some genes only function when supported by the otherworldly machinery of the archotechs. Humans cannot create archites - only find them when an archotech happens to produce some for its own unknowable reason. 995

This category currently contains no pages or media.