Template:Loot Table

From Medieval Engineers Wiki
Jump to navigation Jump to search

Example

Journeyman's Treasure Map Loot
Rolls

3

Always Dropped

Fancy Equipment
Common Equipment

Weighted Drops

17% StripsLeather.png 5  Leather Strips
22% MetalParts.png 15  Metal Parts
11% JarClayWithLinseedOil.png 1  Linseed Oil
06% IngotSteel.png 1  Steel Ingot
17% IngotIron.png 2  Iron Ingot
17% IngotBronze.png 2  Bronze Ingot

Usage

Used to format loot tables that define random item generation.

{{Loot Table
|name=<NameOfTable>
|rolls=<NumberOfPicks>
|droppedalways=<ItemsAlwaysGenerated>
droppedbyweight=<ItemsSometimesGenerated>
}}
  • The code above can be pasted into your page and edited.
  • The attribute droppedalways can be left out entirely and it will not be displayed.

Example Source

{{Loot Table
|name=Journeyman's Treasure Map
|rolls=3
|droppedalways=Fancy Equipment<br/>
Common Equipment
|droppedbyweight=
17% {{Small_Image_Number_Link|StripsLeather.png|5|Leather Strips}}<br/>
22% {{Small_Image_Number_Link|MetalParts.png|15|Metal Parts}}<br/>
11% {{Small_Image_Number_Link|JarClayWithLinseedOil.png|1|Linseed Oil}}<br/>
06% {{Small_Image_Number_Link|IngotSteel.png|1|Steel Ingot}}<br/>
17% {{Small_Image_Number_Link|IngotIron.png|2|Iron Ingot}}<br/>
17% {{Small_Image_Number_Link|IngotBronze.png|2|Bronze Ingot}}
}}