模板:ReactionDefinition

出自Noita Wiki
跳至導覽 跳至搜尋

此模板定義表格「Reactions」。 尚未建立此表格。

Template-info.png 模板文檔

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

模板參數

參數描述類型狀態
Reaction Raterate

The rate at which the reaction occurs

範例
40
數值必填
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.

範例
Water,[fire]
字串選填
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.

範例
Steam, [blood]
字串選填
Notesnotes

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

範例
Reacts to produce explosions while consuming the material
字串建議

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