Feat: Add creating decks
This commit is contained in:
parent
7145906862
commit
aaa0bee853
26 changed files with 1279 additions and 180 deletions
|
@ -19,7 +19,7 @@ const Bsets = [
|
|||
{"name": "War of the Spark", sets: ["war"]},
|
||||
{"name": "Dominaria", sets: ["dom"]},
|
||||
{"name": "March of the machine", sets: ["mom","mat"]},
|
||||
{"name": "Innistrad Midnight Hunt", sets: ["wow","mid"]},
|
||||
{"name": "Innistrad Midnight Hunt", sets: ["vow","mid"]},
|
||||
{"name": "Guilds of Ravnica", sets: ["rna","grn"]},
|
||||
{"name": "Ixalan", sets: ["rix","xln"]},
|
||||
{"name": "Amonkhet", sets: ["hou","akh"]},
|
||||
|
@ -36,13 +36,13 @@ const Bsets = [
|
|||
{"name": "Ravnica", sets: ["rav","gpt","dis"]},
|
||||
{"name": "Kamigawa 3x", sets: ["chk","bok","sok"]},
|
||||
{"name": "Mirrodin", sets: ["5dn","dst","mrd"]},
|
||||
{"name": "Onslaught", sets: ["ons","lng","scg"]},
|
||||
{"name": "Onslaught", sets: ["ons","lgn","scg"]},
|
||||
{"name": "Odyssey", sets: ["ody","tor","jud"]},
|
||||
{"name": "Invasion", sets: ["inv","pls","apc"]},
|
||||
{"name": "Masques", sets: ["mmq","nem","pcy"]},
|
||||
{"name": "Urza", sets: ["usg","ulg","uds"]},
|
||||
{"name": "Tempest", sets: ["tmp","sth","exo"]},
|
||||
{"name": "Mirage", sets: ["wth","mir","wis"]},
|
||||
{"name": "Mirage", sets: ["wth","mir","vis"]},
|
||||
{"name": "Ice Age", sets: ["csp","ice","all"]},
|
||||
{"name": "Time Spiral", sets: ["fut","tsp","plc","tsb"]},
|
||||
{"name": "Lorwyn-Shadowmoor", sets: ["lrw","shm","mor","eve"]},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue