mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-18 16:32:16 -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");
|
setWindowTitle("Deck Tags Manager");
|
||||||
resize(400, 500);
|
resize(400, 500);
|
||||||
|
|
||||||
QStringList defaultTags = {"🏃️Aggro", "🧙 Control️", "⚔️ Midrange", "🌀 Combo",
|
QStringList defaultTags = {"🏃️ Aggro",
|
||||||
"🪓 Mill", "🐉 Tribal", "🔒 Stax"};
|
"🧙️ 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
|
// Merge knownTags with defaultTags, ensuring no duplicates
|
||||||
QStringList combinedTags = knownTags + defaultTags + activeTags;
|
QStringList combinedTags = knownTags + defaultTags + activeTags;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue