Bdrop: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>BravelyPeculiar No edit summary |
imported>BravelyPeculiar No edit summary |
||
Line 4: | Line 4: | ||
'''.bdrop''' files in [[Content/Actor|Actor]]/DropTable configure item drops for each actor. | '''.bdrop''' files in [[Content/Actor|Actor]]/DropTable configure item drops for each actor. | ||
</onlyinclude> | </onlyinclude> | ||
== Parameter objects == | == Parameter objects == | ||
=== Header === | === Header === | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | ! Key | ||
! Type | |||
! Description | |||
|- | |- | ||
| TableNum | | TableNum | ||
| int | |||
| Number of tables | |||
|- | |- | ||
| {{AampIndexedParam|key=Table%02d|start_idx=1}} | | {{AampIndexedParam|key=Table%02d|start_idx=1}} | ||
| str64 | |||
| Name of the drop table | |||
|} | |} | ||
=== {{Placeholder AAMP param name|name=[TableName]}} === | === {{Placeholder AAMP param name|name=[TableName]}} === | ||
{|class="wikitable" | {| class="wikitable" | ||
! Key | ! Key | ||
! Type | |||
! Description | |||
|- | |- | ||
| ColumnNum | | ColumnNum | ||
| int | |||
| Number of items | |||
|- | |- | ||
| RepeatNumMin | | RepeatNumMin | ||
| int | |||
| Min number of items that can be dropped (抽選回数最小) | |||
|- | |- | ||
| RepeatNumMax | | RepeatNumMax | ||
| int | |||
| Max number of items that can be dropped (抽選回数最大) | |||
|- | |- | ||
| ApproachType | | ApproachType | ||
| int | |||
| {{check}} (姿勢) | |||
|- | |- | ||
| OccurrenceSpeedType | | OccurrenceSpeedType | ||
| int | |||
| {{check}} (発生速度) | |||
|- | |- | ||
| {{AampIndexedParam|key=ItemName%02d|start_idx=1}} | | {{AampIndexedParam|key=ItemName%02d|start_idx=1}} | ||
| str64 | |||
| Name of the actor that can be dropped | |||
|- | |- | ||
| {{AampIndexedParam|key=ItemProbability%02d|start_idx=1}} | | {{AampIndexedParam|key=ItemProbability%02d|start_idx=1}} | ||
| float | |||
| Drop probability (0.0 to 100.0) | |||
|} | |} | ||
Line 37: | Line 61: | ||
[[Category:File extensions]] | [[Category:File extensions]] | ||
[[Category:File extensions (AAMP)]] | [[Category:File extensions (AAMP)]] | ||
[[Category:Actor paramater files]] |