Hidden: Difference between revisions

120 bytes added ,  17:15, 25 March 2022
m
Undo revision 72941 by Plutovi (talk)
No edit summary
m (Undo revision 72941 by Plutovi (talk))
Tag: Undo
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:


{{missing info|Can non-player creatures search? Does Clairvoyance reveal lurkers within its AOE?}}
{{missing info|Can non-player creatures search? Does Clairvoyance reveal lurkers within its AOE?}}
When a player character walks past a hidden creature, they search all adjacent tiles. A random number is rolled from 1 to the searcher's [[Intelligence]], plus any additional bonuses to searching they may have. If this is greater than or equal to the hidden creature's difficulty, they will be revealed.{{Code Reference|class=Hidden}} This search can be performed multiple times by stepping back and forth until the hidden creature is revealed. [[True Kin]] characters can install a [[Penetrating radar]] implant to unerringly reveal any lurkers within its AOE.
When a player character walks past a hidden creature, they search all adjacent tiles. A random number is rolled from 1 to the searcher's [[Intelligence]], plus any additional bonuses to searching they may have. If this is greater than or equal to the hidden creature's difficulty, they will be revealed.{{Code Reference|class=Hidden}} This search can be performed multiple times by stepping back and forth until the hidden creature is revealed. [[True Kin]] characters can install a {{favilink|Penetrating radar}} implant to unerringly reveal any lurkers within its AOE.


== Formula ==
== Formula ==
Line 8: Line 8:


<math alt="intelligence - (difficulty - 1) / intelligence">\frac{\text{INT} - (\text{difficulty} - 1)}{\text{INT}}</math>
<math alt="intelligence - (difficulty - 1) / intelligence">\frac{\text{INT} - (\text{difficulty} - 1)}{\text{INT}}</math>
== List of Hidden Creatures ==
== List of Hidden-by-Default Creatures ==
{{#cargo_query:table=ExtraInfo=EI, GeneralData=GD
{{#cargo_query:table=ExtraInfo=EI, GeneralData=GD
|join on = EI.JoinKey=GD.JoinKey
|join on = EI.JoinKey=GD.JoinKey
Line 15: Line 15:
|where  = EI.info LIKE '%Hidden%'
|where  = EI.info LIKE '%Hidden%'
}}
}}
== Sewage eels ==
 
== Other Creatures That Can Hide ==
=== Sewage Eels ===
{{Main|sewage eel}}
{{Main|sewage eel}}
[[Sewage eel]]s behave slightly different from other lurkers. Rather than existing but in hidden state, eels initially are nothing but a spawner, due to which they cannot be attacked until successfully revealed. Also their search difficulty is not a check against static number, but a percentage chance derived from searcher's [[Intelligence]] stat.
{{favilink|Sewage eel|plural}} behave slightly different from other lurkers. Rather than existing but in hidden state, eels initially are nothing but a spawner, due to which they cannot be attacked until successfully revealed.
 
=== Sultan Crocs ===
{{Main|sultan croc}}
{{favilink|Sultan croc|plural}} can become hidden after using their [[Submersion]] ability to submerge beneath a swim-depth pool of liquid.
 
== References ==
== References ==
<references/>
<references/>
[[Category:Mechanics]]
[[Category:Mechanics]]
{{Mechanics Navbox}}
{{Mechanics Navbox}}
2,158

edits