テンプレート:ReactionDefinition/doc

提供:Noita Wiki
ナビゲーションに移動 検索に移動

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