Feat: Add commander and Bset stats
This commit is contained in:
parent
b2010dae41
commit
64a4c5fb87
24 changed files with 626 additions and 977 deletions
|
@ -4,8 +4,12 @@ const db = new PrismaClient()
|
|||
|
||||
const Bsets = [
|
||||
{"name": "Wild of Eldraine", sets: ["woe"]},
|
||||
{"name": "Bloomburrow", sets: ["blb"]},
|
||||
{"name": "Duskmourn", sets: ["dsk"]},
|
||||
{"name": "Phyrexia", sets: ["one"]},
|
||||
{"name": "The Brothers' War", sets: ["bro"]},
|
||||
{"name": "Murders at Karlov Manor", sets: ["mkm"]},
|
||||
{"name": "The lost caverns of Ixalan", sets: ["lci"]},
|
||||
{"name": "Dominaria United", sets: ["dmu"]},
|
||||
{"name": "New Capenna", sets: ["snc"]},
|
||||
{"name": "Kamigawa", sets: ["neo"]},
|
||||
|
@ -19,6 +23,7 @@ const Bsets = [
|
|||
{"name": "War of the Spark", sets: ["war"]},
|
||||
{"name": "Dominaria", sets: ["dom"]},
|
||||
{"name": "March of the machine", sets: ["mom","mat"]},
|
||||
{"name": "Outlaws", sets: ["otj","big"]},
|
||||
{"name": "Innistrad Midnight Hunt", sets: ["vow","mid"]},
|
||||
{"name": "Guilds of Ravnica", sets: ["rna","grn"]},
|
||||
{"name": "Ixalan", sets: ["rix","xln"]},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue