Heat and fire-based cooking effects: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
(replace with templates)
No edit summary
Line 1: Line 1:
{{As Of Patch|2.0.197.0}}
{{As Of Patch|2.0.197.0}}
{{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 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
| type            = Simple
}}
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".
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".


Line 6: Line 28:
Items that can grant the heat cooking effect:
Items that can grant the heat cooking effect:
{{Food that grants|Heat}}
{{Food that grants|Heat}}
The following liquids also grant the simple heat cooking effect:
* {{favilink|lava}}


==Unit Effects==
==Unit Effects==
{{Unit effects|Can use [[Flaming Hands]] at level (1-2). If you already have Flaming Hands, it's enhanced by (2-3) levels.
{{Unit effects}}
</br>Can use [[Fire Breath]] at level (1-2). If you already have Fire Breath, it's enhanced by (2-3) levels.
Unit effects are the only effects that can be gotten for ingredients that grant simple heat-based effects like lava.
</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}}


==Trigger Events==
==Trigger Events==
{{Trigger events|whenever you deal fire damage, there's a 10% chance...
{{Trigger events}}
</br>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.{{Code Reference|namespace=XRL.World.Parts.Effects|class=CookingDomainHeat_OnEnflamed}}</ref>
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==
{{Triggered effects|...you gain 40-50 Heat Resist for 6 hours.
{{Triggered effects}}
</br>...you emit a ray of flame per Flaming Hands at level 5-6.
</br>...you gain 125-175 Heat Resist for 50 turns.}}


==References==
==References==
<references/>
<references/>
{{Cooking effect|id=Heat|name=heat and fire-based}}
[[Category:Cooking Effects]]
[[Category:Cooking Effects]]

Revision as of 00:56, 20 August 2020

This information is reliable as of patch 2.0.197.0. 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.197.0.

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".

Note that these are the base level. If the player temporarily gains Pyrokinesis, that level will be boosted by their ego modifier.

Items that can grant the heat cooking effect:

  • No Results!

The following liquids also grant the simple heat cooking effect:

Unit Effects

Template:Unit effects Unit effects are the only effects that can be gotten for ingredients that grant simple heat-based effects like lava.

Trigger Events

Template:Trigger events 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]</ref>

Triggered Effects

None

References

  1. XRL.World.Parts.Effects.CookingDomainHeat_OnEnflamed