Night Vision: Difference between revisions

Redundant citation removed. updating cargo store. limit creature with night vision query bc its too long
m (Adds disam for Night vision implant, which I recently moved to a less confusingly named page.)
(Redundant citation removed. updating cargo store. limit creature with night vision query bc its too long)
 
(7 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}}
| image = none
| image = {{mutation page image}}
| type = Physical
| type = Physical
| 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 19: Line 19:
{{Opinion}}
{{Opinion}}
===Advantages===
===Advantages===
* Frees up a hand slot which would be taken up by a {{Favilink|torch}} or {{Favilink|glowsphere}} in the early game.
* Frees up a hand slot which would be taken up by a {{Favilink|torch}} or {{Favilink|glowsphere}} in the early game
* Very low-cost.
* Very low-cost
* Does not take up an item slot.
* Does not take up an item slot
===Disadvantages===
===Disadvantages===
* Provides a poor light radius which cannot be improved.
* Provides a poor light radius which cannot be improved
* Is easily outstripped in terms of light radius by a {{favilink|glowsphere}} or {{favilink|floating glowsphere}}, neither of which are restrictively rare.
* Is easily outstripped in terms of light radius by a {{favilink|glowsphere}} or {{favilink|floating glowsphere}}, neither of which are restrictively rare
*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
 
== Related Mutations ==
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
}}


== References ==
<references/>
{{Mutation Navbox}}
{{Mutation Navbox}}