Bdrop and Regional Bootup packs: Difference between pages

From ZeldaMods (Breath of the Wild)
(Difference between pages)
Jump to navigation Jump to search
imported>Leoetlino
No edit summary
 
imported>BravelyPeculiar
m (BravelyPeculiar moved page Regional Bootup packs to Regional Bootup packs)
 
Line 1: Line 1:
{{lowercase}}
<onlyinclude>
<onlyinclude>
{{Parameter archive infobox|param_type=bdrop|version=0|type=xml}}
'''Regional Bootup packs''' (named with the format '''Bootup_XXxx.pack''') are [[SARC|SARC archives]] which are found in [[Content/Pack]]. They are similar to the normal [[Bootup.pack]], but contain text files that are used in specific languages.
'''DropTable''' (''bdrop'') configures item drops for each actor.
</onlyinclude>
</onlyinclude>
== Bootup_XXxx.pack ==
{{content section|target=Draft:Content/Message#Booyup_XXxx.pack/Message|text=Message}}


== Parameter objects ==
[[Category:Content (BotW)]]
 
=== Header ===
{| class="wikitable"
! Key
! Type
! Description
|-
| TableNum
| int
| Number of tables
|-
| {{AampIndexedParam|key=Table%02d|start_idx=1}}
| str64
| Name of the drop table
|}
 
=== {{Placeholder AAMP param name|name=[TableName]}} ===
{| class="wikitable"
! Key
! Type
! Description
|-
| ColumnNum
| int
| Number of items
|-
| RepeatNumMin
| int
| Min number of items that can be dropped (抽選回数最小)
|-
| RepeatNumMax
| int
| Max number of items that can be dropped (抽選回数最大)
|-
| ApproachType
| int
| {{check}} (姿勢)
|-
| OccurrenceSpeedType
| int
| Drop velocity type (発生速度). 1 for "small", 2 for "large" (see [[bgparamlist#Global]] for the actual values)
|-
| {{AampIndexedParam|key=ItemName%02d|start_idx=1}}
| str64
| Name of the actor that can be dropped
|-
| {{AampIndexedParam|key=ItemProbability%02d|start_idx=1}}
| float
| Drop probability (0.0 to 100.0)
|}
 
Note: the sum of all ItemProbabilities should be equal to 100.0.
 
[[Category:File extensions]]
[[Category:File extensions (AAMP)]]
[[Category:Actor parameter files]]

Latest revision as of 23:51, 3 April 2019

Regional Bootup packs (named with the format Bootup_XXxx.pack) are SARC archives which are found in Content/Pack. They are similar to the normal Bootup.pack, but contain text files that are used in specific languages.

Bootup_XXxx.pack

Message

The Message directory contains the game's text files.