Heat and fire-based cooking effects: Difference between revisions

From Caves of Qud Wiki
Jump to navigation Jump to search
imported>Blake120491267
m (updated patch version)
m (fixed query)
Line 5: Line 5:


Items that can grant the heat cooking effect:
Items that can grant the heat cooking effect:
{{#cargo_query:table=Food,GeneralData|join on=Food._pageName=GeneralData._pageName|fields=CONCAT('[[File:',Image,'|20px]] [[',Food._pageName,']]')|where=CookEffect='Heat' AND Food._pageNamespace = '0'|format=ul}}
{{#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}}


==Unit Effects==
==Unit Effects==

Revision as of 15:50, 8 November 2019

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:

Error: operator for the virtual field 'Food.CookEffect' must be 'HOLDS', 'HOLDS NOT', 'HOLDS LIKE' or 'HOLDS NOT LIKE'.

Unit Effects

These effects can be acquired by cooking only with one ingredient and do not need a trigger event to use.

Can use Flaming Hands at level (1-2). If @they already have Flaming Hands, it's enhanced by (2-3) levels.

Can use Fire Breath at level (1-2). If @they already have Fire Breath, it's enhanced by (2-3) levels.

Can use Pyrokinesis at level (1-2). If @they already have Pyrokinesis, it's enhanced by (2-3) levels.

+10-15 Heat Resist

Trigger Events

These indicate events that can cause a triggered effect from another ingredient.

whenever @thisCreature deal@s fire damage, there's a 10% chance...

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.[1]

Triggered Effects

These effects are in response to a trigger event caused by another ingredient.

...@they gain 40-50 Heat Resist for 6 hours.

...@they emit a ray of flame per Flaming Hands at level 5-6.

...@they gain 125-175 Heat Resist for 50 turns.

References

  1. XRL.World.Parts.Effects.CookingDomainHeat_OnEnflamed.cs