imported>Leoetlino |
imported>Leoetlino |
Line 1: |
Line 1: |
| <onlyinclude>
| | #REDIRECT [[bdrop]] |
| {{Parameter archive infobox|param_type=bdrop|version=0|type=xml}}
| |
| '''DropTable''' configures item drops for an actor.
| |
| </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 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 || {{check}} (発生速度)
| |
| |-
| |
| | {{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.
| |
| | |
| <references/>
| |
| [[Category:Content (BotW)]] | |
| [[Category:Internals]]
| |