Loot modifiers restrainsTable: Difference between revisions
Jump to navigation
Jump to search
Created page with "Allows to define some restrain to the loot_modifiers {| class="wikitable" |+ !UE !Field !Type !Key Type !Default !Extra !Description |- |ADD |loot_modifier_id |int(11) |PRI | | |The id of the loot modifier rule |- |ADD |item_id |int(11) |PRI | | |The id of the item included in the loot modifier rule |- |ADD |allowed |char(1) | |Y | |Determines if the modifier is allowed or not |}" |
(No difference)
|
Revision as of 13:49, 11 January 2022
Allows to define some restrain to the loot_modifiers
UE | Field | Type | Key Type | Default | Extra | Description |
---|---|---|---|---|---|---|
ADD | loot_modifier_id | int(11) | PRI | The id of the loot modifier rule | ||
ADD | item_id | int(11) | PRI | The id of the item included in the loot modifier rule | ||
ADD | allowed | char(1) | Y | Determines if the modifier is allowed or not |