Difference between revisions of "Detection Chance"

From RimWorld Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{Stub|reason=1) Likely Obsolete 2) Two-way links}}
+
{{Obsolete|reason=Still defined in code at time of writing, but no longer used in game. Previously used for illegal psycasting detection}}
 
{{Verified|1.5.4104}}{{Stat
 
{{Verified|1.5.4104}}{{Stat
 
| def name = Ability_DetectChancePerEntropy
 
| def name = Ability_DetectChancePerEntropy
Line 9: Line 9:
 
| to string style = PercentZero
 
| to string style = PercentZero
 
| show if undefined = false
 
| show if undefined = false
| category = Ability
+
| category = Obsolete <!--Ability-->
 
| display priority in category = 996
 
| display priority in category = 996
 
| stat factors = Neural Heat Gain
 
| stat factors = Neural Heat Gain

Latest revision as of 06:10, 13 November 2024

Detection Chance is a stat: The likelihood of this psychic power being detected when it is used.
Some factions try to enforce laws which restrict some powers to those holding specific titles. When you use a power, there is a chance that the psychic signature will be detected at a distance, which leads to diplomatic consequences. Its minimum allowed value is 0%. Its default value is 0%.

This stat is multiplied by Neural Heat Gain.

There are no current instances of this stat being used in the game.

Stat Def Data[edit]

Def Name
Label
Label For Full Stat List
Offset Label
Attributes
Description Category Parameters Complex
Parameters
Display
Priority
In
Category
  • Def Name:
    Ability_DetectChancePerEntropy
  • Label:
    detection chance
The likelihood of this psychic power being detected when it is used.

Some factions try to enforce laws which restrict some powers to those holding specific titles. When you use a power, there is a chance that the psychic signature will be detected at a distance, which leads to diplomatic consequences.
  • Display Order:
    60
  • Def Name:
    Ability
  • Label:
    Ability
  • Display All By Default:
    false
  • Default Base Value: 0%
  • Min Value: 0%
  • Show If Undefined: false
  • Hide At Value: 0%
  • To String Style: PercentZero
996

Version history[edit]