Loot rulesTable: Difference between revisions

From PSwiki
Jump to navigation Jump to search
Grimston (talk | contribs)
Created page with " {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- | |id |int(10) unsigned |PRI | |auto_increment | |- | |name |varchar(30) |UNI | | | |}"
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 26: Line 26:
|
|
|  
|  
|-
|ADDED
|max_items
|int(10)
|
|0
|
|0 means all items. > 0 randomizes between all the available up to the given number.
|}
|}
See also [[Loot rule detailsTable|loot_rule_details]] table.

Latest revision as of 22:37, 14 March 2024


UE Field Type Key Type Default Extra Description
id int(10) unsigned PRI auto_increment
name varchar(30) UNI
ADDED max_items int(10) 0 0 means all items. > 0 randomizes between all the available up to the given number.

See also loot_rule_details table.