mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 08:22:15 -07:00
Add some more default tags.
This commit is contained in:
parent
b750cc28c5
commit
572c865390
1 changed files with 49 additions and 2 deletions
|
|
@ -16,8 +16,55 @@ DeckPreviewTagDialog::DeckPreviewTagDialog(const QStringList &knownTags, const Q
|
|||
setWindowTitle("Deck Tags Manager");
|
||||
resize(400, 500);
|
||||
|
||||
QStringList defaultTags = {"🏃️Aggro", "🧙 Control️", "⚔️ Midrange", "🌀 Combo",
|
||||
"🪓 Mill", "🐉 Tribal", "🔒 Stax"};
|
||||
QStringList defaultTags = {"🏃️ Aggro",
|
||||
"🧙️ Control",
|
||||
"⚔️ Midrange",
|
||||
"🌀 Combo",
|
||||
"🪓 Mill",
|
||||
"🐉 Tribal",
|
||||
"🔒 Stax",
|
||||
"🗺️ Landfall",
|
||||
"🛡️ Pillowfort",
|
||||
"🌱 Ramp",
|
||||
"⚡ Storm",
|
||||
"💀 Aristocrats",
|
||||
"☠️ Reanimator",
|
||||
"👹 Sacrifice",
|
||||
"🔥 Burn",
|
||||
"🌟 Lifegain",
|
||||
"🔮 Spellslinger",
|
||||
"👥 Tokens",
|
||||
"🐺 Werewolves",
|
||||
"🦴 Skeletons",
|
||||
"🦅 Flying",
|
||||
"💎 Artifacts",
|
||||
"🌔 Enchantress",
|
||||
"🌊 Flash",
|
||||
"👾 Eldrazi",
|
||||
"🎭 Blink",
|
||||
"⏳ Time Manipulation",
|
||||
"🌍 Domain",
|
||||
"💫 Proliferate",
|
||||
"🧛 Vampires",
|
||||
"🦇 Bats",
|
||||
"🐺 Wolves",
|
||||
"🐠 Merfolk",
|
||||
"🐉 Dragons",
|
||||
"🍄 Fungus",
|
||||
"🦗 Insects",
|
||||
"🦅 Birds",
|
||||
"🐚 Sea Creatures",
|
||||
"🎩 Wizards",
|
||||
"🎻 Bards",
|
||||
"👑 Monarch",
|
||||
"📜 Saga",
|
||||
"🚀 Vehicles",
|
||||
"💉 Infect",
|
||||
"🩸 Madness",
|
||||
"🌀 Morph",
|
||||
"🎲 Chaos",
|
||||
"🪄 Auras",
|
||||
"🔫 Pingers"};
|
||||
|
||||
// Merge knownTags with defaultTags, ensuring no duplicates
|
||||
QStringList combinedTags = knownTags + defaultTags + activeTags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue