Source: addons/item_vault/drops/drop_table.gd
Syntax
class DropTable extends ResourceMembers
| Name | Kind | Summary |
|---|---|---|
possible_drops | Property | A table of possible drops / loot entries. One abstraction used both for spawning scenes into the world (RandomDrops) and for granting items on pickup (Pickup2D/3D). The item pickups that can drop. |
guaranteed_drops | Property | Minimum number of drops that will come from the table per generation. Will repeat generating items until this number is met. |
combined_odds | Property | Whether odds should be tallied together and then rolled for one possible item rather than individually rolling for each item. |
has_possible_drops | Method | |
stack_from | Method |