Difference between revisions of "Category:Stats - Psychic Ritual"

From RimWorld Wiki
Jump to navigation Jump to search
(Psychic Ritual: Stats Category)
 
m (From PsychicRitualDef_InvocationCircle)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 
{{Anomaly}}
 
{{Anomaly}}
 
{{Main|Psychic rituals}}
 
{{Main|Psychic rituals}}
 +
{{Stat Category
 +
| def name = PsychicRituals
 +
| label = Psychic ritual
 +
| display order = 500
 +
| show all by default = false
 +
}}
 +
 +
{| {{STDT| sortable}}
 +
! Label !! Value String !! Report Text !! Display Priority In Category
 +
|-
 +
! Offering
 +
| this.requiredOffering.SummaryFilterFirst
 +
| The ingredients required to perform the psychic ritual.
 +
| 1000
 +
|-
 +
! Ritual duration
 +
| Mathf.FloorToInt(this.hoursUntilOutcome.min * 2500f).ToStringTicksToPeriod(true, false, true, true, false)
 +
| The time it takes to perform this ritual.
 +
| 500
 +
|-
 +
! Cooldown
 +
| (this.cooldownHours * 2500).ToStringTicksToPeriod(true, false, true, true, false)
 +
| After a ritual is performed, it disrupts ambient psychic energy for a period of time. During this time, the ritual can't be performed again.
 +
| 100
 +
|}
 +
 
[[Category:Stat]]
 
[[Category:Stat]]

Latest revision as of 05:06, 25 September 2024

Def Name Label Display
Order
Show
All By
Default
PsychicRituals Psychic ritual 500 false
Label Value String Report Text Display Priority In Category
Offering this.requiredOffering.SummaryFilterFirst The ingredients required to perform the psychic ritual. 1000
Ritual duration Mathf.FloorToInt(this.hoursUntilOutcome.min * 2500f).ToStringTicksToPeriod(true, false, true, true, false) The time it takes to perform this ritual. 500
Cooldown (this.cooldownHours * 2500).ToStringTicksToPeriod(true, false, true, true, false) After a ritual is performed, it disrupts ambient psychic energy for a period of time. During this time, the ritual can't be performed again. 100

Pages in category "Stats - Psychic Ritual"

The following 2 pages are in this category, out of 2 total.