Template:ReactionDefinition

From Noita Wiki
Jump to navigation Jump to search

This template defines the table "Reactions". View table.

Defines a material reaction that can occur during the game, including its rate (speed) and the reagents and products involved in the reaction.

Template parameters

ParameterDescriptionTypeStatus
Reaction Raterate

The rate at which the reaction occurs

Example
40
Numberrequired
Reagentsreagents

Up to three reagents required for the reaction, separated by commas. Specify tags as [tagname], all other materials should use their internal code name.

Example
Water,[fire]
Stringoptional
Productsproducts

Up to three products that are produced from the reaction, separated by commas. Specify tags as [tagname], all other materials should use their internal code name.

Example
Steam, [blood]
Stringoptional
Notesnotes

Any additional products or behaviours of the reaction, such as producing entities or explosions, etc.

Example
Reacts to produce explosions while consuming the material
Stringsuggested

Example

{{Reaction/start}}
{{Reaction | rate = 40 | reagents = [fire],ice | products = [fire],water | notes = Add notes here if the reaction does something unusual (e.g., explodes) }}
{{Reaction | rate = 20 | reagents = [fire],water_salt,water_salt | products = [fire],salt,steam}}
{{Reaction/end}}


Reagent 1 Reagent 2 Reagent 3 Product 1 Product 2 Product 3 Rate Notes
[fire] ice [fire] water 40
[fire] water_salt water_salt [fire] salt steam 20