Template:ShopTable/Inner: Difference between revisions
No edit summary |
No edit summary |
||
Line 6: | Line 6: | ||
|- | |- | ||
{{#cargo_query: | {{#cargo_query: | ||
tables= | tables=LootTable,Items | ||
|join on= | |join on=LootTable.Item=Items._pageName | ||
|fields= | |fields=LootTable.Item,LootTable.MinimumQuantity,Shop.RestockTimer,Items.GeneralSell | ||
|where= | |where=LootTable.LootKey='{{{lootkey}}}' | ||
|order by= | |order by=LootTable.RaritySort ASC,LootTable.Item ASC | ||
|format=template | |format=template | ||
|template=ShopTable/Item | |template=ShopTable/Item |