Template:Loot Table: Difference between revisions

From Medieval Engineers Wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 14: Line 14:
Weighted Drops
Weighted Drops
|  
|  
{{{droppedbyweight|}}}<!--
{{{droppedbyweight|}}}
-->{{#if:{{{sourcepage|}}}|<!--TRUE-->|-
{{#if:{{{sourcepage|}}}|<!--TRUE-->{{!}}-
! colspan=4 style="margin: 0; padding: 0;" {{!}} <p class="plainlinks" style="margin: 0; padding: 0;"><small>([{{fullurl:{{{sourcepage}}}}} View]&nbsp;{{!}}&nbsp;[{{fullurl:{{{sourcepage}}}|action=edit}} Edit])</small></p>}}
! colspan=2 style="margin: 0; padding: 0;" {{!}} <p class="plainlinks" style="margin: 0; padding: 0;"><small>([{{fullurl:{{{sourcepage}}}}} View]&nbsp;{{!}}&nbsp;[{{fullurl:{{{sourcepage}}}|action=edit}} Edit])</small></p>}}
|}</includeonly><noinclude>
|}</includeonly><noinclude>
==Example==
==Example==

Revision as of 13:29, 22 October 2018

Example

Journeyman's Treasure Map
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 as a simple table format for game items that use loot tables to 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}}
}}