Bdrop: Difference between revisions

From ZeldaMods (Breath of the Wild)
Jump to navigation Jump to search
imported>Leoetlino
mNo edit summary
imported>Leoetlino
No edit summary
Line 46: Line 46:
| OccurrenceSpeedType  
| OccurrenceSpeedType  
| int  
| int  
| {{check}} (発生速度)
| Drop velocity type (発生速度). 1 for "small", 2 for "large" (see [[bgparamlist#Global]] for the actual values)
|-
|-
| {{AampIndexedParam|key=ItemName%02d|start_idx=1}}  
| {{AampIndexedParam|key=ItemName%02d|start_idx=1}}  

Revision as of 13:04, 16 December 2018

bdrop
Format AAMP
Version 0
Type xml
This article is about the structure in general. For actual values, check the GameROM or the pseudo-source.

DropTable (bdrop) configures item drops for each actor.


Parameter objects

Header

Key Type Description
TableNum int Number of tables
Table%02d str64 Name of the drop table

[TableName] 

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 for the actual values)
ItemName%02d str64 Name of the actor that can be dropped
ItemProbability%02d float Drop probability (0.0 to 100.0)

Note: the sum of all ItemProbabilities should be equal to 100.0.