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" | '''Item'''
! colspan="2" | Item
! '''Quantity'''
! Quantity
! '''Rarity'''
! Rarity
! '''Buy Price'''
! Buy Price
! '''Sell 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.BuyPrice,Items.SellPrice
   |fields=NpcDrops.Item,NpcDrops.Quantity,NpcDrops.Rarity,Items.Price
   |where=NpcDrops.NPCKey='{{{npckey}}}'
   |where=NpcDrops.NPCKey='{{{npckey}}}'
   |format=template
   |format=template