Category:Gases: Difference between revisions

Jump to navigation Jump to search
1,067 bytes added ,  22:02, 24 September 2021
update cargo query
No edit summary
(update cargo query)
 
(2 intermediate revisions by the same user not shown)
Line 13: Line 13:


If the density of a particular cell's gas is 10 or lower, there is instead a 50% chance each turn that the gas will dissipate entirely (and be destroyed by the game).
If the density of a particular cell's gas is 10 or lower, there is instead a 50% chance each turn that the gas will dissipate entirely (and be destroyed by the game).
A side effect of this behavior is that, when a non-seeping gas is released into a tight area, such as an enclosed hallway, it can take an extremely long time for the gas to fully dissipate, because it has less opportunity to escape into empty, low-density cells. For example, sleep gas released by an {{favilink|urchin belcher|possessive}} {{favilink|drowsing urchin|plural}} into an enclosed area with very tight corridors can linger for hundreds or even thousands of turns.


== Gas Attributes ==
== Gas Attributes ==
For more information about respiration-based gases, refer to the [[respiration]] page.


{| class="wikitable sortable"
! GasName || Seeps Through Walls? || [[Respiration]]-based?
{{#cargo_query:
{{#cargo_query:
|tables=ItemsTable
|tables=PhysicalProperties
|fields=_pageName,ObjectID,Seeping
|fields=CONCAT('{{((}}favilink page{{!}}',CONCAT(_pageName),'{{))}}')=Gas Name
|where=Seeping="0" OR Seeping="1"
,CONCAT(CASE WHEN Seeping="0" THEN "No" ELSE "<b>Yes</b>" END)=Seeps Through Walls?
,CONCAT(CASE WHEN Inhaled="0" THEN "No" ELSE "<b>Yes</b>" END)=Respiration-based?
|where=Seeping IS NOT NULL
|order by=_pageName ASC
|order by=_pageName ASC
|format=template
|format=table
|template=Gas info table row
|named args=yes
}}
}}
|}
 
== Similar Phenomena ==
Fungal spores, which are expelled by the {{favilink|brooding azurepuff}}, {{favilink|brooding goldpuff}}, {{favilink|brooding jadepuff}}, and {{favilink|brooding rosepuff}}, act identically to gases (technically, they are implemented as gases in the game engine). Fungal spores are non-seeping and are not respiration-based. For more information about fungal spores, refer to the [[fungal infections]] page.


[[Category:Environmental Hazards]]
[[Category:Environmental Hazards]]

Navigation menu