Template:Loot Table: Difference between revisions
Jump to navigation
Jump to search
CptTwinkie (talk | contribs) mNo edit summary |
CptTwinkie (talk | contribs) mNo edit summary |
||
Line 1: | Line 1: | ||
<includeonly>{| class="wikitable" | <includeonly>{| class="wikitable" | ||
|- | |- | ||
!colspan="2"|{{{name|}}} | !colspan="2"|{{{name|}}} Loot | ||
|- | |- | ||
| Rolls | | Rolls |
Revision as of 14:06, 22 October 2018
Example
Journeyman's Treasure Map Loot | |
---|---|
Rolls |
3 |
Always Dropped |
Fancy Equipment |
Weighted Drops |
17% 5 Leather Strips |
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}} }}