Difference between revisions of "Category:Stats - Psychic Ritual"
Jump to navigation
Jump to search
m |
m (From PsychicRitualDef_InvocationCircle) |
||
Line 7: | Line 7: | ||
| show all by default = false | | 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
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 Psychic rituals
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.