Database /
Loot Tables
Introduction
Loot Tables are an extensible way to create random items and equipment available.
Properties
System
| Name | Explanation | Type |
|---|---|---|
| Name | The name of the loot table. | String |
Loot Table Rows
| Name | Explanation | Type |
|---|---|---|
| Chance | The chance of occurrence. | Number |
| Type | Whether or not the row represents an equipment or item. | Toggle |
| Item or Equipment | The item or equipment to leverage from the database. | Item or Equipment |
| Quantity (Min/Max) | The minimum and maximum quantities that could be generated. | Number |
| Rank (Min/Max) | The minimum and maximum rank that can be generated, if the row represents a piece of equipment. | Number |
