Brecipe: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Leoetlino No edit summary |
imported>BravelyPeculiar No edit summary |
||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
<onlyinclude>'''brecipe''' files | <onlyinclude> | ||
{{Parameter archive infobox|param_type=brecipe|version=0|type=xml}} | |||
'''.brecipe''' files in [[Content/Actor|Actor]]/Recipe configure item crafting. (They have 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 | |||
|- | |||
| {{AampIndexedParam|key=Table%02d|start_idx=1}} || str64 || Name of the N-th table; usually "Normal0" | |||
|} | |||
=== {{Placeholder AAMP param name|name=[TableName]}} === | |||
{|class="wikitable" | |||
! Key !! Type !! Description | |||
|- | |||
| ColumnNum || int || Number of items | |||
|- | |||
| {{AampIndexedParam|key=ItemName%02d|start_idx=1}} || str64 || Actor name of the N-th required ingredient | |||
|- | |||
| {{AampIndexedParam|key=ItemNum%02d|start_idx=1}} || int || Required count for the N-th ingredient | |||
|} | |||
[[Category:File extensions]] | [[Category:File extensions]] | ||
[[Category:File extensions (AAMP)]] | [[Category:File extensions (AAMP)]] |