Heat and fire-based cooking effects: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
m (fixed query)
(aligning formatting with related pages)
 
(25 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{{As Of Patch|2.0.197.0}}{{Cooking effect|id=Heat|name=Heat}}
{{tocright}}
Heat is a [[cooking effect]] that gives player characters effects related to heat and fire. In game, this is referred to as "heat and fire-based effects".
{{Cooking effect
| id              = heat
| name            = heat and fire-based
| uniteffects      =      Can use [[Flaming Hands]] at level (1-2). If you already have Flaming Hands, it's enhanced by (2-3) levels.<!--
                  --><br>Can use [[Fire Breath]] at level (1-2). If you already have Fire Breath, it's enhanced by (2-3) levels.<!--
                  --><br>Can use [[Pyrokinesis]] at level (1-2). If you already have Pyrokinesis, it's enhanced by (2-3) levels.<!--
                  --><br>+10-15 Heat Resist
| triggers        =      Whenever you deal fire damage, there's a 10% chance...<!--
                  --><br>Whenever you are set on fire,...
| triggeredeffects =      ...you gain 40-50 Heat Resist for 6 hours.<!--
                  --><br>...you emit a ray of flame per Flaming Hands at level 5-6.<!--
                  --><br>...you toast an area per Pyrokinesis at level 5-6.<!--
                  --><br>...you gain 125-175 Heat Resist for 50 turns.
}}<!--
-->{{Cooking effect
| id               = heatMinor
| name             = simple heat and fire-based
| uniteffects      =      Can use [[Flaming Hands]] at level (1-2). If you already have Flaming Hands, it's enhanced by (2-3) levels.<!--
                  --><br>Can use [[Fire Breath]] at level (1-2). If you already have Fire Breath, it's enhanced by (2-3) levels.<!--
                  --><br>Can use [[Pyrokinesis]] at level (1-2). If you already have Pyrokinesis, it's enhanced by (2-3) levels.<!--
                  --><br>+10-15 Heat Resist
| subtype          = Simple
}}
There are two classes of heat-based [[cooking effects]] that can be granted by particular cooking ingredients:
* '''{{name}}:''' {{Food that grants|Heat and fire-based}}
* '''Simple {{lc:{{name}}}}:''' {{Food that grants|simple Heat and fire-based}}


Note that these are the base level. If the player temporarily gains [[Pyrokinesis]], that level will be boosted by their [[ego]] modifier.
Simple {{lc:{{name}}}} grant '''''only''''' Basic Effects, as listed below. They cannot grant triggered effects.


Items that can grant the heat cooking effect:
== Basic Effects ==
{{#cargo_query:table=Food,GeneralData|join on=Food._pageName=GeneralData._pageName|fields=CONCAT('[[File:',Image,'|20px]] [[',Food._pageName,']]')|where=CookEffect LIKE '%Heat%' AND Food._pageNamespace = '0'|format=ul}}
{{basic effects}}


==Unit Effects==
Mental mutations granted by cooking effects are also boosted to additional levels by the player's [[Ego]] modifier. This applies to [[Pyrokinesis]] granted by {{lc:{{name}}}}.
These effects can be acquired by cooking only with one ingredient and do not need a trigger event to use.
{{qud quote|Can use [[Flaming Hands]] at level (1-2). If @they already have Flaming Hands, it's enhanced by (2-3) levels.}}
{{qud quote|Can use [[Fire Breath]] at level (1-2). If @they already have Fire Breath, it's enhanced by (2-3) levels.}}
{{qud quote|Can use [[Pyrokinesis]] at level (1-2). If @they already have Pyrokinesis, it's enhanced by (2-3) levels.}}
{{qud quote|+10-15 Heat Resist}}


==Trigger Events==
==Trigger Conditions==
These indicate events that can cause a triggered effect from another ingredient.
{{Trigger conditions}}
{{qud quote|whenever @thisCreature deal@s fire damage, there's a 10% chance...}}
Note that this effect occurs whenever the creature's temperature is higher than their flame temperature, not only when the flame temperature threshold is passed.{{Code Reference|namespace=XRL.World.Parts.Effects|class=CookingDomainHeat_OnEnflamed}}
{{qud quote|whenever @thisCreature @is set on fire,...}}
Note that this effect occurs whenever the creature's temperature is higher than their flame temperature, not only when the flame temperature threshold is passed.<ref>XRL.World.Parts.Effects.CookingDomainHeat_OnEnflamed.cs</ref>


==Triggered Effects==
==Triggered Effects==
These effects are in response to a trigger event caused by another ingredient.
{{Triggered effects}}
{{qud quote|...@they gain 40-50 Heat Resist for 6 hours.}}
{{qud quote|...@they emit a ray of flame per Flaming Hands at level 5-6.}}
{{qud quote|...@they gain 125-175 Heat Resist for 50 turns.}}


==References==
{{References|2.0.200.86}}
<references/>
{{Cooking Navbox}}
[[Category:Cooking Effects]]
[[Category:Cooking Effects]]

Latest revision as of 22:29, 11 April 2022

There are two classes of heat-based cooking effects that can be granted by particular cooking ingredients:

  • Simple heat and fire-based cooking effects:

Simple heat and fire-based cooking effects grant only Basic Effects, as listed below. They cannot grant triggered effects.

Basic Effects

The following basic effects can be granted by this category of ingredients.

A basic effect is guaranteed when cooking with only one ingredient. Basic effects can also sometimes be obtained when cooking with two or more ingredients. For more information, refer to basic and triggered effects.

Can use Flaming Hands at level (1-2). If you already have Flaming Hands, it's enhanced by (2-3) levels.
Can use Fire Breath at level (1-2). If you already have Fire Breath, it's enhanced by (2-3) levels.
Can use Pyrokinesis at level (1-2). If you already have Pyrokinesis, it's enhanced by (2-3) levels.
+10-15 Heat Resist

Mental mutations granted by cooking effects are also boosted to additional levels by the player's Ego modifier. This applies to Pyrokinesis granted by heat and fire-based cooking effects.

Trigger Conditions

The following trigger conditions are associated with this category of ingredients.

A trigger condition causes another ingredient's triggered effects to activate. When cooking with two or more ingredients, the game may randomly select one ingredient to supply a trigger condition and another ingredient to supply the triggered effects. These are combined into a single randomly generated cooking effect. For more information, refer to basic and triggered effects.

Whenever you deal fire damage, there's a 10% chance...
Whenever you are set on fire,...

Note that this effect occurs whenever the creature's temperature is higher than their flame temperature, not only when the flame temperature threshold is passed.[1]

Triggered Effects

These effects occur in response to a trigger condition supplied by a different ingredient.

...you gain 40-50 Heat Resist for 6 hours.
...you emit a ray of flame per Flaming Hands at level 5-6.
...you toast an area per Pyrokinesis at level 5-6.
...you gain 125-175 Heat Resist for 50 turns.

References

This information is reliable as of patch 2.0.200.86.
  1. XRL.World.Parts.Effects.CookingDomainHeat_OnEnflamed