Difference between revisions of "Category:Stats - Containment"
Jump to navigation
Jump to search
m |
m (BioferriteStatDrawEntry From CompProducesBioferrite, SpecialDisplayStats from CompPropertiesFacility, and SpecialDisplayStats from CompStudiable) |
||
Line 7: | Line 7: | ||
| show all by default = false | | show all by default = false | ||
}} | }} | ||
+ | |||
+ | {| {{STDT| c_10 sortable}} | ||
+ | ! Category !! Label !! Value<br />String !! Report<br />Text !! Display<br />Priority<br />In<br />Category !! Override<br />Report<br />Title !! Hyperlinks !! Force<br />Unfinalized<br />Mode !! Overrides<br />Hide<br />Stats | ||
+ | |- | ||
+ | ! Containment !! Bioferrite generation | ||
+ | | CompProducesBioferrite.BioferritePerDay(pawn).ToString() | ||
+ | |<!-- stringBuilder.ToString() --> | ||
+ | How much bioferrite this entity generates per day when connected to a bioferrite harvester. | ||
+ | <br /> | ||
+ | <br /> | ||
+ | Base value: 1<br /> | ||
+ | <br /> | ||
+ | Multiplier for body size {pawn.BodySize.ToString("F2")}: x + pawn.BodySize.ToStringPercent()<br /> | ||
+ | Multiplier for bioferrite density: x + compProducesBioferrite.Props.bioferriteDensity.ToStringPercent()<br /> | ||
+ | Multiplier for bioferrite extracted recently: x + 0f.ToStringPercent()<br /> | ||
+ | <br /> | ||
+ | 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.<br /><br />CompStudiable.knowledgeSb.ToString() | ||
+ | | 2550 || null || null || false || true | ||
+ | |} | ||
+ | |||
[[Category:Stat]] | [[Category:Stat]] |
Latest revision as of 17:06, 26 September 2024
This article relates to content added by Anomaly (DLC). Please note that it will not be present without the DLC enabled. |
The main article for this category is Containment
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.
|
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 |
Pages in category "Stats - Containment"
The following 15 pages are in this category, out of 15 total.