Defoliant: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
imported>Trashmonks
(Updated by egocarib with game version 2.0.201.48 using QBE v1.0rc2)
No edit summary
Line 15: Line 15:
}}
}}
<!-- END QBE -->
<!-- END QBE -->
{{No Description}}
{{tocright}}{{name}} is a type of [[gas]] that is a damaging to plants and to objects composed of plant matter. {{name}} can seep through walls and other occluding objects.


It can also damage worn equipment (such as a {{favilink|vine-weave tunic}}), but does not affect items held in the inventory.
== Sources ==
Common sources of {{name}}, with their level and density, include:{{Code Reference|namespace=XRL.World.Parts|class=Gas}}
{| class="wikitable"
! Source
! Gas Level
! Gas Density
! Reference
|-
| {{favilink|defoliant pump}}
| 1
|{{dice tooltip|4d10}} in each cell that a pump projectile passes through<br>{{dice tooltip|8d10}} in each cell where a projectile hits a solid target<br>5 projectiles fired per shot, gas emissions from each projectile stack
| {{Code Reference|class=GasOnEntering}}{{Code Reference|class=GasOnHit}}
|-
| {{favilink|billowing conch of the Aji}}
| 5
| 800 per turn, divided evenly into non-solid adjacent squares
| {{Code Reference|namespace=XRL.World.Parts|class=AjiConch}}
|-
| {{favilink|defoliant grenade mk I}}
| 1
| 200
| <ref name="GasGrenade"><code>XRL.World.Parts.GasGrenade</code></ref><ref name="ObjectBlueprints"><code>ObjectBlueprints.xml</code></ref>
|-
| {{favilink|defoliant grenade mk II}}
| 1
| 400
| <ref name="GasGrenade" /><ref name="ObjectBlueprints" />
|-
| {{favilink|defoliant grenade mk III}}
| 1
| 800
| <ref name="GasGrenade" /><ref name="ObjectBlueprints" />
|-
| {{favilink|vents with moss particulate}}
| 1
| {{dice tooltip|1d60+40}}
| {{Code Reference|namespace=XRL.World.Parts|class=WalltrapGas}}
|}
== Damage ==
The damage done by defoliant depends on the target.<ref name="GasDamaging"><code>XRL.World.Parts.GasDamaging</code></ref> For a more detailed breakdown of the types of targets listed here, refer to the Objects Affected section below.
* Defoliant deals damage to [[Photosynthetic Skin|photosynthetic creatures]] and to ''mutated plants''. ''Mutated plants'' more or less encompasses all plants that are combat-capable and have faction associations.
* Defoliant deals significantly increased damage to all other plants, generally meaning any sessile plants that are not capable of combat and do not have faction associations.
* Defoliant deals significantly increased damage to objects composed of plant matter.
* Defoliant deals '''''no''''' damage to anything else.
The following damage formulas are used to calculate defoliant damage:<ref name="GasDamaging" />
{| class="wikitable"
| style="border-top:1px solid transparent;border-left:1px solid transparent" |
! Formula
! Notes
|-
! Photosynthetic creatures and mutated plants
| {{simple formula | ( Density * GasLevel ) / 200 }}
| (rounded up)
|-
! Sessile plants and plant-matter objects
| {{simple formula | ( 0.75 * GasLevel + 0.25 ) * Density }}
| (rounded up)
|}
In theory, this means that a typical cloud of defoliant gas (~100 density) will deal approximately:
* '''<u>1 damage per turn</u>''' to mutated plants.
* '''<u>100 damage per turn</u>''' to sessile plants or objects composed of plant matter.
In practice, gas damage is highly variable due to a significant amount of randomization involved in gas behavior. Gas is constantly moving between cells, dissipating over time, merging with other gas, and being affected by random calculations in the game engine. Its density, which is the main predictor of damage, is always changing. For more information about the mechanics of gas behavior, visit the [[Gas]] page.
The density of defoliant can get significantly higher than 100 if several sources of it are combined, such as multiple {{favilink|defoliant grenade mk III|plural}} or successive shots from a {{favilink|defoliant pump}}. Because defoliant can seep through walls, however, it will not be contained by enclosed rooms or tight hallways - it will continue to spread and dissipate after it is released.
The following table indicates how much damage defoliant of a certain level will do per round, depending on gas level and density.
== Objects Affected ==
<div style="display:flex;flex-wrap:wrap;">
<div style="margin-right: 2.5em;">
=== Mutated Plants ===
<div style="min-width:280px;color:var(--qud-color-k);font-weight:bold;">(Normal Damage)</div>
{{#cargo_query:tables=ExtraInfo
|fields=CONCAT('{{(}}favilink{{!}}',_pageName,'{{)}}')
|where=Info LIKE "%Mutated plant,,,%"
|format=ul
}}
</div>
<div style="margin-right: 2.5em;">
=== Sessile Plants ===
<div style="min-width:280px;color:var(--qud-color-k);font-weight:bold;">(Significant Damage)</div>
{{#cargo_query:tables=GeneralData
|fields=CONCAT('{{(}}favilink{{!}}',_pageName,'{{)}}')
|where=Categories='Plants' AND _pageNamespace='0'
|format=ul
}}
</div>
<div style="margin-right: 2.5em;">
=== Objects Composed of Plant Matter ===
<div style="min-width:280px;color:var(--qud-color-k);font-weight:bold;">(Significant Damage)</div>
* {{favilink|glowpad corpse}}
* {{favilink|grassy yurtmat}}
* {{favilink|leafy helm}}
* {{favilink|leafy vest}}
* {{favilink|plant matter}}
* {{favilink|seed spitter}}
* {{favilink|sower's seed}}
* {{favilink|tangled mudroot}}
* {{favilink|thistle pitcher}}
* {{favilink|urberry}}
* {{favilink|vine-weave tunic}}
</div>
</div>
{{references|2.0.201.49}}
[[Category:Gases]]
[[Category:Gases]]

Revision as of 23:13, 13 November 2020

This information is reliable as of patch 2.0.201.48. If this is no longer the current patch, you can help by updating it.
As of Patch This information is reliable as of patch 2.0.201.48.
defoliant
Defoliant
Seeping?Whether this gas can
seep through walls

yes

Character

ID?Use this ID to Wish for the item

DefoliantGas

Spawns in

AjiConch

defoliant

The synthetic mist called Golden Dawn ascends from its canister to atomize leafage and leave a clear view of the horizon in its wake.

Perfect

defoliant is a type of gas that is a damaging to plants and to objects composed of plant matter. defoliant can seep through walls and other occluding objects.

It can also damage worn equipment (such as a vine-weave tunic), but does not affect items held in the inventory.

Sources

Common sources of defoliant, with their level and density, include:[1]

Source Gas Level Gas Density Reference
defoliant pump 1 4d104-40 (Avg: 22) in each cell that a pump projectile passes through
8d108-80 (Avg: 44) in each cell where a projectile hits a solid target
5 projectiles fired per shot, gas emissions from each projectile stack
[2][3]
billowing conch of the Aji 5 800 per turn, divided evenly into non-solid adjacent squares [4]
defoliant grenade mk I 1 200 [5][6]
defoliant grenade mk II 1 400 [5][6]
defoliant grenade mk III 1 800 [5][6]
vents with moss particulate 1 1d60+4041-100 (Avg: 70.5) [7]

Damage

The damage done by defoliant depends on the target.[8] For a more detailed breakdown of the types of targets listed here, refer to the Objects Affected section below.

  • Defoliant deals damage to photosynthetic creatures and to mutated plants. Mutated plants more or less encompasses all plants that are combat-capable and have faction associations.
  • Defoliant deals significantly increased damage to all other plants, generally meaning any sessile plants that are not capable of combat and do not have faction associations.
  • Defoliant deals significantly increased damage to objects composed of plant matter.
  • Defoliant deals no damage to anything else.

The following damage formulas are used to calculate defoliant damage:[8]

Formula Notes
Photosynthetic creatures and mutated plants
( Density × GasLevel ) / 200
(rounded up)
Sessile plants and plant-matter objects
( 0.75 × GasLevel + 0.25 ) × Density
(rounded up)

In theory, this means that a typical cloud of defoliant gas (~100 density) will deal approximately:

  • 1 damage per turn to mutated plants.
  • 100 damage per turn to sessile plants or objects composed of plant matter.

In practice, gas damage is highly variable due to a significant amount of randomization involved in gas behavior. Gas is constantly moving between cells, dissipating over time, merging with other gas, and being affected by random calculations in the game engine. Its density, which is the main predictor of damage, is always changing. For more information about the mechanics of gas behavior, visit the Gas page.

The density of defoliant can get significantly higher than 100 if several sources of it are combined, such as multiple defoliant grenade mk IIIs or successive shots from a defoliant pump. Because defoliant can seep through walls, however, it will not be contained by enclosed rooms or tight hallways - it will continue to spread and dissipate after it is released.

The following table indicates how much damage defoliant of a certain level will do per round, depending on gas level and density.

Objects Affected

References

This information is reliable as of patch 2.0.201.49.
  1. XRL.World.Parts.Gas
  2. XRL.World.Parts.GasOnEntering
  3. XRL.World.Parts.GasOnHit
  4. XRL.World.Parts.AjiConch
  5. 5.0 5.1 5.2 XRL.World.Parts.GasGrenade
  6. 6.0 6.1 6.2 ObjectBlueprints.xml
  7. XRL.World.Parts.WalltrapGas
  8. 8.0 8.1 XRL.World.Parts.GasDamaging