Loot Tables
Loot tables can be used on NPCs as well as interactive nodes.
They can contain as many items as you want.
Generic Fields
| Field Name | Function |
|---|---|
| ID | The ID of this asset data element. Automatically generated. |
| Name | Name of the asset data in the project and editor. |
| File Name | The name of the file in the project. Automatically generated. |
Items
Click the Add Item button to add an item entry to the list of items for this Loot Table.
| Field Name | Function |
|---|---|
| Limit dropped amount? | Limits amount of dropped items. |
| Max Dropped Items | Amount of max items to be dropped. |
| Item | The item to be dropped. |
| Chance | The chance for this item to drop. |
| Min | The minimum amount of this item to be dropped. |
| Max | The maximum amount of this item to be dropped. |
Requirements
| Field Name | Function |
|---|---|
| Use Template? | Allows you to define a requirements template. |
| Add Requirement Group | Allows you to define requirements on this given item without the use of a template. |
Learn more about Requirements here