ActorParam/Recipe: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
(Created page with "{{stub}} <onlyinclude> {{Parameter archive infobox|param_type=brecipe|version=0|type=xml}} '''Recipe''' configures item crafting. (It has nothing to do with cooking recipe...")
 
imported>Leoetlino
(Redirected page to brecipe)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{stub}}
#REDIRECT [[brecipe]]
<onlyinclude>
{{Parameter archive infobox|param_type=brecipe|version=0|type=xml}}
'''Recipe''' configures item crafting. (It has nothing to do with [[cooking]] recipes.) Recipes are used for armor upgrades, ancient weapons that can be bought{{check}} and for making elemental arrows, the latter of which is a scrapped idea<ref>See Actor/Recipe/Obj_ElectricArrow_A_02.brecipe and related files</ref>.
</onlyinclude>
 
== Parameter objects ==
=== Header ===
{|class="wikitable"
! Key !! Type !! Description
|-
| TableNum || int || Number of tables
|-
| Table%02d || str64 || Name of the N-th table (indexes start at 1); usually "Normal0"
|}
 
=== {{Placeholder AAMP param name|name=[TableName]}} ===
{|class="wikitable"
! Key !! Type !! Description
|-
| ColumnNum || int || Number of columns per item (2)
|-
| ItemName%02d || str64 || Actor name of the N-th required ingredient (indexes start at 1)
|-
| ItemNum%02d || int || Required count for the N-th ingredient (indexes start at 1)
|}
 
<references/>
[[Category:Content (BotW)]]
[[Category:Internals]]

Latest revision as of 19:04, 18 September 2018

Redirect to: