Template:LootEntry: Difference between revisions
Created page with "<!-- Template:LootEntry --> <includeonly>{{#cargo_store:_table=MonsterDrops |monster={{{monster|{{PAGENAME}}}}} |item={{{1}}} |rarity={{{rarity|common}}} }}[[{{{1}}}]]</includeonly><noinclude> Stores a loot drop relationship and links to the item. Usage: <code>{{LootEntry|Item Name|rarity=rare}}</code> Category:Utility templates </noinclude>" |
No edit summary |
||
| Line 4: | Line 4: | ||
|item={{{1}}} | |item={{{1}}} | ||
|rarity={{{rarity|common}}} | |rarity={{{rarity|common}}} | ||
}}[[{{{1}}}]]</includeonly><noinclude> | |max={{{max|}}} | ||
}}[[{{{1}}}]]{{#if:{{{max|}}}| (1-{{{max}}})}}</includeonly><noinclude> | |||
Stores a loot drop relationship and links to the item. | Stores a loot drop relationship and links to the item. | ||
Usage: <code>{{LootEntry| | Usage: | ||
* <code>{{LootEntry|Goblin Ear|rarity=rare}}</code> | |||
* <code>{{LootEntry|Gold Coin|rarity=common|max=5}}</code> | |||
[[Category:Utility templates]] | [[Category:Utility templates]] | ||
</noinclude> | </noinclude> | ||