Night Vision: Difference between revisions

Jump to navigation Jump to search
Redundant citation removed. updating cargo store. limit creature with night vision query bc its too long
(Redundant citation removed. updating cargo store. limit creature with night vision query bc its too long)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DisambigMsg|the mutation|the true kin implant|Night vision (implant)}}
{{DisambigMsg|the mutation|the true kin implant|Night vision (implant)}}
{{As Of Patch|2.0.201.48}}
{{Mutation
{{Mutation
| title = {{PAGENAME}}
| title = {{PAGENAME}}
Line 7: Line 6:
| cost = 1
| cost = 1
| id = DarkVision
| id = DarkVision
| code = bp
| startingmutation = yes
| gameversion = 2.0.206.63
| desc = You see in the dark.
| desc = You see in the dark.
| realitydistort =no
| realitydistort =no
}}
}}
{{Name}} is a [[Mutations#Physical Mutations|physical mutation]] that allows the player to see in the dark for a short radius.
{{Name}} is a [[Mutations#Physical Mutations|physical mutation]] that allows a creature to see in the dark for a short radius.


Players with Night Vision essentially have a permanent light source that is active at all times, with a circular radius of 5 tiles.{{Code Reference|namespace=XRL.World.Parts.Mutation|class=DarkVision}}
Players with Night Vision essentially have a permanent light source that is active at all times, with a circular radius of 5 tiles.


Having Night Vision allows the player to see {{favilink|Haggabah, Who Plies the Umbral Path}}.
Having Night Vision allows the player to see {{favilink|Haggabah, Who Plies the Umbral Path}}.
Line 27: Line 27:
* Every creature has advanced night vision or sensory abilities well beyond the player's ability to match, negating any stealth advantages that not having a light source may have provided
* Every creature has advanced night vision or sensory abilities well beyond the player's ability to match, negating any stealth advantages that not having a light source may have provided


== References ==
== Related Mutations ==
<references/>
The NPC-only mutation, [[Dark Vision]] is similar to {{name}} but with a smaller radius.
 
==Creatures with Night Vision==
{{#cargo_query:
| tables  = CreatureMutations=CM,GeneralData=GD
| join on  = CM._pageName=GD._pageName
| fields  = CONCAT('{{(}}favilink id{{!}}', GD.ObjectID, '{{)}}')=Name
| where    = Mutation = '{{PAGENAME}}' AND CM._pageNamespace='0'
| groupBy  = CM._pageName
| template = favilink format
| format  = ul
| limit    = 5
}}
 
{{Mutation Navbox}}
{{Mutation Navbox}}

Navigation menu