7 Days to Die Wiki
Advertisement
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

This template is use to create a line item in a LootList table. This template must have been proceeded with a {{LootList Header}} template and followed by a {{LootList Footer}}. There can be any number of {{LootList-item}} templates between the Header and Footer templates. e.g.:

{{LootList Header|quiet=y}}
{{LootList-item |item=Glass Jar|rarity=1}}
{{LootList-item |group=junk|rarity=1|default=y}}
     ...
{{LootList Footer|version=Alpha 15.2}}

There are a number of parameters that can be passed to it:

Parameter Type Default Description
item <String-Link> -- This parameter is a link to a page describing an item that could be found in the container. It is mutually exclusive with the group parameter.
group <String-groupname> -- This parameter is the name of a loot list group that contains more items or groups. It is mutually exclusive with the item parameter.
colour <String> -- This parameter is used to add some text after an item or group so that it is not used as a link. Normally used to specify an item colour.
probability <numeric> 1 This value specifies how rare an item is in relation to the other items that are in the group or container. It is normalized for calculations of the chance of finding that item in the group or container. Include this even if the value is 1, as they calculations need it.
numbermin <int> 1 The minimum number of this item that is returned if this item is chosen.
numbermax <int> 1 The maximum number of this item that is returned if this item is chosen.
ImagePath <String> - If the item in the lootlist doesn't have its own infobox (Such as Perk Books), the template automatically requires this parameter. It is the image's name that is shown eg. ExampleImage.png. An example of usage can be seen here.
Advertisement