Category:Stats - Containment

From RimWorld Wiki
Revision as of 03:21, 25 September 2024 by JuliaCat (talk | contribs)
Jump to navigation Jump to search
Def Name Label Display
Order
Show
All By
Default
Containment Containment 600 false
Category Label Value
String
Report
Text
Display
Priority
In
Category
Override
Report
Title
Hyperlinks Force
Unfinalized
Mode
Overrides
Hide
Stats
Containment Bioferrite generation CompProducesBioferrite.BioferritePerDay(pawn).ToString()

How much bioferrite this entity generates per day when connected to a bioferrite harvester.

Base value: 1

Multiplier for body size {pawn.BodySize.ToString("F2")}: x + pawn.BodySize.ToStringPercent()
Multiplier for bioferrite density: x + compProducesBioferrite.Props.bioferriteDensity.ToStringPercent()
Multiplier for bioferrite extracted recently: x + 0f.ToStringPercent()

Final value: + CompProducesBioferrite.BioferritePerDay(pawn).ToString("F1")

100 null null false false
Containment Containment offset statModifier.value.ToString("F1") How much this affects the ability of a holding platform to constrain an entity. Entities that are better contained are less likely to escape and provide more knowledge when studied. 500 null null false false
Containment Study interval this.Props.frequencyTicks.ToStringTicksToPeriod(true, false, true, true, false) The duration between available study periods for this entity. 2545 null null false true
Containment Knowledge gain from study {this.AdjustedAnomalyKnowledge(CompStudiable.knowledgeSb).ToStringDecimalIfSmall()} {this.KnowledgeCategory.label} The type and amount of anomaly knowledge that can be obtained when this entity is studied. More sophisticated entities can unlock more advanced anomaly research projects.

CompStudiable.knowledgeSb.ToString()
2550 null null false true