loottable_entries¶
Info
This page was last generated 2023.04.23
Relationship Diagram(s)¶
Relationships¶
Relationship Type | Local Key | Relates to Table | Foreign Key |
---|---|---|---|
One-to-One | loottable_id | loottable | id |
Has-Many | lootdrop_id | lootdrop_entries | lootdrop_id |
Schema¶
Column | Data Type | Description |
---|---|---|
loottable_id | int | Loottable Identifier |
lootdrop_id | int | Lootdrop Identifier |
multiplier | tinyint | Multiplier |
droplimit | tinyint | Maximum Drops |
mindrop | tinyint | Minimum Drops |
probability | float | Probability: 0 = Never, 100 = Always |