Properties: Difference between revisions

15 bytes removed ,  19:29, 14 September 2022
m
link update / typo fix
m (link update / typo fix)
Line 108: Line 108:


== Occluding ==
== Occluding ==
Occluding objects are objects that block a character's field of view. Objects that are occluding also block non-seeping [[gases]] from passing through their tile. In terms of AI, even though the enemy knows their target is behind an occluding object, and the object does not block bullets, they will still refuse to fire until they are able to see their target again. Occluding items can also prevent NPCs from witnessing the player stealing an object. The most common class of objects that occlude light are [[:Category:Walls|walls]] (including closed [[:Category:Doors|doors]] and [[:Category:Vents|vents]]). Other occluding objects are shown below.<ref>Occlusion can be set on an object by adding <code>Occluding="true"</code> in the object's <code>Render</code> part.</ref>
Occluding objects are objects that block a character's field of view. Objects that are occluding also block non-seeping [[gases]] from passing through their tile. In terms of AI, even though the enemy knows their target is behind an occluding object, and the object does not block bullets, they will still refuse to fire until they are able to see their target again. Occluding items can also prevent NPCs from witnessing the player stealing an object. The most common class of objects that occlude light are [[Walls]] (including closed [[:Category:Doors|doors]] and [[:Category:Vents|vents]]). Other occluding objects are shown below.<ref>Occlusion can be set on an object by adding <code>Occluding="true"</code> in the object's <code>Render</code> part.</ref>


<div style="display:flex;flex-wrap:wrap;">
<div style="display:flex;flex-wrap:wrap;">
Line 137: Line 137:
<div style="margin-right: 2.5em;">
<div style="margin-right: 2.5em;">
====Occluding Objects====
====Occluding Objects====
Non-plant, non-statue, non-wall<br>objectsthat are occluding.
Non-plant, non-statue, non-wall<br>objects that are occluding.
{{#cargo_query:
{{#cargo_query:
   | tables=GeneralData=GD,ExtraInfo=EI,CreatureFactions=CF
   | tables=GeneralData=GD,ExtraInfo=EI,CreatureFactions=CF