Template:LootTableInner: Difference between revisions

From HighSpell Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 8: Line 8:
   tables=LootTable,Items
   tables=LootTable,Items
   |join on=LootTable.Item=Items._pageName
   |join on=LootTable.Item=Items._pageName
   |fields=LootTable.Item,LootTable.MinimumQuantity,LootTable.MaximumQuantity,LootTable.IOU,LootTable.Rarity,LootTable.RaritySort,Items.GeneralBuy,Items.Price
   |fields=LootTable.Item,LootTable.MinimumQuantity,LootTable.MaximumQuantity,LootTable.IOU,LootTable.Rarity,LootTable.RaritySort,Items.Price
   |where=LootTable.LootKey='{{{lootkey}}}'
   |where=LootTable.LootKey='{{{lootkey}}}'
   |order by=LootTable.RaritySort ASC,Items.Price ASC,LootTable.Item ASC
   |order by=LootTable.RaritySort ASC,Items.Price ASC,LootTable.Item ASC

Latest revision as of 12:26, 26 June 2025