Template:NPCLootTableInner: Difference between revisions
No edit summary |
No edit summary |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{| class="wikitable" | {| class="wikitable sortable" | ||
! colspan="2" | | ! colspan="2" | Item | ||
! | ! Quantity | ||
! | ! Rarity | ||
! | ! Buy Price | ||
! | ! Sell Price | ||
|- | |- | ||
{{#cargo_query: | {{#cargo_query: | ||
tables=NpcDrops,Items | tables=NpcDrops,Items | ||
|join on=NpcDrops.Item=Items._pageName | |join on=NpcDrops.Item=Items._pageName | ||
|fields=NpcDrops.Item,NpcDrops.Quantity,NpcDrops.Rarity,Items. | |fields=NpcDrops.Item,NpcDrops.Quantity,NpcDrops.Rarity,Items.Price | ||
|where=NpcDrops.NPCKey='{{{npckey}}}' | |where=NpcDrops.NPCKey='{{{npckey}}}' | ||
|format=template | |format=template |