From ce9ca390f8ddb1601cda82256b7baea560b1d2c5 Mon Sep 17 00:00:00 2001 From: Hans Mackowiak Date: Tue, 19 Dec 2023 18:39:18 +0100 Subject: [PATCH] CardDb: add normalized Names (#4376) --- .../main/java/forge/ai/AiCostDecision.java | 2 +- .../src/main/java/forge/card/CardDb.java | 39 ++-- .../src/main/java/forge/card/CardRules.java | 45 ++--- .../java/forge/card/CardRulesPredicates.java | 50 +++++- .../main/java/forge/deck/DeckRecognizer.java | 2 +- .../java/forge/game/card/CardFactory.java | 30 +--- .../standard/bluewizard_easy_control.dck | 2 +- .../common/decks/standard/orc_brute.dck | 2 +- .../common/decks/standard/orc_hunter.dck | 2 +- .../common/decks/standard/orc_warrior.dck | 2 +- .../common/decks/standard/tibalt_demon.dck | 2 +- forge-gui/res/blockdata/printsheets.txt | 14 +- .../a/anduril_flame_of_the_west.txt | 2 +- .../cardsfolder/a/anduril_narsil_reforged.txt | 2 +- .../res/cardsfolder/a/arwen_undomiel.txt | 2 +- forge-gui/res/cardsfolder/b/barad_dur.txt | 4 +- .../cardsfolder/b/bartolome_del_presidio.txt | 2 +- forge-gui/res/cardsfolder/b/bosium_strip.txt | 2 +- .../cardsfolder/c/cirdan_the_shipwright.txt | 2 +- forge-gui/res/cardsfolder/d/dandan.txt | 2 +- forge-gui/res/cardsfolder/d/deja_vu.txt | 2 +- .../res/cardsfolder/d/dunedain_blade.txt | 2 +- .../res/cardsfolder/d/dunedain_rangers.txt | 14 +- .../res/cardsfolder/e/eomer_king_of_rohan.txt | 4 +- .../cardsfolder/e/eomer_marshal_of_rohan.txt | 2 +- .../cardsfolder/e/eomer_of_the_riddermark.txt | 4 +- .../cardsfolder/e/eowyn_fearless_knight.txt | 4 +- .../res/cardsfolder/e/eowyn_lady_of_rohan.txt | 2 +- .../res/cardsfolder/e/eowyn_shieldmaiden.txt | 2 +- .../cardsfolder/g/galadriel_of_lothlorien.txt | 18 +- forge-gui/res/cardsfolder/g/ghazban_ogre.txt | 2 +- .../g/gilraen_dunedain_protector.txt | 2 +- .../cardsfolder/g/gloin_dwarf_emissary.txt | 2 +- .../cardsfolder/g/grima_sarumans_footman.txt | 4 +- .../g/grishnakh_brash_instigator.txt | 4 +- .../h/haldir_lorien_lieutenant.txt | 4 +- forge-gui/res/cardsfolder/j/jotun_grunt.txt | 2 +- .../res/cardsfolder/j/jotun_owl_keeper.txt | 2 +- forge-gui/res/cardsfolder/j/junun_efreet.txt | 2 +- forge-gui/res/cardsfolder/j/juzam_djinn.txt | 2 +- forge-gui/res/cardsfolder/k/khabal_ghoul.txt | 2 +- .../res/cardsfolder/k/kharn_the_betrayer.txt | 4 +- .../res/cardsfolder/l/legions_of_lim_dul.txt | 2 +- .../cardsfolder/l/lim_dul_the_necromancer.txt | 2 +- .../res/cardsfolder/l/lim_duls_cohort.txt | 2 +- forge-gui/res/cardsfolder/l/lim_duls_hex.txt | 2 +- .../res/cardsfolder/l/lim_duls_high_guard.txt | 2 +- .../res/cardsfolder/l/lim_duls_paladin.txt | 2 +- .../res/cardsfolder/l/lim_duls_vault.txt | 2 +- .../res/cardsfolder/l/lord_of_the_nazgul.txt | 2 +- .../res/cardsfolder/l/lorien_revealed.txt | 2 +- .../res/cardsfolder/l/lothlorien_blade.txt | 2 +- .../res/cardsfolder/l/lothlorien_lookout.txt | 4 +- .../res/cardsfolder/m/marton_stromgald.txt | 6 +- .../cardsfolder/m/mauhur_uruk_hai_captain.txt | 2 +- .../res/cardsfolder/m/mists_of_lorien.txt | 2 +- forge-gui/res/cardsfolder/n/nazgul.txt | 26 +-- .../res/cardsfolder/n/nazgul_battle_mace.txt | 2 +- .../res/cardsfolder/o/oath_of_lim_dul.txt | 2 +- .../cardsfolder/o/olorins_searing_light.txt | 4 +- .../res/cardsfolder/p/palantir_of_orthanc.txt | 2 +- .../cardsfolder/r/rasaad_monk_of_selune.txt | 4 +- forge-gui/res/cardsfolder/r/ring_of_maruf.txt | 4 +- forge-gui/res/cardsfolder/s/seance.txt | 2 +- .../cardsfolder/s/smeagol_helpful_guide.txt | 20 +-- .../res/cardsfolder/s/song_of_earendil.txt | 2 +- .../res/cardsfolder/s/soothing_of_smeagol.txt | 12 +- .../res/cardsfolder/t/tale_of_tinuviel.txt | 4 +- .../t/the_balrog_flame_of_udun.txt | 2 +- .../cardsfolder/t/theoden_king_of_rohan.txt | 4 +- .../res/cardsfolder/t/troll_of_khazad_dum.txt | 2 +- .../cardsfolder/t/tura_kennerud_skyknight.txt | 2 +- .../cardsfolder/u/ugluk_of_the_white_hand.txt | 4 +- forge-gui/res/cube/ArabianExtended.dck | 16 +- forge-gui/res/cube/MTGO Cube March 2014.dck | 2 +- .../cube/MTGO Vintage Cube October 2023.dck | 8 +- ...ool 93-94 Magic Full Set 878 Card Cube.dck | 12 +- ...hool 93-94 Magic Powered 360 Card Cube.dck | 8 +- ...ol 93-94 Magic Unpowered 400 Card Cube.dck | 10 +- .../Alchemy Horizons Baldur's Gate.txt | 2 +- forge-gui/res/editions/Alliances.txt | 8 +- forge-gui/res/editions/Arabian Nights.txt | 16 +- forge-gui/res/editions/Chronicles.txt | 4 +- .../res/editions/Coldsnap Theme Decks.txt | 2 +- forge-gui/res/editions/Coldsnap.txt | 4 +- forge-gui/res/editions/Commander 2013.txt | 2 +- forge-gui/res/editions/Commander.txt | 2 +- forge-gui/res/editions/Dark Ascension.txt | 2 +- .../Deckmasters Garfield vs. Finkel.txt | 4 +- forge-gui/res/editions/Dominaria United.txt | 6 +- forge-gui/res/editions/Fifth Edition.txt | 4 +- forge-gui/res/editions/Fourth Edition.txt | 4 +- forge-gui/res/editions/Ice Age.txt | 10 +- .../res/editions/Magic Online Deck Series.txt | 2 +- forge-gui/res/editions/Masters Edition II.txt | 2 +- forge-gui/res/editions/Masters Edition IV.txt | 4 +- forge-gui/res/editions/Masters Edition.txt | 14 +- .../res/editions/Modern Masters 2017.txt | 2 +- forge-gui/res/editions/Online Promos.txt | 4 +- forge-gui/res/editions/Portal Second Age.txt | 2 +- forge-gui/res/editions/Portal.txt | 2 +- forge-gui/res/editions/Revised Edition.txt | 2 +- ...et Lair 30th Anniversary Countdown Kit.txt | 2 +- .../res/editions/Secret Lair Drop Series.txt | 2 +- .../res/editions/Shadows of the Past.txt | 2 +- forge-gui/res/editions/The List.txt | 2 +- ... Rings Tales of Middle-earth Commander.txt | 70 ++++---- ...ord of the Rings Tales of Middle-earth.txt | 168 +++++++++--------- .../The Lost Caverns of Ixalan Commander.txt | 8 +- .../editions/The Lost Caverns of Ixalan.txt | 6 +- .../res/editions/Time Spiral Timeshifted.txt | 2 +- forge-gui/res/editions/Time Spiral.txt | 2 +- forge-gui/res/editions/Unglued.txt | 2 +- .../editions/Warhammer 40,000 Commander.txt | 2 +- forge-gui/res/editions/Weatherlight.txt | 2 +- .../formats/Archived/Historic/2023-11-14.txt | 2 +- .../formats/Archived/Historic/2023-12-05.txt | 2 +- .../formats/Archived/Historic/2023-12-12.txt | 2 +- .../formats/Archived/Legacy/2023-06-23.txt | 2 +- .../formats/Archived/Legacy/2023-08-04.txt | 2 +- .../formats/Archived/Legacy/2023-08-07.txt | 2 +- .../formats/Archived/Legacy/2023-08-10.txt | 2 +- .../formats/Archived/Legacy/2023-09-08.txt | 2 +- .../formats/Archived/Legacy/2023-10-13.txt | 2 +- .../formats/Archived/Timeless/2023-12-12.txt | 2 +- .../formats/Archived/Vintage/2023-06-23.txt | 2 +- .../formats/Archived/Vintage/2023-08-04.txt | 2 +- .../formats/Archived/Vintage/2023-08-10.txt | 2 +- .../formats/Archived/Vintage/2023-09-08.txt | 2 +- .../formats/Archived/Vintage/2023-10-13.txt | 2 +- forge-gui/res/formats/Sanctioned/Historic.txt | 2 +- ...oldred, the Apocalypse based deck_85_0.dck | 2 +- ...GAM_34_The Reality Chip based deck_3_1.dck | 2 +- forge-gui/res/languages/cardnames-de-DE.txt | 4 +- forge-gui/res/languages/cardnames-fr-FR.txt | 6 +- forge-gui/res/languages/cardnames-ja-JP.txt | 42 ++--- forge-gui/res/lists/quest-opponent-icons.txt | 2 +- forge-gui/res/puzzle/PC_021616.pzl | 2 +- forge-gui/res/puzzle/PS_LTR1.pzl | 4 +- forge-gui/res/puzzle/PS_LTR2.pzl | 2 +- .../Dungeon Crawling (Colorless).dck | 4 +- .../Blood Rites [LCC] [2023].dck | 4 +- .../Elven Council [LTC] [2023].dck | 10 +- .../Political Puppets [COM] [2011].dck | 2 +- .../Riders of Rohan [LTC] [2023].dck | 8 +- .../The Host of Mordor [LTC] [2023].dck | 8 +- .../The Ruinous Powers [40K] [2022].dck | 2 +- forge-gui/res/quest/duels/Eomer 2.dck | 6 +- forge-gui/res/quest/duels/Kojak 1.dck | 2 +- forge-gui/res/quest/duels/Kojak 2.dck | 2 +- .../Rowan and Will's Knightly Vanguard 2.dck | 2 +- .../Rowan and Will's Knightly Vanguard 3.dck | 2 +- .../Rowan and Will's Knightly Vanguard 4.dck | 2 +- forge-gui/res/quest/duels/Wishmaster 1.dck | 2 +- forge-gui/res/quest/duels/Wishmaster 2.dck | 2 +- forge-gui/res/quest/precons/Fate Blaster.dck | 2 +- .../res/quest/precons/Kjeldoran Cunning.dck | 4 +- .../res/quest/precons/Political Puppets.dck | 2 +- forge-gui/res/quest/themes/Islandwalk U.thm | 2 +- .../challenges/ARN Challenge The Ogres.dck | 2 +- .../duels/ARN 1 Color 2U Sindbad.dck | 2 +- .../duels/ARN 1 Color 3B Nailah.dck | 8 +- .../duels/ARN 1 Color 5G The Wilds.dck | 2 +- .../duels/ARN 2 Gimmick 4-Color Aggro.dck | 2 +- .../duels/ARN 2 Gimmick Djinns Efreets.dck | 6 +- .../duels/ARN 2 Gimmick Eggs Honey.dck | 2 +- .../duels/ARN 2 Gimmick No Life.dck | 2 +- .../ARN 2 Gimmick Operation Jumbo Drop.dck | 2 +- .../duels/ARN 3 Strategy Air Assault.dck | 2 +- .../ARN 3 Strategy Black Blue Midrange.dck | 2 +- .../duels/ARN 3 Strategy The Rock.dck | 6 +- ...E 1 Lore Lim-Dl The Order of Stromgald.dck | 2 +- .../POR 1 Theme 204 The Elementalist.dck | 2 +- .../POR 2 Gimmick Familiar Reanimator.dck | 2 +- .../duels/ELD 1 Reprints.dck | 4 +- .../2021-01 Kaldheim/duels/KHM 1 Deja Vu.dck | 4 +- .../res/quest/world/Starter/duels/DejaVu.dck | 6 +- .../world/jamuraa/challenges/Jahannam.dck | 2 +- .../quest/world/jamuraa/duels/Akongo 1.dck | 2 +- .../quest/world/jamuraa/duels/Asanbosam 2.dck | 2 +- .../res/quest/world/jamuraa/duels/Bumba 4.dck | 2 +- .../world/jamuraa/duels/Juzam Genie 2.dck | 2 +- .../quest/world/jamuraa/duels/Ododua 3.dck | 2 +- .../res/quest/world/jamuraa/duels/Tenga 3.dck | 2 +- .../challenges/Black Castle (Black).dck | 2 +- .../challenges/Green Castle (Green).dck | 4 +- .../world/shandalar/duels/Aga Galneer 2.dck | 2 +- .../world/shandalar/duels/Aga Galneer 3.dck | 4 +- .../world/shandalar/duels/Alt-A-Kesh 2.dck | 2 +- .../world/shandalar/duels/Alt-A-Kesh 3.dck | 2 +- .../world/shandalar/duels/Lord of Fate 3.dck | 2 +- .../world/shandalar/duels/Mind Stealer 3.dck | 2 +- .../world/shandalar/duels/Nether Fiend 1.dck | 2 +- .../world/shandalar/duels/Nether Fiend 2.dck | 2 +- .../world/shandalar/duels/Sea Dragon 1.dck | 2 +- .../world/shandalar/duels/Sea Dragon 2.dck | 2 +- .../world/shandalar/duels/Undead Knight 2.dck | 2 +- .../quest/world/shandalar/duels/Warlock 2.dck | 2 +- .../src/main/java/forge/player/HumanPlay.java | 2 +- .../mtgdecksnet_convert.py | 8 +- forge-gui/tools/ai_limitedplayable.lst | 2 +- forge-gui/tools/mtg-data.txt | 78 ++++---- 202 files changed, 629 insertions(+), 589 deletions(-) diff --git a/forge-ai/src/main/java/forge/ai/AiCostDecision.java b/forge-ai/src/main/java/forge/ai/AiCostDecision.java index 417c04bcbc2..e0e7f2ac550 100644 --- a/forge-ai/src/main/java/forge/ai/AiCostDecision.java +++ b/forge-ai/src/main/java/forge/ai/AiCostDecision.java @@ -334,7 +334,7 @@ public class AiCostDecision extends CostDecisionMakerBase { list = CardLists.getValidCards(list, cost.getType().split(";"), player, source, ability); if (cost.isSameZone()) { - // Jotun Grunt + // Jötun Grunt // TODO: improve AI final FCollectionView players = game.getPlayers(); for (Player p : players) { diff --git a/forge-core/src/main/java/forge/card/CardDb.java b/forge-core/src/main/java/forge/card/CardDb.java index 96ba93d04c4..b2f89940418 100644 --- a/forge-core/src/main/java/forge/card/CardDb.java +++ b/forge-core/src/main/java/forge/card/CardDb.java @@ -47,6 +47,7 @@ public final class CardDb implements ICardDatabase, IDeckGenPool { private final Map uniqueCardsByName = Maps.newTreeMap(String.CASE_INSENSITIVE_ORDER); private final Map rulesByName; private final Map facesByName = Maps.newTreeMap(String.CASE_INSENSITIVE_ORDER); + private final Map normalizedNames = Maps.newTreeMap(String.CASE_INSENSITIVE_ORDER); private static Map artPrefs = Maps.newHashMap(); private final Map alternateName = Maps.newTreeMap(String.CASE_INSENSITIVE_ORDER); @@ -233,22 +234,34 @@ public final class CardDb implements ICardDatabase, IDeckGenPool { for (final CardRules rule : rules.values()) { if (filteredCards.contains(rule.getName()) && !exlcudedCardName.equalsIgnoreCase(rule.getName())) continue; - final ICardFace main = rule.getMainPart(); - facesByName.put(main.getName(), main); - if (main.getAltName() != null) { - alternateName.put(main.getAltName(), main.getName()); - } - final ICardFace other = rule.getOtherPart(); - if (other != null) { - facesByName.put(other.getName(), other); - if (other.getAltName() != null) { - alternateName.put(other.getAltName(), other.getName()); - } + for (ICardFace face : rule.getAllFaces()) { + addFaceToDbNames(face); } } setCardArtPreference(cardArtPreference); } + private void addFaceToDbNames(ICardFace face) { + if (face == null) { + return; + } + final String name = face.getName(); + facesByName.put(name, face); + final String normalName = StringUtils.stripAccents(name); + if (!normalName.equals(name)) { + normalizedNames.put(normalName, name); + } + + final String altName = face.getAltName(); + if (altName != null) { + alternateName.put(altName, face.getName()); + final String normalAltName = StringUtils.stripAccents(altName); + if (!normalAltName.equals(altName)) { + normalizedNames.put(normalAltName, altName); + } + } + } + private void addSetCard(CardEdition e, CardInSet cis, CardRules cr) { int artIdx = IPaperCard.DEFAULT_ART_INDEX; String key = e.getCode() + "/" + cis.name; @@ -967,7 +980,9 @@ public final class CardDb implements ICardDatabase, IDeckGenPool { public String getName(final String cardName) { return getName(cardName, false); } - public String getName(final String cardName, boolean engine) { + public String getName(String cardName, boolean engine) { + // normalize Names first + cardName = normalizedNames.getOrDefault(cardName, cardName); if (alternateName.containsKey(cardName) && engine) { // TODO might want to implement GUI option so it always fetches the Within version return alternateName.get(cardName); diff --git a/forge-core/src/main/java/forge/card/CardRules.java b/forge-core/src/main/java/forge/card/CardRules.java index 0913f594ccf..72a88f95450 100644 --- a/forge-core/src/main/java/forge/card/CardRules.java +++ b/forge-core/src/main/java/forge/card/CardRules.java @@ -22,6 +22,7 @@ import java.util.*; import org.apache.commons.lang3.StringUtils; import com.google.common.collect.Iterables; +import com.google.common.collect.Maps; import forge.card.mana.IParserManaCost; import forge.card.mana.ManaCost; @@ -43,11 +44,8 @@ public final class CardRules implements ICardCharacteristics { private CardSplitType splitType; private ICardFace mainPart; private ICardFace otherPart; - private ICardFace wSpecialize; - private ICardFace uSpecialize; - private ICardFace bSpecialize; - private ICardFace rSpecialize; - private ICardFace gSpecialize; + + private Map specializedParts = Maps.newHashMap(); private CardAiHints aiHints; private ColorSet colorIdentity; private ColorSet deckbuildingColors; @@ -59,11 +57,14 @@ public final class CardRules implements ICardCharacteristics { splitType = altMode; mainPart = faces[0]; otherPart = faces[1]; - wSpecialize = faces[2]; - uSpecialize = faces[3]; - bSpecialize = faces[4]; - rSpecialize = faces[5]; - gSpecialize = faces[6]; + + if (CardSplitType.Specialize.equals(splitType)) { + specializedParts.put(CardStateName.SpecializeW, faces[2]); + specializedParts.put(CardStateName.SpecializeU, faces[3]); + specializedParts.put(CardStateName.SpecializeB, faces[4]); + specializedParts.put(CardStateName.SpecializeR, faces[5]); + specializedParts.put(CardStateName.SpecializeG, faces[6]); + } aiHints = cah; meldWith = ""; @@ -85,11 +86,7 @@ public final class CardRules implements ICardCharacteristics { splitType = newRules.splitType; mainPart = newRules.mainPart; otherPart = newRules.otherPart; - wSpecialize = newRules.wSpecialize; - uSpecialize = newRules.uSpecialize; - bSpecialize = newRules.bSpecialize; - rSpecialize = newRules.rSpecialize; - gSpecialize = newRules.gSpecialize; + specializedParts = Maps.newHashMap(newRules.specializedParts); aiHints = newRules.aiHints; colorIdentity = newRules.colorIdentity; meldWith = newRules.meldWith; @@ -148,20 +145,28 @@ public final class CardRules implements ICardCharacteristics { return otherPart; } + public Map getSpecializeParts() { + return specializedParts; + } + + public Iterable getAllFaces() { + return Iterables.concat(Arrays.asList(mainPart, otherPart), specializedParts.values()); + } + public ICardFace getWSpecialize() { - return wSpecialize; + return specializedParts.get(CardStateName.SpecializeW); } public ICardFace getUSpecialize() { - return uSpecialize; + return specializedParts.get(CardStateName.SpecializeU); } public ICardFace getBSpecialize() { - return bSpecialize; + return specializedParts.get(CardStateName.SpecializeB); } public ICardFace getRSpecialize() { - return rSpecialize; + return specializedParts.get(CardStateName.SpecializeR); } public ICardFace getGSpecialize() { - return gSpecialize; + return specializedParts.get(CardStateName.SpecializeG); } public String getName() { diff --git a/forge-core/src/main/java/forge/card/CardRulesPredicates.java b/forge-core/src/main/java/forge/card/CardRulesPredicates.java index d41735da5fa..572d9dd6664 100644 --- a/forge-core/src/main/java/forge/card/CardRulesPredicates.java +++ b/forge-core/src/main/java/forge/card/CardRulesPredicates.java @@ -4,6 +4,8 @@ import java.util.ArrayList; import java.util.List; import java.util.Set; +import org.apache.commons.lang3.StringUtils; + import com.google.common.base.Predicate; import com.google.common.base.Predicates; @@ -361,23 +363,59 @@ public final class CardRulesPredicates { private final String operand; private final LeafString.CardField field; + protected boolean checkName(String name) { + return op(name, this.operand) + || op(CardTranslation.getTranslatedName(name), this.operand) + || op(StringUtils.stripAccents(name), this.operand); + } + protected boolean checkOracle(ICardFace face) { + if (face == null) { + return false; + } + if (op(face.getOracleText(), operand) || op(CardTranslation.getTranslatedOracle(face.getName()), operand)) { + return true; + } + return false; + } + protected boolean checkType(ICardFace face) { + if (face == null) { + return false; + } + return (op(CardTranslation.getTranslatedType(face.getName(), face.getType().toString()), operand) || op(face.getType().toString(), operand)); + } + @Override public boolean apply(final CardRules card) { boolean shouldContain; switch (this.field) { case NAME: - boolean otherName = false; - if (card.getOtherPart() != null) { - otherName = (op(CardTranslation.getTranslatedName(card.getOtherPart().getName()), this.operand) || op(card.getOtherPart().getName(), this.operand)); + for (ICardFace face : card.getAllFaces()) { + if (face != null && checkName(face.getName())) { + return true; + } } - return otherName || (op(CardTranslation.getTranslatedName(card.getName()), this.operand) || op(card.getName(), this.operand)); + return false; case SUBTYPE: shouldContain = (this.getOperator() == StringOp.CONTAINS) || (this.getOperator() == StringOp.EQUALS); return shouldContain == card.getType().hasSubtype(this.operand); case ORACLE_TEXT: - return (op(CardTranslation.getTranslatedOracle(card.getName()), operand) || op(card.getOracleText(), this.operand)); + for (ICardFace face : card.getAllFaces()) { + if (checkOracle(face)) { + return true; + } + } + return false; case JOINED_TYPE: - return (op(CardTranslation.getTranslatedType(card.getName(), card.getType().toString()), operand) || op(card.getType().toString(), operand)); + if ((op(CardTranslation.getTranslatedType(card.getName(), card.getType().toString()), operand) || op(card.getType().toString(), operand))) { + return true; + } + for (ICardFace face : card.getAllFaces()) { + if (checkType(face)) { + return true; + } + } + + return false; case COST: final String cost = card.getManaCost().toString(); return op(cost, operand); diff --git a/forge-core/src/main/java/forge/deck/DeckRecognizer.java b/forge-core/src/main/java/forge/deck/DeckRecognizer.java index 3b80a4ec6ef..a0a76d028a8 100644 --- a/forge-core/src/main/java/forge/deck/DeckRecognizer.java +++ b/forge-core/src/main/java/forge/deck/DeckRecognizer.java @@ -414,7 +414,7 @@ public class DeckRecognizer { public static final String REGRP_CARD = "cardname"; public static final String REGRP_CARDNO = "count"; - public static final String REX_CARD_NAME = String.format("(\\[)?(?<%s>[a-zA-Z0-9&',\\.:!\\+\\\"\\/\\-\\s]+)(\\])?", REGRP_CARD); + public static final String REX_CARD_NAME = String.format("(\\[)?(?<%s>[a-zA-Z0-9âûáóéíúÉàäöüñ&',\\.:!\\+\\\"\\/\\-\\s]+)(\\])?", REGRP_CARD); public static final String REX_SET_CODE = String.format("(?<%s>[a-zA-Z0-9_]{2,7})", REGRP_SET); public static final String REX_COLL_NUMBER = String.format("(?<%s>\\*?[0-9A-Z]+\\S?[A-Z]*)", REGRP_COLLNR); public static final String REX_CARD_COUNT = String.format("(?<%s>[\\d]{1,2})(?x)?", REGRP_CARDNO); diff --git a/forge-game/src/main/java/forge/game/card/CardFactory.java b/forge-game/src/main/java/forge/game/card/CardFactory.java index 8b51edade79..7c3be8266c2 100644 --- a/forge-game/src/main/java/forge/game/card/CardFactory.java +++ b/forge-game/src/main/java/forge/game/card/CardFactory.java @@ -388,30 +388,12 @@ public class CardFactory { readCardFace(card, rules.getMainPart()); if (st == CardSplitType.Specialize) { - card.addAlternateState(CardStateName.SpecializeW, false); - card.setState(CardStateName.SpecializeW, false); - if (rules.getWSpecialize() != null) { - readCardFace(card, rules.getWSpecialize()); - } - card.addAlternateState(CardStateName.SpecializeU, false); - card.setState(CardStateName.SpecializeU, false); - if (rules.getUSpecialize() != null) { - readCardFace(card, rules.getUSpecialize()); - } - card.addAlternateState(CardStateName.SpecializeB, false); - card.setState(CardStateName.SpecializeB, false); - if (rules.getBSpecialize() != null) { - readCardFace(card, rules.getBSpecialize()); - } - card.addAlternateState(CardStateName.SpecializeR, false); - card.setState(CardStateName.SpecializeR, false); - if (rules.getRSpecialize() != null) { - readCardFace(card, rules.getRSpecialize()); - } - card.addAlternateState(CardStateName.SpecializeG, false); - card.setState(CardStateName.SpecializeG, false); - if (rules.getGSpecialize() != null) { - readCardFace(card, rules.getGSpecialize()); + for (Map.Entry e : rules.getSpecializeParts().entrySet()) { + card.addAlternateState(e.getKey(), false); + card.setState(e.getKey(), false); + if (e.getValue() != null) { + readCardFace(card, e.getValue()); + } } } else if (st != CardSplitType.None) { card.addAlternateState(st.getChangedStateName(), false); diff --git a/forge-gui/res/adventure/common/decks/standard/bluewizard_easy_control.dck b/forge-gui/res/adventure/common/decks/standard/bluewizard_easy_control.dck index 1e187c2bd3f..9bbba6d20e3 100644 --- a/forge-gui/res/adventure/common/decks/standard/bluewizard_easy_control.dck +++ b/forge-gui/res/adventure/common/decks/standard/bluewizard_easy_control.dck @@ -18,7 +18,7 @@ Deck Type=constructed 1 Inundate 2 Boomerang 2 Eye of Nowhere -1 Dandan +1 Dandân 4 Faerie Swarm 1 Manta Ray 2 Invisibility diff --git a/forge-gui/res/adventure/common/decks/standard/orc_brute.dck b/forge-gui/res/adventure/common/decks/standard/orc_brute.dck index be0405b237c..a8e6a20cfc2 100644 --- a/forge-gui/res/adventure/common/decks/standard/orc_brute.dck +++ b/forge-gui/res/adventure/common/decks/standard/orc_brute.dck @@ -25,7 +25,7 @@ Name=orc_brute 3 Swamp|LTR|3 3 Swamp|LTR|4 2 Thrasher Brute|BBD|1 -2 Ugluk of the White Hand|LTR|1 +2 Uglúk of the White Hand|LTR|1 1 Vengeful Warchief|M20|1 2 Zurgo Bellstriker|DTK|1 2 Zurgo Helmsmasher|KTK|1 diff --git a/forge-gui/res/adventure/common/decks/standard/orc_hunter.dck b/forge-gui/res/adventure/common/decks/standard/orc_hunter.dck index f39c133f8c1..98ac1e457e2 100644 --- a/forge-gui/res/adventure/common/decks/standard/orc_hunter.dck +++ b/forge-gui/res/adventure/common/decks/standard/orc_hunter.dck @@ -5,7 +5,7 @@ Name=orc_hunter [Main] 4 Alchemist's Gift|J21|1 1 Assault on Osgiliath|LTR|1 -1 Barad-Dur|LTR|1 +1 Barad-dûr|LTR|1 1 Bleeding Edge|WAR|1 4 Blood Crypt|RNA|1 1 Blood-Chin Fanatic|DTK|1 diff --git a/forge-gui/res/adventure/common/decks/standard/orc_warrior.dck b/forge-gui/res/adventure/common/decks/standard/orc_warrior.dck index a9cea1a0a0b..f6ae804da31 100644 --- a/forge-gui/res/adventure/common/decks/standard/orc_warrior.dck +++ b/forge-gui/res/adventure/common/decks/standard/orc_warrior.dck @@ -5,7 +5,7 @@ Name=orc_warrior [Main] 2 Armory Veteran|AFR|1 1 Assault on Osgiliath|LTR|1 -1 Barad-Dur|LTR|1 +1 Barad-dûr|LTR|1 1 Bleeding Edge|WAR|1 4 Blood Crypt|RNA|1 2 Blood-Chin Fanatic|DTK|1 diff --git a/forge-gui/res/adventure/common/decks/standard/tibalt_demon.dck b/forge-gui/res/adventure/common/decks/standard/tibalt_demon.dck index 4dbf590b93c..7b7a4355ce5 100644 --- a/forge-gui/res/adventure/common/decks/standard/tibalt_demon.dck +++ b/forge-gui/res/adventure/common/decks/standard/tibalt_demon.dck @@ -24,7 +24,7 @@ Name=tibalt_demon 2 Swamp|J22|2 4 Swamp|J22|3 4 Talisman of Indulgence|SCD|1 -1 The Balrog, Flame of Udun|LTR|1 +1 The Balrog, Flame of Udûn|LTR|1 [Sideboard] [Planes] diff --git a/forge-gui/res/blockdata/printsheets.txt b/forge-gui/res/blockdata/printsheets.txt index 239fd295fe5..89ab4e8df45 100644 --- a/forge-gui/res/blockdata/printsheets.txt +++ b/forge-gui/res/blockdata/printsheets.txt @@ -6281,7 +6281,7 @@ Kaya, Ghost Assassin|CN2|2 1 Ringwraiths|LTR 1 Gollum, Patient Plotter|LTR 1 Uruk-hai Berserker|LTR -1 Nazgul|LTR +1 Nazgûl|LTR 1 Gothmog, Morgul Lieutenant|LTR 1 Cirith Ungol Patrol|LTR 1 Nasty End|LTR @@ -6295,7 +6295,7 @@ Kaya, Ghost Assassin|CN2|2 1 Ringwraiths|LTR 1 Gollum, Patient Plotter|LTR 1 Dunland Crebain|LTR -1 Grima Wormtongue|LTR +1 Gríma Wormtongue|LTR 1 Gothmog, Morgul Lieutenant|LTR 1 Cirith Ungol Patrol|LTR 1 Bitter Downfall|LTR @@ -6309,7 +6309,7 @@ Kaya, Ghost Assassin|CN2|2 1 Battle-Scarred Goblin|LTR 1 Erebor Flamesmith|LTR 1 Gimli, Counter of Kills|LTR -1 Grishnakh, Brash Instigator|LTR +1 Grishnákh, Brash Instigator|LTR 1 Olog-hai Crusher|LTR 1 Gimli's Fury|LTR 1 Assault on Osgiliath|LTR @@ -6323,7 +6323,7 @@ Kaya, Ghost Assassin|CN2|2 1 Erebor Flamesmith|LTR 1 Goblin Fireleaper|LTR 1 Gimli, Counter of Kills|LTR -1 Grishnakh, Brash Instigator|LTR +1 Grishnákh, Brash Instigator|LTR 1 Olog-hai Crusher|LTR 1 Smite the Deathless|LTR 1 Rush the Room|LTR @@ -6335,7 +6335,7 @@ Kaya, Ghost Assassin|CN2|2 [LTR Journey 1] 1 Brandywine Farmer|LTR -1 Dunedain Rangers|LTR +1 Dúnedain Rangers|LTR 1 Elanor Gardner|LTR 1 Meriadoc Brandybuck|LTR 1 Mirkwood Spider|LTR @@ -6393,9 +6393,9 @@ Radagast the Brown|LTR [LTR Red Inserts] Display of Power|LTR -Eomer, Marshal of Rohan|LTR +Éomer, Marshal of Rohan|LTR Fall of Cair Andros|LTR -Gloin, Dwarf Emissary|LTR +Glóin, Dwarf Emissary|LTR Moria Marauder|LTR There and Back Again|LTR Hew the Entwood|LTR diff --git a/forge-gui/res/cardsfolder/a/anduril_flame_of_the_west.txt b/forge-gui/res/cardsfolder/a/anduril_flame_of_the_west.txt index 58b49f59783..cff4f064ff6 100644 --- a/forge-gui/res/cardsfolder/a/anduril_flame_of_the_west.txt +++ b/forge-gui/res/cardsfolder/a/anduril_flame_of_the_west.txt @@ -1,4 +1,4 @@ -Name:Anduril, Flame of the West +Name:Andúril, Flame of the West ManaCost:3 Types:Legendary Artifact Equipment S:Mode$ Continuous | Affected$ Creature.EquippedBy | AddPower$ 3 | AddToughness$ 1 | AddSVar$ AE | Description$ Equipped creature gets +3/+1. diff --git a/forge-gui/res/cardsfolder/a/anduril_narsil_reforged.txt b/forge-gui/res/cardsfolder/a/anduril_narsil_reforged.txt index 2dadc75eb60..2d2af178606 100644 --- a/forge-gui/res/cardsfolder/a/anduril_narsil_reforged.txt +++ b/forge-gui/res/cardsfolder/a/anduril_narsil_reforged.txt @@ -1,4 +1,4 @@ -Name:Anduril, Narsil Reforged +Name:Andúril, Narsil Reforged ManaCost:2 Types:Legendary Artifact Equipment K:Ascend diff --git a/forge-gui/res/cardsfolder/a/arwen_undomiel.txt b/forge-gui/res/cardsfolder/a/arwen_undomiel.txt index 8bdc6fc4d4c..85602df0d94 100644 --- a/forge-gui/res/cardsfolder/a/arwen_undomiel.txt +++ b/forge-gui/res/cardsfolder/a/arwen_undomiel.txt @@ -1,4 +1,4 @@ -Name:Arwen Undomiel +Name:Arwen Undómiel ManaCost:G U Types:Legendary Creature Elf Noble PT:2/2 diff --git a/forge-gui/res/cardsfolder/b/barad_dur.txt b/forge-gui/res/cardsfolder/b/barad_dur.txt index 25d8e7b1c04..d5947b8dc41 100644 --- a/forge-gui/res/cardsfolder/b/barad_dur.txt +++ b/forge-gui/res/cardsfolder/b/barad_dur.txt @@ -1,4 +1,4 @@ -Name:Barad-Dur +Name:Barad-dûr ManaCost:no cost Types:Legendary Land K:ETBReplacement:Other:LandTapped @@ -9,4 +9,4 @@ SVar:Morbid:Count$Morbid.1.0 SVar:X:Count$xPaid DeckHints:Type$Legendary & Type$Creature DeckHas:Ability$Token|Counters & Type$Orc -Oracle:Barad-Dur enters the battlefield tapped unless you control a legendary creature.\n{T}: Add {B}.\n{X}{X}{B}, {T}: Amass Orcs X. Activate only if a creature died this turn. +Oracle:Barad-dûr enters the battlefield tapped unless you control a legendary creature.\n{T}: Add {B}.\n{X}{X}{B}, {T}: Amass Orcs X. Activate only if a creature died this turn. diff --git a/forge-gui/res/cardsfolder/b/bartolome_del_presidio.txt b/forge-gui/res/cardsfolder/b/bartolome_del_presidio.txt index 8aba34651f9..1f88108ff47 100644 --- a/forge-gui/res/cardsfolder/b/bartolome_del_presidio.txt +++ b/forge-gui/res/cardsfolder/b/bartolome_del_presidio.txt @@ -1,4 +1,4 @@ -Name:Bartolome del Presidio +Name:Bartolomé del Presidio ManaCost:W B Types:Legendary Creature Vampire Knight PT:2/1 diff --git a/forge-gui/res/cardsfolder/b/bosium_strip.txt b/forge-gui/res/cardsfolder/b/bosium_strip.txt index ed745385983..f860cf9e7d0 100644 --- a/forge-gui/res/cardsfolder/b/bosium_strip.txt +++ b/forge-gui/res/cardsfolder/b/bosium_strip.txt @@ -1,4 +1,4 @@ -Name:Bosium Strip +Name:Bösium Strip ManaCost:3 Types:Artifact A:AB$ Effect | Cost$ 3 T | ReplacementEffects$ REBosiumStrip | StaticAbilities$ STBosiumStrip | SpellDescription$ Until end of turn, you may cast instant and sorcery spells from the top of your graveyard. If a spell cast this way would be put into a graveyard this turn, exile it instead. diff --git a/forge-gui/res/cardsfolder/c/cirdan_the_shipwright.txt b/forge-gui/res/cardsfolder/c/cirdan_the_shipwright.txt index ece106b7e4f..1ab521827a0 100644 --- a/forge-gui/res/cardsfolder/c/cirdan_the_shipwright.txt +++ b/forge-gui/res/cardsfolder/c/cirdan_the_shipwright.txt @@ -10,4 +10,4 @@ SVar:DBRepeatDraw:DB$ RepeatEach | RepeatPlayers$ Player | RepeatSubAbility$ DBD SVar:DBDraw:DB$ Draw | Defined$ Remembered | NumCards$ Votes SVar:DBRepeatPut:DB$ RepeatEach | RepeatPlayers$ Player | RepeatSubAbility$ DBChangeZone | AmountFromVotes$ True | SubAbility$ DBChangeZone SVar:DBChangeZone:DB$ ChangeZone | DefinedPlayer$ Remembered | ConditionCheckSVar$ Votes | ConditionSVarCompare$ EQ0 | ChangeType$ Permanent | Origin$ Hand | Destination$ Battlefield -Oracle:Vigilance\nSecret council — Whenever Cirdan the Shipwright enters the battlefield or attacks, each player secretly votes for a player, then those votes are revealed. Each player draws a card for each vote they received. Each player who received no votes may put a permanent card from their hand onto the battlefield. +Oracle:Vigilance\nSecret council — Whenever Círdan the Shipwright enters the battlefield or attacks, each player secretly votes for a player, then those votes are revealed. Each player draws a card for each vote they received. Each player who received no votes may put a permanent card from their hand onto the battlefield. diff --git a/forge-gui/res/cardsfolder/d/dandan.txt b/forge-gui/res/cardsfolder/d/dandan.txt index 0271ddd07d1..d43d16fddb9 100644 --- a/forge-gui/res/cardsfolder/d/dandan.txt +++ b/forge-gui/res/cardsfolder/d/dandan.txt @@ -1,4 +1,4 @@ -Name:Dandan +Name:Dandân ManaCost:U U Types:Creature Fish PT:4/1 diff --git a/forge-gui/res/cardsfolder/d/deja_vu.txt b/forge-gui/res/cardsfolder/d/deja_vu.txt index f117290d1d1..a2405be77ab 100644 --- a/forge-gui/res/cardsfolder/d/deja_vu.txt +++ b/forge-gui/res/cardsfolder/d/deja_vu.txt @@ -1,4 +1,4 @@ -Name:Deja Vu +Name:Déjà Vu ManaCost:2 U Types:Sorcery A:SP$ ChangeZone | Cost$ 2 U | Origin$ Graveyard | Destination$ Hand | TgtPrompt$ Choose target sorcery card in your graveyard | ValidTgts$ Sorcery.YouCtrl | SpellDescription$ Return target sorcery card from your graveyard to your hand. diff --git a/forge-gui/res/cardsfolder/d/dunedain_blade.txt b/forge-gui/res/cardsfolder/d/dunedain_blade.txt index 3f59471998e..3a95dc97eeb 100644 --- a/forge-gui/res/cardsfolder/d/dunedain_blade.txt +++ b/forge-gui/res/cardsfolder/d/dunedain_blade.txt @@ -1,4 +1,4 @@ -Name:Dunedain Blade +Name:Dúnedain Blade ManaCost:1 W Types:Artifact Equipment K:Equip:1:Human.YouCtrl:Human diff --git a/forge-gui/res/cardsfolder/d/dunedain_rangers.txt b/forge-gui/res/cardsfolder/d/dunedain_rangers.txt index f30f2dee53b..992fc4052cd 100644 --- a/forge-gui/res/cardsfolder/d/dunedain_rangers.txt +++ b/forge-gui/res/cardsfolder/d/dunedain_rangers.txt @@ -1,7 +1,7 @@ -Name:Dunedain Rangers -ManaCost:3 G -Types:Creature Human Ranger -PT:4/4 -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | IsPresent$ Card.YouCtrl+IsRingbearer | PresentCompare$ EQ0 | Execute$ TrigTempt | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, if you don't control a Ring-bearer, the Ring tempts you. -SVar:TrigTempt:DB$ RingTemptsYou -Oracle:Landfall — Whenever a land enters the battlefield under your control, if you don't control a Ring-bearer, the Ring tempts you. +Name:Dúnedain Rangers +ManaCost:3 G +Types:Creature Human Ranger +PT:4/4 +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Land.YouCtrl | TriggerZones$ Battlefield | IsPresent$ Card.YouCtrl+IsRingbearer | PresentCompare$ EQ0 | Execute$ TrigTempt | TriggerDescription$ Landfall — Whenever a land enters the battlefield under your control, if you don't control a Ring-bearer, the Ring tempts you. +SVar:TrigTempt:DB$ RingTemptsYou +Oracle:Landfall — Whenever a land enters the battlefield under your control, if you don't control a Ring-bearer, the Ring tempts you. diff --git a/forge-gui/res/cardsfolder/e/eomer_king_of_rohan.txt b/forge-gui/res/cardsfolder/e/eomer_king_of_rohan.txt index 685613b339b..e4ca3b2c2e5 100644 --- a/forge-gui/res/cardsfolder/e/eomer_king_of_rohan.txt +++ b/forge-gui/res/cardsfolder/e/eomer_king_of_rohan.txt @@ -1,4 +1,4 @@ -Name:Eomer, King of Rohan +Name:Éomer, King of Rohan ManaCost:3 R W Types:Legendary Creature Human Noble PT:2/2 @@ -11,4 +11,4 @@ SVar:DBPower:DB$ DealDamage | ValidTgts$ Any | NumDmg$ Y SVar:Y:Count$CardPower DeckNeeds:Type$Human DeckHas:Ability$Counters -Oracle:Double strike\nEomer, King of Rohan enters the battlefield with a +1/+1 counter on it for each other Human you control.\nWhen Eomer enters the battlefield, target player becomes the monarch. Éomer deals damage equal to its power to any target. \ No newline at end of file +Oracle:Double strike\nÉomer, King of Rohan enters the battlefield with a +1/+1 counter on it for each other Human you control.\nWhen Éomer enters the battlefield, target player becomes the monarch. Éomer deals damage equal to its power to any target. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/e/eomer_marshal_of_rohan.txt b/forge-gui/res/cardsfolder/e/eomer_marshal_of_rohan.txt index 019f6ec013a..a1ad40d23de 100644 --- a/forge-gui/res/cardsfolder/e/eomer_marshal_of_rohan.txt +++ b/forge-gui/res/cardsfolder/e/eomer_marshal_of_rohan.txt @@ -1,4 +1,4 @@ -Name:Eomer, Marshal of Rohan +Name:Éomer, Marshal of Rohan ManaCost:2 R R Types:Legendary Creature Human Knight PT:4/4 diff --git a/forge-gui/res/cardsfolder/e/eomer_of_the_riddermark.txt b/forge-gui/res/cardsfolder/e/eomer_of_the_riddermark.txt index c9464451be8..ab92b40e4ee 100644 --- a/forge-gui/res/cardsfolder/e/eomer_of_the_riddermark.txt +++ b/forge-gui/res/cardsfolder/e/eomer_of_the_riddermark.txt @@ -1,4 +1,4 @@ -Name:Eomer of the Riddermark +Name:Éomer of the Riddermark ManaCost:4 R Types:Legendary Creature Human Knight PT:5/4 @@ -7,4 +7,4 @@ T:Mode$ Attacks | ValidCard$ Card.Self | Execute$ TrigToken | IsPresent$ Creatur SVar:TrigToken:DB$ Token | TokenAmount$ 1 | TokenScript$ w_1_1_human_soldier | TokenOwner$ You DeckHas:Ability$Token & Type$Soldier SVar:HasAttackEffect:TRUE -Oracle:Haste\nWhenever Eomer of the Riddermark attacks, if you control a creature with the greatest power among creatures on the battlefield, create a 1/1 white Human Soldier creature token. \ No newline at end of file +Oracle:Haste\nWhenever Éomer of the Riddermark attacks, if you control a creature with the greatest power among creatures on the battlefield, create a 1/1 white Human Soldier creature token. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/e/eowyn_fearless_knight.txt b/forge-gui/res/cardsfolder/e/eowyn_fearless_knight.txt index 3453b5a2979..6cfe225129a 100644 --- a/forge-gui/res/cardsfolder/e/eowyn_fearless_knight.txt +++ b/forge-gui/res/cardsfolder/e/eowyn_fearless_knight.txt @@ -1,4 +1,4 @@ -Name:Eowyn, Fearless Knight +Name:Éowyn, Fearless Knight ManaCost:2 R W Types:Legendary Creature Human Knight PT:3/4 @@ -8,4 +8,4 @@ SVar:TrigExile:DB$ ChangeZone | Origin$ Battlefield | Destination$ Exile | Valid SVar:DBProtection:DB$ ProtectionAll | ValidCards$ Creature.YouCtrl+Legendary | Gains$ TargetedCardColor SVar:X:Count$CardPower DeckHints:Type$Legendary -Oracle:Haste\nWhen Eowyn, Fearless Knight enters the battlefield, exile target creature an opponent controls with greater power. Legendary creatures you control gain protection from each of that creature's colors until end of turn. \ No newline at end of file +Oracle:Haste\nWhen Éowyn, Fearless Knight enters the battlefield, exile target creature an opponent controls with greater power. Legendary creatures you control gain protection from each of that creature's colors until end of turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/e/eowyn_lady_of_rohan.txt b/forge-gui/res/cardsfolder/e/eowyn_lady_of_rohan.txt index 9d54eec7f52..d49788c5008 100644 --- a/forge-gui/res/cardsfolder/e/eowyn_lady_of_rohan.txt +++ b/forge-gui/res/cardsfolder/e/eowyn_lady_of_rohan.txt @@ -1,4 +1,4 @@ -Name:Eowyn, Lady of Rohan +Name:Éowyn, Lady of Rohan ManaCost:2 W Types:Legendary Creature Human Noble PT:2/4 diff --git a/forge-gui/res/cardsfolder/e/eowyn_shieldmaiden.txt b/forge-gui/res/cardsfolder/e/eowyn_shieldmaiden.txt index e83182c7ca5..9176d450803 100644 --- a/forge-gui/res/cardsfolder/e/eowyn_shieldmaiden.txt +++ b/forge-gui/res/cardsfolder/e/eowyn_shieldmaiden.txt @@ -1,4 +1,4 @@ -Name:Eowyn, Shieldmaiden +Name:Éowyn, Shieldmaiden ManaCost:2 U R W Types:Legendary Creature Human Knight PT:5/4 diff --git a/forge-gui/res/cardsfolder/g/galadriel_of_lothlorien.txt b/forge-gui/res/cardsfolder/g/galadriel_of_lothlorien.txt index 0d2ffdc9ec2..d0ee4956a41 100644 --- a/forge-gui/res/cardsfolder/g/galadriel_of_lothlorien.txt +++ b/forge-gui/res/cardsfolder/g/galadriel_of_lothlorien.txt @@ -1,9 +1,9 @@ -Name:Galadriel of Lothlorien -ManaCost:1 G U -Types:Legendary Creature Elf Noble -PT:3/3 -T:Mode$ RingTemptsYou | ValidCard$ Creature.YouCtrl+Other | TriggerZones$ Battlefield | Execute$ TrigScry | TriggerDescription$ Whenever the Ring tempts you, if you chose a creature other than CARDNAME as your Ring-bearer, scry 3. -SVar:TrigScry:DB$ Scry | ScryNum$ 3 -T:Mode$ Scry | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ DBReveal | TriggerDescription$ Whenever you scry, you may reveal the top card of your library. If a land card is revealed this way, put it onto the battlefield tapped. -SVar:DBReveal:DB$ Dig | DigNum$ 1 | Reveal$ True | Optional$ True | ChangeNum$ 1 | ChangeValid$ Land | DestinationZone$ Battlefield | Tapped$ True | DestinationZone2$ Library | LibraryPosition2$ 0 -Oracle:Whenever the Ring tempts you, if you chose a creature other than Galadriel of Lothlorien as your Ring-bearer, scry 3.\nWhenever you scry, you may reveal the top card of your library. If a land card is revealed this way, put it onto the battlefield tapped. +Name:Galadriel of Lothlórien +ManaCost:1 G U +Types:Legendary Creature Elf Noble +PT:3/3 +T:Mode$ RingTemptsYou | ValidCard$ Creature.YouCtrl+Other | TriggerZones$ Battlefield | Execute$ TrigScry | TriggerDescription$ Whenever the Ring tempts you, if you chose a creature other than CARDNAME as your Ring-bearer, scry 3. +SVar:TrigScry:DB$ Scry | ScryNum$ 3 +T:Mode$ Scry | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ DBReveal | TriggerDescription$ Whenever you scry, you may reveal the top card of your library. If a land card is revealed this way, put it onto the battlefield tapped. +SVar:DBReveal:DB$ Dig | DigNum$ 1 | Reveal$ True | Optional$ True | ChangeNum$ 1 | ChangeValid$ Land | DestinationZone$ Battlefield | Tapped$ True | DestinationZone2$ Library | LibraryPosition2$ 0 +Oracle:Whenever the Ring tempts you, if you chose a creature other than Galadriel of Lothlórien as your Ring-bearer, scry 3.\nWhenever you scry, you may reveal the top card of your library. If a land card is revealed this way, put it onto the battlefield tapped. diff --git a/forge-gui/res/cardsfolder/g/ghazban_ogre.txt b/forge-gui/res/cardsfolder/g/ghazban_ogre.txt index d20f373831d..f44b5f483d2 100644 --- a/forge-gui/res/cardsfolder/g/ghazban_ogre.txt +++ b/forge-gui/res/cardsfolder/g/ghazban_ogre.txt @@ -1,4 +1,4 @@ -Name:Ghazban Ogre +Name:Ghazbán Ogre ManaCost:G Types:Creature Ogre PT:2/2 diff --git a/forge-gui/res/cardsfolder/g/gilraen_dunedain_protector.txt b/forge-gui/res/cardsfolder/g/gilraen_dunedain_protector.txt index 3c385294c0e..85d5ad524b6 100644 --- a/forge-gui/res/cardsfolder/g/gilraen_dunedain_protector.txt +++ b/forge-gui/res/cardsfolder/g/gilraen_dunedain_protector.txt @@ -1,4 +1,4 @@ -Name:Gilraen, Dunedain Protector +Name:Gilraen, Dúnedain Protector ManaCost:2 W Types:Legendary Creature Human Noble PT:2/3 diff --git a/forge-gui/res/cardsfolder/g/gloin_dwarf_emissary.txt b/forge-gui/res/cardsfolder/g/gloin_dwarf_emissary.txt index 25d5d50ac83..40006f47fb3 100644 --- a/forge-gui/res/cardsfolder/g/gloin_dwarf_emissary.txt +++ b/forge-gui/res/cardsfolder/g/gloin_dwarf_emissary.txt @@ -1,4 +1,4 @@ -Name:Gloin, Dwarf Emissary +Name:Glóin, Dwarf Emissary ManaCost:2 R Types:Legendary Creature Dwarf Advisor PT:3/3 diff --git a/forge-gui/res/cardsfolder/g/grima_sarumans_footman.txt b/forge-gui/res/cardsfolder/g/grima_sarumans_footman.txt index 5ae76eb98fb..2f971c1319a 100644 --- a/forge-gui/res/cardsfolder/g/grima_sarumans_footman.txt +++ b/forge-gui/res/cardsfolder/g/grima_sarumans_footman.txt @@ -1,4 +1,4 @@ -Name:Grima, Saruman's Footman +Name:Gríma, Saruman's Footman ManaCost:2 U B Types:Legendary Creature Human Advisor PT:1/4 @@ -8,4 +8,4 @@ SVar:TrigDigUntil:DB$ DigUntil | Defined$ TriggeredTarget | Valid$ Instant,Sorce SVar:DBPlay:DB$ Play | ValidZone$ Exile | Valid$ Instant.IsRemembered,Sorcery.IsRemembered | ValidSA$ Spell | WithoutManaCost$ True | Optional$ True | SubAbility$ DBRestRandomOrder SVar:DBRestRandomOrder:DB$ ChangeZoneAll | ChangeType$ Card.IsImprinted,Card.IsRemembered | Origin$ Exile | Destination$ Library | LibraryPosition$ -1 | RandomOrder$ True | SubAbility$ DBCleanup SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True | ClearImprinted$ True -Oracle:Grima, Saruman's Footman can't be blocked.\nWhenever Grima deals combat damage to a player, that player exiles cards from the top of their library until they exile an instant or sorcery card. You may cast that card without paying its mana cost. Then that player puts the exiled cards that weren't cast this way on the bottom of their library in a random order. +Oracle:Gríma, Saruman's Footman can't be blocked.\nWhenever Grima deals combat damage to a player, that player exiles cards from the top of their library until they exile an instant or sorcery card. You may cast that card without paying its mana cost. Then that player puts the exiled cards that weren't cast this way on the bottom of their library in a random order. diff --git a/forge-gui/res/cardsfolder/g/grishnakh_brash_instigator.txt b/forge-gui/res/cardsfolder/g/grishnakh_brash_instigator.txt index 2cf4e818c7a..1132d2f0420 100644 --- a/forge-gui/res/cardsfolder/g/grishnakh_brash_instigator.txt +++ b/forge-gui/res/cardsfolder/g/grishnakh_brash_instigator.txt @@ -1,4 +1,4 @@ -Name:Grishnakh, Brash Instigator +Name:Grishnákh, Brash Instigator ManaCost:2 R Types:Legendary Creature Goblin Soldier PT:1/1 @@ -10,4 +10,4 @@ SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:TriggerRemembered$CardPower DeckHas:Ability$Token|Counters & Type$Orc|Army DeckHints:Type$Token -Oracle:When Grishnakh, Brash Instigator enters the battlefield, amass Orcs 2. When you do, until end of turn, gain control of target nonlegendary creature an opponent controls with power less than or equal to the amassed Army's power. Untap that creature. It gains haste until end of turn. +Oracle:When Grishnákh, Brash Instigator enters the battlefield, amass Orcs 2. When you do, until end of turn, gain control of target nonlegendary creature an opponent controls with power less than or equal to the amassed Army's power. Untap that creature. It gains haste until end of turn. diff --git a/forge-gui/res/cardsfolder/h/haldir_lorien_lieutenant.txt b/forge-gui/res/cardsfolder/h/haldir_lorien_lieutenant.txt index c0cec6ba29d..c085e9fa518 100644 --- a/forge-gui/res/cardsfolder/h/haldir_lorien_lieutenant.txt +++ b/forge-gui/res/cardsfolder/h/haldir_lorien_lieutenant.txt @@ -1,4 +1,4 @@ -Name:Haldir, Lorien Lieutenant +Name:Haldir, Lórien Lieutenant ManaCost:X G Types:Legendary Creature Elf Soldier PT:0/0 @@ -8,4 +8,4 @@ SVar:X:Count$xPaid A:AB$ PumpAll | Cost$ 5 G | ValidCards$ Creature.Elf+StrictlyOther+YouCtrl | NumAtt$ Y | NumDef$ Y | KW$ Vigilance | SpellDescription$ Until end of turn, other Elves you control gain vigilance and get +1/+1 for each +1/+1 counter on NICKNAME. SVar:Y:Count$CardCounters.P1P1 DeckHas:Ability$Counters -Oracle:Haldir, Lorien Lieutenant enters the battlefield with X +1/+1 counters on it.\nVigilance\n{5}{G}: Until end of turn, other Elves you control gain vigilance and get +1/+1 for each +1/+1 counter on Haldir. +Oracle:Haldir, Lórien Lieutenant enters the battlefield with X +1/+1 counters on it.\nVigilance\n{5}{G}: Until end of turn, other Elves you control gain vigilance and get +1/+1 for each +1/+1 counter on Haldir. diff --git a/forge-gui/res/cardsfolder/j/jotun_grunt.txt b/forge-gui/res/cardsfolder/j/jotun_grunt.txt index ab1d6a82948..2b9b06d401f 100644 --- a/forge-gui/res/cardsfolder/j/jotun_grunt.txt +++ b/forge-gui/res/cardsfolder/j/jotun_grunt.txt @@ -1,4 +1,4 @@ -Name:Jotun Grunt +Name:Jötun Grunt ManaCost:1 W Types:Creature Giant Soldier PT:4/4 diff --git a/forge-gui/res/cardsfolder/j/jotun_owl_keeper.txt b/forge-gui/res/cardsfolder/j/jotun_owl_keeper.txt index fdf00145c7f..ad201caf2a2 100644 --- a/forge-gui/res/cardsfolder/j/jotun_owl_keeper.txt +++ b/forge-gui/res/cardsfolder/j/jotun_owl_keeper.txt @@ -1,4 +1,4 @@ -Name:Jotun Owl Keeper +Name:Jötun Owl Keeper ManaCost:2 W Types:Creature Giant PT:3/3 diff --git a/forge-gui/res/cardsfolder/j/junun_efreet.txt b/forge-gui/res/cardsfolder/j/junun_efreet.txt index c4af742e071..65d3a483fa2 100644 --- a/forge-gui/res/cardsfolder/j/junun_efreet.txt +++ b/forge-gui/res/cardsfolder/j/junun_efreet.txt @@ -1,4 +1,4 @@ -Name:Junun Efreet +Name:Junún Efreet ManaCost:1 B B Types:Creature Efreet PT:3/3 diff --git a/forge-gui/res/cardsfolder/j/juzam_djinn.txt b/forge-gui/res/cardsfolder/j/juzam_djinn.txt index 6ca7e22a636..c59cbcfe562 100644 --- a/forge-gui/res/cardsfolder/j/juzam_djinn.txt +++ b/forge-gui/res/cardsfolder/j/juzam_djinn.txt @@ -1,4 +1,4 @@ -Name:Juzam Djinn +Name:Juzám Djinn ManaCost:2 B B Types:Creature Djinn PT:5/5 diff --git a/forge-gui/res/cardsfolder/k/khabal_ghoul.txt b/forge-gui/res/cardsfolder/k/khabal_ghoul.txt index 7cdd38955f0..fe35d2484e3 100644 --- a/forge-gui/res/cardsfolder/k/khabal_ghoul.txt +++ b/forge-gui/res/cardsfolder/k/khabal_ghoul.txt @@ -1,4 +1,4 @@ -Name:Khabal Ghoul +Name:Khabál Ghoul ManaCost:2 B Types:Creature Zombie PT:1/1 diff --git a/forge-gui/res/cardsfolder/k/kharn_the_betrayer.txt b/forge-gui/res/cardsfolder/k/kharn_the_betrayer.txt index 1d461794eaf..d4111e0df52 100644 --- a/forge-gui/res/cardsfolder/k/kharn_the_betrayer.txt +++ b/forge-gui/res/cardsfolder/k/kharn_the_betrayer.txt @@ -1,4 +1,4 @@ -Name:Kharn the Betrayer +Name:Khârn the Betrayer ManaCost:3 R Types:Legendary Creature Astartes Berserker PT:5/1 @@ -11,4 +11,4 @@ R:Event$ DamageDone | ActiveZones$ Battlefield | ValidTarget$ Card.Self | Replac SVar:ChoosePlayer:DB$ ChoosePlayer | Choices$ Opponent | ChoiceTitle$ Choose an opponent | SubAbility$ DBGainControl SVar:DBGainControl:DB$ GainControl | NewController$ ChosenPlayer | SubAbility$ DBClearChosen SVar:DBClearChosen:DB$ Cleanup | ClearChosenPlayer$ True -Oracle:Berzerker — Kharn the Betrayer attacks or blocks each combat if able.\nSigil of Corruption — When you lose control of Kharn the Betrayer, draw two cards.\nThe Betrayer — If damage would be dealt to Kharn the Betrayer, prevent that damage and an opponent of your choice gains control of it. +Oracle:Berzerker — Khârn the Betrayer attacks or blocks each combat if able.\nSigil of Corruption — When you lose control of Khârn the Betrayer, draw two cards.\nThe Betrayer — If damage would be dealt to Khârn the Betrayer, prevent that damage and an opponent of your choice gains control of it. diff --git a/forge-gui/res/cardsfolder/l/legions_of_lim_dul.txt b/forge-gui/res/cardsfolder/l/legions_of_lim_dul.txt index ad0217ecc6c..1f69af11016 100644 --- a/forge-gui/res/cardsfolder/l/legions_of_lim_dul.txt +++ b/forge-gui/res/cardsfolder/l/legions_of_lim_dul.txt @@ -1,4 +1,4 @@ -Name:Legions of Lim-Dul +Name:Legions of Lim-Dûl ManaCost:1 B B Types:Creature Zombie PT:2/3 diff --git a/forge-gui/res/cardsfolder/l/lim_dul_the_necromancer.txt b/forge-gui/res/cardsfolder/l/lim_dul_the_necromancer.txt index 99f31542030..eef17479a38 100644 --- a/forge-gui/res/cardsfolder/l/lim_dul_the_necromancer.txt +++ b/forge-gui/res/cardsfolder/l/lim_dul_the_necromancer.txt @@ -1,4 +1,4 @@ -Name:Lim-Dul the Necromancer +Name:Lim-Dûl the Necromancer ManaCost:5 B B Types:Legendary Creature Human Wizard PT:4/4 diff --git a/forge-gui/res/cardsfolder/l/lim_duls_cohort.txt b/forge-gui/res/cardsfolder/l/lim_duls_cohort.txt index eb588779dbd..b84899e9615 100644 --- a/forge-gui/res/cardsfolder/l/lim_duls_cohort.txt +++ b/forge-gui/res/cardsfolder/l/lim_duls_cohort.txt @@ -1,4 +1,4 @@ -Name:Lim-Dul's Cohort +Name:Lim-Dûl's Cohort ManaCost:1 B B Types:Creature Zombie PT:2/3 diff --git a/forge-gui/res/cardsfolder/l/lim_duls_hex.txt b/forge-gui/res/cardsfolder/l/lim_duls_hex.txt index 73eb8112b14..4b524cabb0d 100644 --- a/forge-gui/res/cardsfolder/l/lim_duls_hex.txt +++ b/forge-gui/res/cardsfolder/l/lim_duls_hex.txt @@ -1,4 +1,4 @@ -Name:Lim-Dul's Hex +Name:Lim-Dûl's Hex ManaCost:1 B Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigRepeat | TriggerDescription$ At the beginning of your upkeep, for each player, CARDNAME deals 1 damage to that player unless they pay {B} or {3}. diff --git a/forge-gui/res/cardsfolder/l/lim_duls_high_guard.txt b/forge-gui/res/cardsfolder/l/lim_duls_high_guard.txt index c90b4eca13a..36b2c68a2a4 100644 --- a/forge-gui/res/cardsfolder/l/lim_duls_high_guard.txt +++ b/forge-gui/res/cardsfolder/l/lim_duls_high_guard.txt @@ -1,4 +1,4 @@ -Name:Lim-Dul's High Guard +Name:Lim-Dûl's High Guard ManaCost:1 B B Types:Creature Skeleton PT:2/1 diff --git a/forge-gui/res/cardsfolder/l/lim_duls_paladin.txt b/forge-gui/res/cardsfolder/l/lim_duls_paladin.txt index 6824a99c5f2..163779960cf 100644 --- a/forge-gui/res/cardsfolder/l/lim_duls_paladin.txt +++ b/forge-gui/res/cardsfolder/l/lim_duls_paladin.txt @@ -1,4 +1,4 @@ -Name:Lim-Dul's Paladin +Name:Lim-Dûl's Paladin ManaCost:2 B R Types:Creature Human Knight PT:0/3 diff --git a/forge-gui/res/cardsfolder/l/lim_duls_vault.txt b/forge-gui/res/cardsfolder/l/lim_duls_vault.txt index 732e3a72526..cec15c6834a 100644 --- a/forge-gui/res/cardsfolder/l/lim_duls_vault.txt +++ b/forge-gui/res/cardsfolder/l/lim_duls_vault.txt @@ -1,4 +1,4 @@ -Name:Lim-Dul's Vault +Name:Lim-Dûl's Vault ManaCost:U B Types:Instant A:SP$ PeekAndReveal | PeekAmount$ 5 | NoReveal$ True | SubAbility$ DBRepeat | RememberPeeked$ True | StackDescription$ SpellDescription | SpellDescription$ Look at the top five cards of your library. As many times as you choose, you may pay 1 life, put those cards on the bottom of your library in any order, then look at the top five cards of your library. Then shuffle and put the last cards you looked at this way on top in any order. diff --git a/forge-gui/res/cardsfolder/l/lord_of_the_nazgul.txt b/forge-gui/res/cardsfolder/l/lord_of_the_nazgul.txt index 9747004e649..a8617de89af 100644 --- a/forge-gui/res/cardsfolder/l/lord_of_the_nazgul.txt +++ b/forge-gui/res/cardsfolder/l/lord_of_the_nazgul.txt @@ -1,4 +1,4 @@ -Name:Lord of the Nazgul +Name:Lord of the Nazgûl ManaCost:3 U B Types:Legendary Creature Wraith Noble PT:4/4 diff --git a/forge-gui/res/cardsfolder/l/lorien_revealed.txt b/forge-gui/res/cardsfolder/l/lorien_revealed.txt index 706718baf82..380a453bf01 100644 --- a/forge-gui/res/cardsfolder/l/lorien_revealed.txt +++ b/forge-gui/res/cardsfolder/l/lorien_revealed.txt @@ -1,4 +1,4 @@ -Name:Lorien Revealed +Name:Lórien Revealed ManaCost:3 U U Types:Sorcery A:SP$ Draw | NumCards$ 3 | SpellDescription$ Draw three cards. diff --git a/forge-gui/res/cardsfolder/l/lothlorien_blade.txt b/forge-gui/res/cardsfolder/l/lothlorien_blade.txt index 710659d31ea..e0f68c19b9c 100644 --- a/forge-gui/res/cardsfolder/l/lothlorien_blade.txt +++ b/forge-gui/res/cardsfolder/l/lothlorien_blade.txt @@ -1,4 +1,4 @@ -Name:Lothlorien Blade +Name:Lothlórien Blade ManaCost:3 Types:Artifact Equipment T:Mode$ Attacks | ValidCard$ Card.EquippedBy | TriggerZones$ Battlefield | Execute$ TrigExchangeDamage | TriggerDescription$ Whenever equipped creature attacks, it deals damage equal to its power to target creature defending player controls. diff --git a/forge-gui/res/cardsfolder/l/lothlorien_lookout.txt b/forge-gui/res/cardsfolder/l/lothlorien_lookout.txt index b4539a7d953..d77647f4873 100644 --- a/forge-gui/res/cardsfolder/l/lothlorien_lookout.txt +++ b/forge-gui/res/cardsfolder/l/lothlorien_lookout.txt @@ -1,8 +1,8 @@ -Name:Lothlorien Lookout +Name:Lothlórien Lookout ManaCost:1 G Types:Creature Elf Scout PT:1/3 T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigScry | TriggerDescription$ Whenever CARDNAME attacks, scry 1. SVar:TrigScry:DB$ Scry | ScryNum$ 1 SVar:HasAttackEffect:TRUE -Oracle:Whenever Lothlorien Lookout attacks, scry 1. \ No newline at end of file +Oracle:Whenever Lothlórien Lookout attacks, scry 1. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/m/marton_stromgald.txt b/forge-gui/res/cardsfolder/m/marton_stromgald.txt index 037fcc8df2e..043b4ec6852 100644 --- a/forge-gui/res/cardsfolder/m/marton_stromgald.txt +++ b/forge-gui/res/cardsfolder/m/marton_stromgald.txt @@ -1,11 +1,11 @@ -Name:Marton Stromgald +Name:Márton Stromgald ManaCost:2 R R Types:Legendary Creature Human Knight PT:1/1 -T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPumpAttack | TriggerDescription$ Whenever Márton Stromgald attacks, other attacking creatures get +1/+1 until end of turn for each attacking creature other than Márton Stromgald. +T:Mode$ Attacks | ValidCard$ Card.Self | TriggerZones$ Battlefield | Execute$ TrigPumpAttack | TriggerDescription$ Whenever CARDNAME attacks, other attacking creatures get +1/+1 until end of turn for each attacking creature other than CARDNAME. SVar:TrigPumpAttack:DB$ PumpAll | ValidCards$ Creature.attacking+Other | NumAtt$ X | NumDef$ X SVar:X:Count$Valid Creature.attacking+Other -T:Mode$ Blocks | ValidCard$ Card.Self | Triggerzones$ Battlefield | Execute$ TrigPumpBlock | TriggerDescription$ Whenever Márton Stromgald blocks, other blocking creatures get +1/+1 until end of turn for each blocking creature other than Márton Stromgald. +T:Mode$ Blocks | ValidCard$ Card.Self | Triggerzones$ Battlefield | Execute$ TrigPumpBlock | TriggerDescription$ Whenever CARDNAME blocks, other blocking creatures get +1/+1 until end of turn for each blocking creature other than CARDNAME. SVar:TrigPumpBlock:DB$ PumpAll | ValidCards$ Creature.blocking+Other | NumAtt$ Y | NumDef$ Y SVar:Y:Count$Valid Creature.blocking+Other Oracle:Whenever Márton Stromgald attacks, other attacking creatures get +1/+1 until end of turn for each attacking creature other than Márton Stromgald.\nWhenever Márton Stromgald blocks, other blocking creatures get +1/+1 until end of turn for each blocking creature other than Márton Stromgald. diff --git a/forge-gui/res/cardsfolder/m/mauhur_uruk_hai_captain.txt b/forge-gui/res/cardsfolder/m/mauhur_uruk_hai_captain.txt index adcff5f11bf..7e55f1e3f9f 100644 --- a/forge-gui/res/cardsfolder/m/mauhur_uruk_hai_captain.txt +++ b/forge-gui/res/cardsfolder/m/mauhur_uruk_hai_captain.txt @@ -1,4 +1,4 @@ -Name:Mauhur, Uruk-hai Captain +Name:Mauhúr, Uruk-hai Captain ManaCost:B R Types:Legendary Creature Orc Soldier PT:2/2 diff --git a/forge-gui/res/cardsfolder/m/mists_of_lorien.txt b/forge-gui/res/cardsfolder/m/mists_of_lorien.txt index 7a63e3171b5..f36a25bdd3c 100644 --- a/forge-gui/res/cardsfolder/m/mists_of_lorien.txt +++ b/forge-gui/res/cardsfolder/m/mists_of_lorien.txt @@ -1,4 +1,4 @@ -Name:Mists of Lorien +Name:Mists of Lórien ManaCost:2 U Types:Sorcery K:Replicate:U diff --git a/forge-gui/res/cardsfolder/n/nazgul.txt b/forge-gui/res/cardsfolder/n/nazgul.txt index 811c72a6174..5d677c07cde 100644 --- a/forge-gui/res/cardsfolder/n/nazgul.txt +++ b/forge-gui/res/cardsfolder/n/nazgul.txt @@ -1,13 +1,13 @@ -Name:Nazgul -ManaCost:2 B -Types:Creature Wraith Knight -PT:1/2 -K:Deathtouch -K:DeckLimit:9:A deck can have up to nine cards named CARDNAME. -T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTempt | TriggerDescription$ When CARDNAME enters the battlefield, the Ring tempts you. -SVar:TrigTempt:DB$ RingTemptsYou -T:Mode$ RingTemptsYou | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigCounters | TriggerDescription$ Whenever the Ring tempts you, put a +1/+1 counter on each Wraith you control. -SVar:TrigCounters:DB$ PutCounterAll | ValidCards$ Creature.Wraith+YouCtrl | CounterType$ P1P1 | CounterNum$ 1 -DeckNeeds:Name$Nazgul -DeckHas:Ability$Token -Oracle:Deathtouch\nWhen Nazgul enters the battlefield, the Ring tempts you.\nWhenever the Ring tempts you, put a +1/+1 counter on each Wraith you control.\nA deck can have up to nine cards named Nazgul. +Name:Nazgûl +ManaCost:2 B +Types:Creature Wraith Knight +PT:1/2 +K:Deathtouch +K:DeckLimit:9:A deck can have up to nine cards named CARDNAME. +T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self | Execute$ TrigTempt | TriggerDescription$ When CARDNAME enters the battlefield, the Ring tempts you. +SVar:TrigTempt:DB$ RingTemptsYou +T:Mode$ RingTemptsYou | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigCounters | TriggerDescription$ Whenever the Ring tempts you, put a +1/+1 counter on each Wraith you control. +SVar:TrigCounters:DB$ PutCounterAll | ValidCards$ Creature.Wraith+YouCtrl | CounterType$ P1P1 | CounterNum$ 1 +DeckNeeds:Name$Nazgûl +DeckHas:Ability$Token +Oracle:Deathtouch\nWhen Nazgûl enters the battlefield, the Ring tempts you.\nWhenever the Ring tempts you, put a +1/+1 counter on each Wraith you control.\nA deck can have up to nine cards named Nazgûl. diff --git a/forge-gui/res/cardsfolder/n/nazgul_battle_mace.txt b/forge-gui/res/cardsfolder/n/nazgul_battle_mace.txt index fb431e1df02..850c31e239d 100644 --- a/forge-gui/res/cardsfolder/n/nazgul_battle_mace.txt +++ b/forge-gui/res/cardsfolder/n/nazgul_battle_mace.txt @@ -1,4 +1,4 @@ -Name:Nazgul Battle-Mace +Name:Nazgûl Battle-Mace ManaCost:5 Types:Artifact Equipment K:Equip:3 diff --git a/forge-gui/res/cardsfolder/o/oath_of_lim_dul.txt b/forge-gui/res/cardsfolder/o/oath_of_lim_dul.txt index 06fd82949dc..47dbefc15dc 100644 --- a/forge-gui/res/cardsfolder/o/oath_of_lim_dul.txt +++ b/forge-gui/res/cardsfolder/o/oath_of_lim_dul.txt @@ -1,4 +1,4 @@ -Name:Oath of Lim-Dul +Name:Oath of Lim-Dûl ManaCost:3 B Types:Enchantment T:Mode$ LifeLost | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigLimDulSac | TriggerDescription$ Whenever you lose life, for each 1 life you lost, sacrifice a permanent other than Oath of Lim-Dûl unless you discard a card. (Damage dealt to you causes you to lose life.) diff --git a/forge-gui/res/cardsfolder/o/olorins_searing_light.txt b/forge-gui/res/cardsfolder/o/olorins_searing_light.txt index 1b1941f2dad..dc4b9b2c84e 100644 --- a/forge-gui/res/cardsfolder/o/olorins_searing_light.txt +++ b/forge-gui/res/cardsfolder/o/olorins_searing_light.txt @@ -1,4 +1,4 @@ -Name:Olorin's Searing Light +Name:Olórin's Searing Light ManaCost:2 R W Types:Instant A:SP$ RepeatEach | RepeatPlayers$ Player.Opponent | RepeatSubAbility$ DBChooseCard | SubAbility$ DBExile | SpellDescription$ Each opponent exiles a creature with the greatest power among creatures that player controls.\nSpell mastery — If there are two or more instant and/or sorcery cards in your graveyard, CARDNAME deals damage to each opponent equal to the power of the creature they exiled. @@ -9,4 +9,4 @@ SVar:DBDamage:DB$ DealDamage | Defined$ Player.IsRemembered | NumDmg$ X SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:RememberedLKI$FilterControlledByRemembered_CardPower DeckHints:Ability$Graveyard|Mill -Oracle:Each opponent exiles a creature with the greatest power among creatures that player controls.\nSpell mastery — If there are two or more instant and/or sorcery cards in your graveyard, Olorin's Searing Light deals damage to each opponent equal to the power of the creature they exiled. \ No newline at end of file +Oracle:Each opponent exiles a creature with the greatest power among creatures that player controls.\nSpell mastery — If there are two or more instant and/or sorcery cards in your graveyard, Olórin's Searing Light deals damage to each opponent equal to the power of the creature they exiled. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/p/palantir_of_orthanc.txt b/forge-gui/res/cardsfolder/p/palantir_of_orthanc.txt index fe3b2362f2e..464009cf630 100644 --- a/forge-gui/res/cardsfolder/p/palantir_of_orthanc.txt +++ b/forge-gui/res/cardsfolder/p/palantir_of_orthanc.txt @@ -12,4 +12,4 @@ SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True SVar:X:Count$CardCounters.INFLUENCE SVar:Y:Remembered$SumCMC DeckHas:Ability$Counters|Mill -Oracle:At the beginning of your end step, put an influence counter on Palantir of Orthanc and scry 2. Then target opponent may have you draw a card. If that player doesn't, you mill X cards, where X is the number of influence counters on Palantir of Orthanc, and that player loses life equal to the total mana value of those cards. +Oracle:At the beginning of your end step, put an influence counter on Palantír of Orthanc and scry 2. Then target opponent may have you draw a card. If that player doesn't, you mill X cards, where X is the number of influence counters on Palantír of Orthanc, and that player loses life equal to the total mana value of those cards. diff --git a/forge-gui/res/cardsfolder/r/rasaad_monk_of_selune.txt b/forge-gui/res/cardsfolder/r/rasaad_monk_of_selune.txt index c14563488a1..d9d04945505 100644 --- a/forge-gui/res/cardsfolder/r/rasaad_monk_of_selune.txt +++ b/forge-gui/res/cardsfolder/r/rasaad_monk_of_selune.txt @@ -1,4 +1,4 @@ -Name:Rasaad, Monk of Selune +Name:Rasaad, Monk of Selûne ManaCost:2 W Types:Legendary Creature Human Monk PT:2/2 @@ -10,7 +10,7 @@ SVar:DBForget:DB$ Pump | ForgetObjects$ TriggeredCard T:Mode$ ChangesZone | Origin$ Battlefield | ValidCard$ Card.Self | Destination$ Any | Execute$ DBCleanup | Static$ True SVar:DBCleanup:DB$ Cleanup | ClearRemembered$ True AlternateMode:Specialize -Oracle:Specialize {5}\nWhen Rasaad, Monk of Selune enters the battlefield, exile target creature an opponent controls until this creature leaves the battlefield. +Oracle:Specialize {5}\nWhen Rasaad, Monk of Selûne enters the battlefield, exile target creature an opponent controls until this creature leaves the battlefield. SPECIALIZE:WHITE diff --git a/forge-gui/res/cardsfolder/r/ring_of_maruf.txt b/forge-gui/res/cardsfolder/r/ring_of_maruf.txt index 2f37e177aa8..f1922b6cf64 100644 --- a/forge-gui/res/cardsfolder/r/ring_of_maruf.txt +++ b/forge-gui/res/cardsfolder/r/ring_of_maruf.txt @@ -1,7 +1,7 @@ -Name:Ring of Ma'ruf +Name:Ring of Ma'rûf ManaCost:5 Types:Artifact -A:AB$ Effect | Cost$ 5 T Exile<1/CARDNAME> | Name$ Ring of Ma'ruf Effect | ReplacementEffects$ DrawReplace | SpellDescription$ The next time you would draw a card this turn, instead put a card you own from outside the game into your hand. +A:AB$ Effect | Cost$ 5 T Exile<1/CARDNAME> | Name$ Ring of Ma'rûf Effect | ReplacementEffects$ DrawReplace | SpellDescription$ The next time you would draw a card this turn, instead put a card you own from outside the game into your hand. SVar:DrawReplace:Event$ Draw | ValidPlayer$ You | ReplaceWith$ TutorSideboard | Description$ The next time you would draw a card this turn, instead put a card you own from outside the game into your hand. SVar:TutorSideboard:DB$ ChangeZone | Origin$ Sideboard | Destination$ Hand | ChangeType$ Card.YouOwn | ChangeNum$ 1 | Hidden$ True | Mandatory$ True | SubAbility$ ExileEffect SVar:ExileEffect:DB$ ChangeZone | Defined$ Self | Origin$ Command | Destination$ Exile diff --git a/forge-gui/res/cardsfolder/s/seance.txt b/forge-gui/res/cardsfolder/s/seance.txt index 991032a3e55..7badc90701b 100644 --- a/forge-gui/res/cardsfolder/s/seance.txt +++ b/forge-gui/res/cardsfolder/s/seance.txt @@ -1,4 +1,4 @@ -Name:Seance +Name:Séance ManaCost:2 W W Types:Enchantment T:Mode$ Phase | Phase$ Upkeep | TriggerZones$ Battlefield | OptionalDecider$ You | Execute$ TrigExile | TriggerDescription$ At the beginning of each upkeep, you may exile target creature card from your graveyard. If you do, create a token that's a copy of that card, except it's a Spirit in addition to its other types. Exile it at the beginning of the next end step. diff --git a/forge-gui/res/cardsfolder/s/smeagol_helpful_guide.txt b/forge-gui/res/cardsfolder/s/smeagol_helpful_guide.txt index 0963203c197..64f556f17ff 100644 --- a/forge-gui/res/cardsfolder/s/smeagol_helpful_guide.txt +++ b/forge-gui/res/cardsfolder/s/smeagol_helpful_guide.txt @@ -1,10 +1,10 @@ -Name:Smeagol, Helpful Guide -ManaCost:1 B G -Types:Legendary Creature Halfling Horror -PT:4/2 -T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | CheckSVar$ X | SVarCompare$ GE1 | TriggerZones$ Battlefield | Execute$ TrigTempt | TriggerDescription$ At the beginning of your end step, if a creature died under your control this turn, the Ring tempts you. -SVar:X:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature.YouCtrl -SVar:TrigTempt:DB$ RingTemptsYou -T:Mode$ RingTemptsYou | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDigUntil | TriggerDescription$ Whenever the Ring tempts you, target opponent reveals cards from the top of their library until they reveal a land card. Put that card onto the battlefield tapped under your control and the rest into their graveyard. -SVar:TrigDigUntil:DB$ DigUntil | Reveal$ True | ValidTgts$ Opponent | IsCurse$ True | Valid$ Land | ValidDescription$ land card | FoundDestination$ Battlefield | GainControl$ True | Tapped$ True | RevealedDestination$ Graveyard -Oracle:At the beginning of your end step, if a creature died under your control this turn, the Ring tempts you.\nWhenever the Ring tempts you, target opponent reveals cards from the top of their library until they reveal a land card. Put that card onto the battlefield tapped under your control and the rest into their graveyard. +Name:Sméagol, Helpful Guide +ManaCost:1 B G +Types:Legendary Creature Halfling Horror +PT:4/2 +T:Mode$ Phase | Phase$ End of Turn | ValidPlayer$ You | CheckSVar$ X | SVarCompare$ GE1 | TriggerZones$ Battlefield | Execute$ TrigTempt | TriggerDescription$ At the beginning of your end step, if a creature died under your control this turn, the Ring tempts you. +SVar:X:Count$ThisTurnEntered_Graveyard_from_Battlefield_Creature.YouCtrl +SVar:TrigTempt:DB$ RingTemptsYou +T:Mode$ RingTemptsYou | ValidPlayer$ You | TriggerZones$ Battlefield | Execute$ TrigDigUntil | TriggerDescription$ Whenever the Ring tempts you, target opponent reveals cards from the top of their library until they reveal a land card. Put that card onto the battlefield tapped under your control and the rest into their graveyard. +SVar:TrigDigUntil:DB$ DigUntil | Reveal$ True | ValidTgts$ Opponent | IsCurse$ True | Valid$ Land | ValidDescription$ land card | FoundDestination$ Battlefield | GainControl$ True | Tapped$ True | RevealedDestination$ Graveyard +Oracle:At the beginning of your end step, if a creature died under your control this turn, the Ring tempts you.\nWhenever the Ring tempts you, target opponent reveals cards from the top of their library until they reveal a land card. Put that card onto the battlefield tapped under your control and the rest into their graveyard. diff --git a/forge-gui/res/cardsfolder/s/song_of_earendil.txt b/forge-gui/res/cardsfolder/s/song_of_earendil.txt index 2c12169d765..1f644c70fb0 100644 --- a/forge-gui/res/cardsfolder/s/song_of_earendil.txt +++ b/forge-gui/res/cardsfolder/s/song_of_earendil.txt @@ -1,4 +1,4 @@ -Name:Song of Earendil +Name:Song of Eärendil ManaCost:3 G U Types:Enchantment Saga K:Saga:3:DBScry,DBToken,DBCounter diff --git a/forge-gui/res/cardsfolder/s/soothing_of_smeagol.txt b/forge-gui/res/cardsfolder/s/soothing_of_smeagol.txt index 470a95e50fd..be1b22a3806 100644 --- a/forge-gui/res/cardsfolder/s/soothing_of_smeagol.txt +++ b/forge-gui/res/cardsfolder/s/soothing_of_smeagol.txt @@ -1,6 +1,6 @@ -Name:Soothing of Smeagol -ManaCost:1 U -Types:Instant -A:SP$ ChangeZone | Cost$ 1 U | ValidTgts$ Creature.nonToken | TgtPrompt$ Select target nontoken creature | Origin$ Battlefield | Destination$ Hand | SubAbility$ TrigTempt | SpellDescription$ Return target nontoken creature to its owner's hand. The Ring tempts you. -SVar:TrigTempt:DB$ RingTemptsYou -Oracle:Return target nontoken creature to its owner's hand. The Ring tempts you. +Name:Soothing of Sméagol +ManaCost:1 U +Types:Instant +A:SP$ ChangeZone | Cost$ 1 U | ValidTgts$ Creature.nonToken | TgtPrompt$ Select target nontoken creature | Origin$ Battlefield | Destination$ Hand | SubAbility$ TrigTempt | SpellDescription$ Return target nontoken creature to its owner's hand. The Ring tempts you. +SVar:TrigTempt:DB$ RingTemptsYou +Oracle:Return target nontoken creature to its owner's hand. The Ring tempts you. diff --git a/forge-gui/res/cardsfolder/t/tale_of_tinuviel.txt b/forge-gui/res/cardsfolder/t/tale_of_tinuviel.txt index 5f9c84e86b7..7a83d95256b 100644 --- a/forge-gui/res/cardsfolder/t/tale_of_tinuviel.txt +++ b/forge-gui/res/cardsfolder/t/tale_of_tinuviel.txt @@ -1,4 +1,4 @@ -Name:Tale of Tinuviel +Name:Tale of Tinúviel ManaCost:3 W W Types:Enchantment Saga K:Saga:3:DBPump,DBReturn,DBPumpLifeLink @@ -7,4 +7,4 @@ SVar:DBReturn:DB$ ChangeZone | Origin$ Graveyard | Destination$ Battlefield | Tg SVar:DBPumpLifeLink:DB$ Pump | ValidTgts$ Creature.YouCtrl | TgtPrompt$ Select up to two target creatures you control | TargetMin$ 0 | TargetMax$ 2 | KW$ Lifelink | SpellDescription$ Up to two target creatures you control each gain lifelink until end of turn. SVar:PlayMain1:TRUE DeckHas:Ability$Graveyard|LifeGain -Oracle:(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)\nI — Target creature you control gains indestructible for as long as you control Tale of Tinuviel.\nII — Return target creature card from your graveyard to the battlefield.\nIII — Up to two target creatures you control each gain lifelink until end of turn. \ No newline at end of file +Oracle:(As this Saga enters and after your draw step, add a lore counter. Sacrifice after III.)\nI — Target creature you control gains indestructible for as long as you control Tale of Tinúviel.\nII — Return target creature card from your graveyard to the battlefield.\nIII — Up to two target creatures you control each gain lifelink until end of turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/t/the_balrog_flame_of_udun.txt b/forge-gui/res/cardsfolder/t/the_balrog_flame_of_udun.txt index 9ba896e1577..753a8f0f828 100644 --- a/forge-gui/res/cardsfolder/t/the_balrog_flame_of_udun.txt +++ b/forge-gui/res/cardsfolder/t/the_balrog_flame_of_udun.txt @@ -1,4 +1,4 @@ -Name:The Balrog, Flame of Udun +Name:The Balrog, Flame of Udûn ManaCost:3 B R Types:Legendary Creature Avatar Demon PT:7/7 diff --git a/forge-gui/res/cardsfolder/t/theoden_king_of_rohan.txt b/forge-gui/res/cardsfolder/t/theoden_king_of_rohan.txt index 7638af54e78..dd7bd93ca0f 100644 --- a/forge-gui/res/cardsfolder/t/theoden_king_of_rohan.txt +++ b/forge-gui/res/cardsfolder/t/theoden_king_of_rohan.txt @@ -1,8 +1,8 @@ -Name:Theoden, King of Rohan +Name:Théoden, King of Rohan ManaCost:1 R W Types:Legendary Creature Human Noble PT:2/3 T:Mode$ ChangesZone | Origin$ Any | Destination$ Battlefield | ValidCard$ Card.Self,Creature.Human+Other+YouCtrl | Execute$ TrigPump | TriggerDescription$ Whenever CARDNAME or another Human enters the battlefield under your control, target creature gains double strike until end of turn. SVar:TrigPump:DB$ Pump | ValidTgts$ Creature | KW$ Double Strike DeckHints:Type$Human -Oracle:Whenever Theoden, King of Rohan or another Human enters the battlefield under your control, target creature gains double strike until end of turn. \ No newline at end of file +Oracle:Whenever Théoden, King of Rohan or another Human enters the battlefield under your control, target creature gains double strike until end of turn. \ No newline at end of file diff --git a/forge-gui/res/cardsfolder/t/troll_of_khazad_dum.txt b/forge-gui/res/cardsfolder/t/troll_of_khazad_dum.txt index 0522375b742..097198d50e2 100644 --- a/forge-gui/res/cardsfolder/t/troll_of_khazad_dum.txt +++ b/forge-gui/res/cardsfolder/t/troll_of_khazad_dum.txt @@ -1,4 +1,4 @@ -Name:Troll of Khazad-dum +Name:Troll of Khazad-dûm ManaCost:5 B Types:Creature Troll PT:6/5 diff --git a/forge-gui/res/cardsfolder/t/tura_kennerud_skyknight.txt b/forge-gui/res/cardsfolder/t/tura_kennerud_skyknight.txt index 344ecbafc94..b9f40cb74c7 100644 --- a/forge-gui/res/cardsfolder/t/tura_kennerud_skyknight.txt +++ b/forge-gui/res/cardsfolder/t/tura_kennerud_skyknight.txt @@ -1,4 +1,4 @@ -Name:Tura Kennerud, Skyknight +Name:Tura Kennerüd, Skyknight ManaCost:2 W U U Types:Legendary Creature Human Knight PT:3/3 diff --git a/forge-gui/res/cardsfolder/u/ugluk_of_the_white_hand.txt b/forge-gui/res/cardsfolder/u/ugluk_of_the_white_hand.txt index e7f15279848..1e74ba6ad8b 100644 --- a/forge-gui/res/cardsfolder/u/ugluk_of_the_white_hand.txt +++ b/forge-gui/res/cardsfolder/u/ugluk_of_the_white_hand.txt @@ -1,4 +1,4 @@ -Name:Ugluk of the White Hand +Name:Uglúk of the White Hand ManaCost:2 B R Types:Legendary Creature Orc Soldier PT:3/3 @@ -7,4 +7,4 @@ SVar:TrigGainCounter:DB$ PutCounter | Defined$ Self | CounterType$ P1P1 | Counte SVar:X:TriggeredCard$Valid Creature.Orc,Creature.Goblin/Plus.1 DeckHas:Ability$Counters DeckHints:Type$Orc|Goblin -Oracle:Whenever another creature you control dies, put a +1/+1 counter on Ugluk of the White Hand. If that creature was a Goblin or Orc, put two +1/+1 counters on Uglúk instead. +Oracle:Whenever another creature you control dies, put a +1/+1 counter on Uglúk of the White Hand. If that creature was a Goblin or Orc, put two +1/+1 counters on Uglúk instead. diff --git a/forge-gui/res/cube/ArabianExtended.dck b/forge-gui/res/cube/ArabianExtended.dck index 9197a830246..b1e68f82532 100644 --- a/forge-gui/res/cube/ArabianExtended.dck +++ b/forge-gui/res/cube/ArabianExtended.dck @@ -15,34 +15,34 @@ Name=ArabianExtended 1 City in a Bottle|ARN 1 City of Brass|ARN 1 Dancing Scimitar|ARN -1 Dandan|ARN +1 Dandân|ARN 1 Desert|ARN 1 Desert Nomads|ARN 1 Desert Twister|ARN 1 Diamond Valley|ARN 1 Drop of Honey|ARN 1 Ebony Horse|ARN -1 El-Hajjaj|ARN +1 El-Hajjâj|ARN 1 Elephant Graveyard|ARN 1 Erg Raiders|ARN 1 Erhnam Djinn|ARN 1 Fishliver Oil|ARN 1 Flying Carpet|ARN 1 Flying Men|ARN -1 Ghazban Ogre|ARN +1 Ghazbán Ogre|ARN 1 Giant Tortoise|ARN 1 Hasran Ogress|ARN 1 Hurr Jackal|ARN -1 Ifh-Biff Efreet|ARN +1 Ifh-Bíff Efreet|ARN 1 Island Fish Jasconius|ARN 1 Island of Wak-Wak|ARN 1 Jandor's Ring|ARN 1 Jandor's Saddlebags|ARN 1 Jeweled Bird|ARN 1 Jihad|ARN -1 Junun Efreet|ARN -1 Juzam Djinn|ARN -1 Khabal Ghoul|ARN +1 Junún Efreet|ARN +1 Juzám Djinn|ARN +1 Khabál Ghoul|ARN 1 King Suleiman|ARN 1 Kird Ape|ARN 1 Library of Alexandria|ARN @@ -89,7 +89,7 @@ Name=ArabianExtended 1 Telim'Tor's Edict|MIR 1 Unfulfilled Desires|MIR 1 Drifting Djinn|USG -1 El-Hajjaj|3ED +1 El-Hajjâj|3ED 1 Emberwilde Caliph|MIR 1 Island Fish Jasconius|3ED 1 Mijae Djinn|3ED diff --git a/forge-gui/res/cube/MTGO Cube March 2014.dck b/forge-gui/res/cube/MTGO Cube March 2014.dck index 5643644beff..3893697c0e2 100644 --- a/forge-gui/res/cube/MTGO Cube March 2014.dck +++ b/forge-gui/res/cube/MTGO Cube March 2014.dck @@ -314,7 +314,7 @@ Name=MTGO Cube March 2014 1 Jace, the Mind Sculptor|VMA 1 Jackal Pup|A25 1 Joraga Treespeaker|ROE -1 Jotun Grunt|CSP +1 Jötun Grunt|CSP 1 Journey to Nowhere|ZEN 1 Jungle Shrine|MM3 1 Jushi Apprentice|CHK diff --git a/forge-gui/res/cube/MTGO Vintage Cube October 2023.dck b/forge-gui/res/cube/MTGO Vintage Cube October 2023.dck index 713c78fb483..1b4412a463a 100644 --- a/forge-gui/res/cube/MTGO Vintage Cube October 2023.dck +++ b/forge-gui/res/cube/MTGO Vintage Cube October 2023.dck @@ -8,7 +8,7 @@ Name=MTGO Vintage Cube October 2023 1 Agatha's Soul Cauldron|WOE 1 Ancestral Recall|VMA 1 Ancient Tomb|UMA -1 Anduril, Flame of the West|LTR +1 Andúril, Flame of the West|LTR 1 Animate Dead|EMA 1 Arbor Elf|WWK 1 Arc Trail|SOM @@ -252,7 +252,7 @@ Name=MTGO Vintage Cube October 2023 1 Lion's Eye Diamond|VMA 1 Llanowar Elves|DOM 1 Loran of the Third Path|BRO -1 Lorien Revealed|LTR +1 Lórien Revealed|LTR 1 Lotus Petal|FVE 1 Lurrus of the Dream-Den|IKO 1 Magda, Brazen Outlaw|KHM @@ -323,7 +323,7 @@ Name=MTGO Vintage Cube October 2023 1 Outland Liberator|MID 1 Overgrown Tomb|RAV 1 Palace Jailer|TSR -1 Palantir of Orthanc|LTR +1 Palantír of Orthanc|LTR 1 Paradoxical Outcome|KLD 1 Parallax Wave|VMA 1 Path to Exile|CFX @@ -485,7 +485,7 @@ Name=MTGO Vintage Cube October 2023 1 Treasure Cruise|KTK 1 Trinket Mage|5DN 1 Triplicate Titan|C21 -1 Troll of Khazad-dum|LTR +1 Troll of Khazad-dûm|LTR 1 Tropical Island|ME3 1 Tundra|ME2 1 Turnabout|DMR diff --git a/forge-gui/res/cube/Old School 93-94 Magic Full Set 878 Card Cube.dck b/forge-gui/res/cube/Old School 93-94 Magic Full Set 878 Card Cube.dck index 958f7533347..3f6d774fc39 100644 --- a/forge-gui/res/cube/Old School 93-94 Magic Full Set 878 Card Cube.dck +++ b/forge-gui/res/cube/Old School 93-94 Magic Full Set 878 Card Cube.dck @@ -103,7 +103,7 @@ City of Brass|ARN Cuombajj Witches|ARN Cyclone|ARN Dancing Scimitar|ARN -Dandan|ARN +Dandân|ARN Desert|ARN Desert Nomads|ARN Desert Twister|ARN @@ -118,7 +118,7 @@ Eye for an Eye|ARN Fishliver Oil|ARN Flying Carpet|ARN Flying Men|ARN -Ghazban Ogre|ARN +Ghazbán Ogre|ARN Giant Tortoise|ARN Guardian Beast|ARN Hasran Ogress|ARN @@ -130,9 +130,9 @@ Jandor's Ring|ARN Jandor's Saddlebags|ARN Jeweled Bird|ARN Jihad|ARN -Junun Efreet|ARN -Juzam Djinn|ARN -Khabal Ghoul|ARN +Junún Efreet|ARN +Juzám Djinn|ARN +Khabál Ghoul|ARN King Suleiman|ARN Kird Ape|ARN Library of Alexandria|ARN @@ -148,7 +148,7 @@ Oubliette|ARN Piety|ARN Pyramids|ARN Repentant Blacksmith|ARN -Ring of Ma'ruf|ARN + Ring of Ma'rûf|ARN Rukh Egg|ARN Sandals of Abdallah|ARN Sandstorm|ARN diff --git a/forge-gui/res/cube/Old School 93-94 Magic Powered 360 Card Cube.dck b/forge-gui/res/cube/Old School 93-94 Magic Powered 360 Card Cube.dck index 626817dfcbe..3e3f72cc6ca 100644 --- a/forge-gui/res/cube/Old School 93-94 Magic Powered 360 Card Cube.dck +++ b/forge-gui/res/cube/Old School 93-94 Magic Powered 360 Card Cube.dck @@ -160,7 +160,7 @@ Name=Old School 93-94 Magic Powered 360 Card Cube 1 Icatian Town|FEM 1 Ice Storm|LEB 1 Icy Manipulator|LEB -1 Ifh-Biff Efreet|ARN +1 Ifh-Bíff Efreet|ARN 1 Immolation|LEG 1 Infernal Medusa|LEG 1 Inferno|DRK @@ -175,10 +175,10 @@ Name=Old School 93-94 Magic Powered 360 Card Cube 1 Jihad|ARN 1 Johan|LEG 1 Juggernaut|LEB -1 Junun Efreet|ARN +1 Junún Efreet|ARN 1 Juxtapose|LEG -1 Juzam Djinn|ARN -1 Khabal Ghoul|ARN +1 Juzám Djinn|ARN +1 Khabál Ghoul|ARN 1 Killer Bees|LEG 1 King Suleiman|ARN 1 Kird Ape|ARN diff --git a/forge-gui/res/cube/Old School 93-94 Magic Unpowered 400 Card Cube.dck b/forge-gui/res/cube/Old School 93-94 Magic Unpowered 400 Card Cube.dck index 2cd4104d5bd..885b6c93d0e 100644 --- a/forge-gui/res/cube/Old School 93-94 Magic Unpowered 400 Card Cube.dck +++ b/forge-gui/res/cube/Old School 93-94 Magic Unpowered 400 Card Cube.dck @@ -75,7 +75,7 @@ Name=Old School 93-94 Magic Unpowered 400 Card Cube 1 Dakkon Blackblade|LEG 1 Dance of Many|DRK 1 Dancing Scimitar|ARN -1 Dandan|ARN +1 Dandân|ARN 1 Dark Ritual|LEB 1 Darkness|LEG 1 Demonic Torment|LEG @@ -168,7 +168,7 @@ Name=Old School 93-94 Magic Unpowered 400 Card Cube 1 Icatian Town|FEM 1 Ice Storm|LEB 1 Icy Manipulator|LEB -1 Ifh-Biff Efreet|ARN +1 Ifh-Bíff Efreet|ARN 1 Immolation|LEG 1 Infernal Medusa|LEG 1 Inferno|DRK @@ -182,11 +182,11 @@ Name=Old School 93-94 Magic Unpowered 400 Card Cube 1 Jayemdae Tome|LEA 1 Jihad|ARN 1 Juggernaut|LEB -1 Junun Efreet|ARN +1 Junún Efreet|ARN 1 Juxtapose|LEG -1 Juzam Djinn|ARN +1 Juzám Djinn|ARN 1 Keepers of the Faith|LEG -1 Khabal Ghoul|ARN +1 Khabál Ghoul|ARN 1 Killer Bees|LEG 1 Kird Ape|ARN 1 Kismet|LEG diff --git a/forge-gui/res/editions/Alchemy Horizons Baldur's Gate.txt b/forge-gui/res/editions/Alchemy Horizons Baldur's Gate.txt index 5b993c0a19d..3996b420206 100644 --- a/forge-gui/res/editions/Alchemy Horizons Baldur's Gate.txt +++ b/forge-gui/res/editions/Alchemy Horizons Baldur's Gate.txt @@ -13,7 +13,7 @@ ScryfallCode=HBG 1 R Klement, Novice Acolyte @Maria Poliakova 2 R Lae'zel, Githyanki Warrior @John Stanko 3 U Lulu, Forgetful Hollyphant @Jakob Eirich -4 U Rasaad, Monk of Selune @Dan Scott +4 U Rasaad, Monk of Selûne @Dan Scott 5 U Alora, Rogue Companion @Aaron Miller 6 M Gale, Conduit of the Arcane @Cristi Balanescu 7 R Imoen, Trickster Friend @Alix Branwyn diff --git a/forge-gui/res/editions/Alliances.txt b/forge-gui/res/editions/Alliances.txt index b6cc4ff0433..54ee6188781 100644 --- a/forge-gui/res/editions/Alliances.txt +++ b/forge-gui/res/editions/Alliances.txt @@ -105,10 +105,10 @@ ScryfallCode=ALL 30a C Lat-Nam's Legacy @Tom Wänerstrand 30b C Lat-Nam's Legacy @Tom Wänerstrand 31 R Library of Lat-Nam @Alan Rabinowitz -55a C Lim-Dul's High Guard @Anson Maddocks -55b C Lim-Dul's High Guard @Anson Maddocks -108 U Lim-Dul's Paladin @Christopher Rush -107 U Lim-Dul's Vault @Rob Alexander +55a C Lim-Dûl's High Guard @Anson Maddocks +55b C Lim-Dûl's High Guard @Anson Maddocks +108 U Lim-Dûl's Paladin @Christopher Rush +107 U Lim-Dûl's Vault @Rob Alexander 122 R Lodestone Bauble @Douglas Shuler 112 R Lord of Tresserhorn @Anson Maddocks 10a C Martyrdom @Mark Poole diff --git a/forge-gui/res/editions/Arabian Nights.txt b/forge-gui/res/editions/Arabian Nights.txt index b88390eb2e8..97f2449aa53 100644 --- a/forge-gui/res/editions/Arabian Nights.txt +++ b/forge-gui/res/editions/Arabian Nights.txt @@ -30,14 +30,14 @@ ScryfallCode=ARN 23 C Cuombajj Witches @Kaja Foglio 45 U Cyclone @Mark Tedin 61 R Dancing Scimitar @Anson Maddocks -12 C Dandan @Drew Tucker +12 C Dandân @Drew Tucker 72 C Desert @Jesper Myrfors 38 C Desert Nomads @Christopher Rush 46 U Desert Twister @Susan Van Camp 73 U Diamond Valley @Brian Snõddy 47 R Drop of Honey @Anson Maddocks 62 R Ebony Horse @Dameon Willich -24 R El-Hajjaj @Dameon Willich +24 R El-Hajjâj @Dameon Willich 74 R Elephant Graveyard @Rob Alexander 25 C Erg Raiders @Dameon Willich 25† C Erg Raiders @Dameon Willich @@ -47,23 +47,23 @@ ScryfallCode=ARN 13† C Fishliver Oil @Anson Maddocks 63 U Flying Carpet @Mark Tedin 14 C Flying Men @Christopher Rush -49 C Ghazban Ogre @Jesper Myrfors +49 C Ghazbán Ogre @Jesper Myrfors 15 C Giant Tortoise @Kaja Foglio 15† C Giant Tortoise @Kaja Foglio 26 R Guardian Beast @Ken Meyer, Jr. 27 C Hasran Ogress @Dan Frazier 27† C Hasran Ogress @Dan Frazier 39 C Hurr Jackal @Drew Tucker -50 R Ifh-Biff Efreet @Jesper Myrfors +50 R Ifh-Bíff Efreet @Jesper Myrfors 16 R Island Fish Jasconius @Jesper Myrfors 75 R Island of Wak-Wak @Douglas Shuler 64 R Jandor's Ring @Dan Frazier 65 R Jandor's Saddlebags @Dameon Willich 66 U Jeweled Bird @Amy Weber 5 R Jihad @Brian Snõddy -28 R Junun Efreet @Christopher Rush -29 R Juzam Djinn @Mark Tedin -30 U Khabal Ghoul @Douglas Shuler +28 R Junún Efreet @Christopher Rush +29 R Juzám Djinn @Mark Tedin +30 U Khabál Ghoul @Douglas Shuler 6 R King Suleiman @Mark Poole 40 C Kird Ape @Ken Meyer, Jr. 76 U Library of Alexandria @Mark Poole @@ -84,7 +84,7 @@ ScryfallCode=ARN 8† C Piety @Mark Poole 67 R Pyramids @Amy Weber 9 R Repentant Blacksmith @Drew Tucker -68 R Ring of Ma'ruf @Dan Frazier +68 R Ring of Ma'rûf @Dan Frazier 43 C Rukh Egg @Christopher Rush 43† C Rukh Egg @Christopher Rush 69 U Sandals of Abdallah @Dan Frazier diff --git a/forge-gui/res/editions/Chronicles.txt b/forge-gui/res/editions/Chronicles.txt index 62727d43664..c577d9ae49d 100644 --- a/forge-gui/res/editions/Chronicles.txt +++ b/forge-gui/res/editions/Chronicles.txt @@ -45,7 +45,7 @@ ScryfallCode=CHR 5 C D'Avenant Archer @Douglas Shuler 75 R Dakkon Blackblade @Richard Kane Ferguson 17 R Dance of Many @Sandra Everingham -18 C Dandan @Drew Tucker +18 C Dandân @Drew Tucker 6 C Divine Offering @Jeff A. Menges 63 C Emerald Dragonfly @Quinton Hoover 19 U Enchantment Alteration @Brian Snõddy @@ -58,7 +58,7 @@ ScryfallCode=CHR 98 C Fountain of Youth @Daniel Gelon 76 R Gabriel Angelfire @Daniel Gelon 99 R Gauntlets of Chaos @Dan Frazier -65 C Ghazban Ogre @Jesper Myrfors +65 C Ghazbán Ogre @Jesper Myrfors 33 C Giant Slug @Anson Maddocks 48 U Goblin Artisans @Julie Baroh 49 C Goblin Digging Team @Ron Spencer diff --git a/forge-gui/res/editions/Coldsnap Theme Decks.txt b/forge-gui/res/editions/Coldsnap Theme Decks.txt index c18c6fde179..d876d1ba442 100644 --- a/forge-gui/res/editions/Coldsnap Theme Decks.txt +++ b/forge-gui/res/editions/Coldsnap Theme Decks.txt @@ -39,7 +39,7 @@ ScryfallCode=CST 123 U Drift of the Dead @Brian Snõddy 127 C Gangrenous Zombies @Brian Snõddy 137 C Kjeldoran Dead @Melissa A. Benson -142 C Legions of Lim-Dul @Anson Maddocks +142 C Legions of Lim-Dûl @Anson Maddocks 161 C Soul Burn @Rob Alexander 194 C Incinerate @Mark Poole 208 U Orcish Healer @Quinton Hoover diff --git a/forge-gui/res/editions/Coldsnap.txt b/forge-gui/res/editions/Coldsnap.txt index dde5eaa5d31..c90830336b7 100644 --- a/forge-gui/res/editions/Coldsnap.txt +++ b/forge-gui/res/editions/Coldsnap.txt @@ -74,8 +74,8 @@ ScryfallCode=CSP 111 C Into the North @Richard Sardinha 137 R Jester's Scepter @Matt Cavotta 37 R Jokulmorder @Mark Zug -8 U Jotun Grunt @Franz Vohwinkel -9 U Jotun Owl Keeper @Dave Dorman +8 U Jötun Grunt @Franz Vohwinkel +9 U Jötun Owl Keeper @Dave Dorman 130 U Juniper Order Ranger @Greg Hildebrandt 86 R Karplusan Minotaur @Wayne England 112 U Karplusan Strider @Dan Scott diff --git a/forge-gui/res/editions/Commander 2013.txt b/forge-gui/res/editions/Commander 2013.txt index bfafb8d45cd..c705114f337 100644 --- a/forge-gui/res/editions/Commander 2013.txt +++ b/forge-gui/res/editions/Commander 2013.txt @@ -203,7 +203,7 @@ ScryfallCode=C13 194 M Jeleva, Nephalia's Scourge @Cynthia Sheppard 195 U Jund Charm @Brandon Kitkouski 196 U Leafdrake Roost @Nick Percival -197 U Lim-Dul's Vault @Wayne England +197 U Lim-Dûl's Vault @Wayne England 198 M Marath, Will of the Wild @Tyler Jacobson 199 M Mayael the Anima @Jason Chan 200 U Naya Charm @Jesper Ejsing diff --git a/forge-gui/res/editions/Commander.txt b/forge-gui/res/editions/Commander.txt index 10266b53d7b..313c646797f 100644 --- a/forge-gui/res/editions/Commander.txt +++ b/forge-gui/res/editions/Commander.txt @@ -154,7 +154,7 @@ ScryfallCode=cmd 278 C Izzet Boilerworks @John Avon 205 C Izzet Chronarch @Nick Percival 252 C Izzet Signet @Greg Hildebrandt -16 U Jotun Grunt @Franz Vohwinkel +16 U Jötun Grunt @Franz Vohwinkel 17 C Journey to Nowhere @Warren Mahy 279 U Jwar Isle Refuge @Cyril Van Der Haegen 206 M Kaalia of the Vast @Michael Komarck diff --git a/forge-gui/res/editions/Dark Ascension.txt b/forge-gui/res/editions/Dark Ascension.txt index 8ddb4b08ee5..4aaa15ad3ca 100644 --- a/forge-gui/res/editions/Dark Ascension.txt +++ b/forge-gui/res/editions/Dark Ascension.txt @@ -131,7 +131,7 @@ ScryfallCode=DKA 103 C Scorch the Fields @Jaime Jones 125 C Scorned Villager @Cynthia Sheppard 47 C Screeching Skaab @Clint Cearley -20 R Seance @David Rapoza +20 R Séance @David Rapoza 48 U Secrets of the Dead @Eytan Zana 104 U Shattered Perception @Terese Nielsen 49 C Shriekgeist @Raymond Swanland diff --git a/forge-gui/res/editions/Deckmasters Garfield vs. Finkel.txt b/forge-gui/res/editions/Deckmasters Garfield vs. Finkel.txt index e4fa64ef8d8..c6ec85798c7 100644 --- a/forge-gui/res/editions/Deckmasters Garfield vs. Finkel.txt +++ b/forge-gui/res/editions/Deckmasters Garfield vs. Finkel.txt @@ -12,8 +12,8 @@ ScryfallCode=DKM 3 C Dark Banishing @Drew Tucker 4 C Dark Ritual @Justin Hampton 5 C Foul Familiar @Anson Maddocks -6a C Lim-Dul's High Guard @Anson Maddocks -6b C Lim-Dul's High Guard @Anson Maddocks +6a C Lim-Dûl's High Guard @Anson Maddocks +6b C Lim-Dûl's High Guard @Anson Maddocks 7 R Necropotence @Mark Tedin 8a C Phantasmal Fiend @Scott Kirschner 8b C Phantasmal Fiend @Scott Kirschner diff --git a/forge-gui/res/editions/Dominaria United.txt b/forge-gui/res/editions/Dominaria United.txt index f1afd50f873..57d371010ae 100644 --- a/forge-gui/res/editions/Dominaria United.txt +++ b/forge-gui/res/editions/Dominaria United.txt @@ -235,7 +235,7 @@ ScryfallCode=DMU 221 R Stenn, Paranoid Partisan @Mila Pesic 222 U Tatyova, Steward of Tides @Howard Lyon 223 U Tori D'Avenant, Fury Rider @Anna Podedworna -224 U Tura Kennerud, Skyknight @Donato Giancola +224 U Tura Kennerüd, Skyknight @Donato Giancola 225 U Uurg, Spawn of Turg @Nicholas Gregory 226 U Vohar, Vodalian Desecrator @Daarken 227 U Zar Ojanen, Scion of Efrava @Justine Cruz @@ -343,7 +343,7 @@ ScryfallCode=DMU 320 R Stenn, Paranoid Partisan @Tyler Crook 321 U Tatyova, Steward of Tides @Lisa Heidhoff 322 U Tori D'Avenant, Fury Rider @Jody Clark -323 U Tura Kennerud, Skyknight @Benjamin Ee +323 U Tura Kennerüd, Skyknight @Benjamin Ee 324 U Uurg, Spawn of Turg @Eugene Frost 325 U Vohar, Vodalian Desecrator @Nino Vecia 326 U Zar Ojanen, Scion of Efrava @Eshpur @@ -384,7 +384,7 @@ ScryfallCode=DMU 361 R Stenn, Paranoid Partisan @Tyler Crook 362 U Tatyova, Steward of Tides @Lisa Heidhoff 363 U Tori D'Avenant, Fury Rider @Jody Clark -364 U Tura Kennerud, Skyknight @Benjamin Ee +364 U Tura Kennerüd, Skyknight @Benjamin Ee 365 U Uurg, Spawn of Turg @Eugene Frost 366 U Vohar, Vodalian Desecrator @Nino Vecia 367 U Zar Ojanen, Scion of Efrava @Eshpur diff --git a/forge-gui/res/editions/Fifth Edition.txt b/forge-gui/res/editions/Fifth Edition.txt index 8ccb9f32c17..6659f52aed7 100644 --- a/forge-gui/res/editions/Fifth Edition.txt +++ b/forge-gui/res/editions/Fifth Edition.txt @@ -99,7 +99,7 @@ ScryfallCode=5ED 152 U Cursed Land @Jesper Myrfors 78 R Dance of Many @Sandra Everingham 362 R Dancing Scimitar @Anson Maddocks -79 C Dandan @Drew Tucker +79 C Dandân @Drew Tucker 80 C Dark Maze @David Seeley 153 C Dark Ritual @Clint Langley 23 C D'Avenant Archer @Douglas Shuler @@ -174,7 +174,7 @@ ScryfallCode=5ED 232 R Game of Chaos @Thomas Gianni 90 C Gaseous Form @Doug Keith 373 R Gauntlets of Chaos @Alan Rabinowitz -298 C Ghazban Ogre @Mike Raabe +298 C Ghazbán Ogre @Mike Raabe 299 C Giant Growth @DiTerlizzi 300 C Giant Spider @Brian Snõddy 233 C Giant Strength @Kev Walker diff --git a/forge-gui/res/editions/Fourth Edition.txt b/forge-gui/res/editions/Fourth Edition.txt index 52bdff33f82..9e82120306c 100644 --- a/forge-gui/res/editions/Fourth Edition.txt +++ b/forge-gui/res/editions/Fourth Edition.txt @@ -113,7 +113,7 @@ ScryfallCode=4ED 188 U Earth Elemental @Dan Frazier 189 R Earthquake @Dan Frazier 318 R Ebony Horse @Dameon Willich -134 R El-Hajjaj @Dameon Willich +134 R El-Hajjâj @Dameon Willich 24 R Elder Land Wurm @Quinton Hoover 242 U Elven Riders @Melissa A. Benson 243 R Elvish Archers @Anson Maddocks @@ -190,7 +190,7 @@ ScryfallCode=4ED 330 R Jandor's Saddlebags @Dameon Willich 331 R Jayemdae Tome @Mark Tedin 79 C Jump @Mark Poole -143 U Junun Efreet @Christopher Rush +143 U Junún Efreet @Christopher Rush 32 U Karma @Richard Thomas 207 U Keldon Warlord @Kev Brockschmidt 254 U Killer Bees @Phil Foglio diff --git a/forge-gui/res/editions/Ice Age.txt b/forge-gui/res/editions/Ice Age.txt index 85cfdf66767..39e7467eb8c 100644 --- a/forge-gui/res/editions/Ice Age.txt +++ b/forge-gui/res/editions/Ice Age.txt @@ -214,19 +214,19 @@ ScryfallCode=ICE 327 U Lapis Lazuli Talisman @Amy Weber 198 C Lava Burst @Tom Wänerstrand 358 R Lava Tubes @Bryon Wackwitz -142 C Legions of Lim-Dul @Anson Maddocks +142 C Legions of Lim-Dûl @Anson Maddocks 143 U Leshrac's Rite @Richard Thomas 144 U Leshrac's Sigil @Drew Tucker 252 R Lhurgoyf @Pete Venters 42 R Lightning Blow @Harold McNeill -145 C Lim-Dul's Cohort @Douglas Shuler -146 U Lim-Dul's Hex @Liz Danforth +145 C Lim-Dûl's Cohort @Douglas Shuler +146 U Lim-Dûl's Hex @Liz Danforth 43 R Lost Order of Jarkeld @Andi Rusu 253 U Lure @Phil Foglio 254 U Maddening Wind @Dameon Willich 82 R Magus of the Unseen @Kaja Foglio 328 U Malachite Talisman @Christopher Rush -199 R Marton Stromgald @Mark Poole +199 R Márton Stromgald @Mark Poole 200 U Melee @Dameon Willich 201 U Melting @Randy Gallegos 44 R Mercenaries @Cornelius Brudi @@ -256,7 +256,7 @@ ScryfallCode=ICE 255 U Nature's Lore @Rick Emond 154 R Necropotence @Mark Tedin 155 C Norritt @Mike Raabe -156 R Oath of Lim-Dul @Douglas Shuler +156 R Oath of Lim-Dûl @Douglas Shuler 331 U Onyx Talisman @Sandra Everingham 205 U Orcish Cannoneers @Dan Frazier 206 C Orcish Conscripts @Douglas Shuler diff --git a/forge-gui/res/editions/Magic Online Deck Series.txt b/forge-gui/res/editions/Magic Online Deck Series.txt index 8b73e2b5451..0bf6bf0f4d6 100644 --- a/forge-gui/res/editions/Magic Online Deck Series.txt +++ b/forge-gui/res/editions/Magic Online Deck Series.txt @@ -10,7 +10,7 @@ B1 U Aura of Silence @D. Alexander Gregory B2 C Benevolent Bodyguard @Roger Raupp B3 R Ethersworn Canonist @Izzy B4 U Flickerwisp @Jeremy Enecio -B5 U Jotun Grunt @Franz Vohwinkel +B5 U Jötun Grunt @Franz Vohwinkel B6 U Kor Firewalker @Matt Stewart B7 R Mangara of Corondor @Zoltan Boros & Gabor Szikszai B8 C Oblivion Ring @Wayne England diff --git a/forge-gui/res/editions/Masters Edition II.txt b/forge-gui/res/editions/Masters Edition II.txt index dfc6a929ecd..d86000075f9 100644 --- a/forge-gui/res/editions/Masters Edition II.txt +++ b/forge-gui/res/editions/Masters Edition II.txt @@ -137,7 +137,7 @@ ScryfallCode=ME2 52 C Lat-Nam's Legacy @Tom Wänerstrand 134 U Lava Burst @Tom Wänerstrand 171 C Leaping Lizard @Amy Weber -103 U Lim-Dul's High Guard @Anson Maddocks +103 U Lim-Dûl's High Guard @Anson Maddocks 213 R Lodestone Bauble @Douglas Shuler 24 R Lost Order of Jarkeld @Andi Rusu 53 R Magus of the Unseen @Kaja Foglio diff --git a/forge-gui/res/editions/Masters Edition IV.txt b/forge-gui/res/editions/Masters Edition IV.txt index 159b24d43c7..ab561cb3144 100644 --- a/forge-gui/res/editions/Masters Edition IV.txt +++ b/forge-gui/res/editions/Masters Edition IV.txt @@ -132,7 +132,7 @@ ScryfallCode=ME4 15 R Island Sanctuary @Mark Poole 208 R Jade Monolith @Anson Maddocks 209 U Juggernaut @Dan Frazier -88 U Junun Efreet @Christopher Rush +88 U Junún Efreet @Christopher Rush 16 C Just Fate @Bradley Williams 17 R Kismet @Kaja Foglio 210 R Kormus Bell @Christopher Rush @@ -144,7 +144,7 @@ ScryfallCode=ME4 211 C Library of Leng @Daniel Gelon 89 R Lich @Daniel Gelon 160 R Lifeforce @Dameon Willich -90 C Lim-Dul's Cohort @Douglas Shuler +90 C Lim-Dûl's Cohort @Douglas Shuler 161 R Living Lands @Jesper Myrfors 212 U Living Wall @Anson Maddocks 52 R Mahamoti Djinn @Dan Frazier diff --git a/forge-gui/res/editions/Masters Edition.txt b/forge-gui/res/editions/Masters Edition.txt index 93c8c7de3d2..f59cc99ec64 100644 --- a/forge-gui/res/editions/Masters Edition.txt +++ b/forge-gui/res/editions/Masters Edition.txt @@ -71,7 +71,7 @@ ScryfallCode=ME1 195 L Forest @Christopher Rush 118 C Fyndhorn Elves @Justin Hampton 119 R Gargantuan Gorilla @Greg Simanson -120 C Ghazban Ogre @Jesper Myrfors +120 C Ghazbán Ogre @Jesper Myrfors 34 C Giant Tortoise @Kaja Foglio 94 C Goblin Chirurgeon @Dan Frazier 95 U Goblin Grenade @Ron Spencer @@ -94,7 +94,7 @@ ScryfallCode=ME1 17 C Icatian Lieutenant @Pete Venters 18 U Icatian Town @Tom Wänerstrand 122 U Ice Storm @Dan Frazier -123 R Ifh-Biff Efreet @Jesper Myrfors +123 R Ifh-Bíff Efreet @Jesper Myrfors 38 U Illusionary Forces @Justin Hampton 39 C Illusionary Wall @Mark Poole 40 R Illusions of Grandeur @Quinton Hoover @@ -106,16 +106,16 @@ ScryfallCode=ME1 147 R Jacques le Vert @Andi Rusu 100 R Jokulhaups @Richard Thomas 41 U Juxtapose @Justin Hampton -74 R Juzam Djinn @Mark Tedin +74 R Juzám Djinn @Mark Tedin 101 U Keldon Warlord @Kev Brockschmidt -75 R Khabal Ghoul @Douglas Shuler +75 R Khabál Ghoul @Douglas Shuler 19 C Knights of Thorn @Christopher Rush 177 R Lake of the Dead @Pete Venters 102 C Lightning Bolt @Christopher Rush -148 U Lim-Dul's Vault @Rob Alexander +148 U Lim-Dûl's Vault @Rob Alexander 149 R Lord of Tresserhorn @Anson Maddocks 103 R Mana Flare @Christopher Rush -104 R Marton Stromgald @Mark Poole +104 R Márton Stromgald @Mark Poole 20 C Mesa Pegasus @Melissa A. Benson 76 C Mindstab Thrull @Mark Tedin 159 R Mirror Universe @Phil Foglio @@ -153,7 +153,7 @@ ScryfallCode=ME1 126 U Rabid Wombat @Kaja Foglio 179 R Rainbow Vale @Kaja Foglio 25 C Righteous Avengers @Heather Hudson -163 R Ring of Ma'ruf @Dan Frazier +163 R Ring of Ma'rûf @Dan Frazier 47 C River Merfolk @Douglas Shuler 127 C Roots @Nicola Leonard 128 C Scryb Sprites @Amy Weber diff --git a/forge-gui/res/editions/Modern Masters 2017.txt b/forge-gui/res/editions/Modern Masters 2017.txt index d0c017ce218..d1f3680cea9 100644 --- a/forge-gui/res/editions/Modern Masters 2017.txt +++ b/forge-gui/res/editions/Modern Masters 2017.txt @@ -32,7 +32,7 @@ ScryfallCode=MM3 19 R Ranger of Eos @Ryan Pancoast 20 R Restoration Angel @Johannes Voss 21 C Rootborn Defenses @Mark Zug -22 R Seance @David Rapoza +22 R Séance @David Rapoza 23 C Sensor Splicer @Izzy 24 C Soul Warden @Randy Gallegos 25 R Stony Silence @Mark Poole diff --git a/forge-gui/res/editions/Online Promos.txt b/forge-gui/res/editions/Online Promos.txt index 6e9a8fe8ce3..cf7216d0c2c 100644 --- a/forge-gui/res/editions/Online Promos.txt +++ b/forge-gui/res/editions/Online Promos.txt @@ -105,11 +105,11 @@ ScryfallCode=PRM 43634 S Hymn to Tourach @Greg Staples 59639 S Icatian Javelineers @Michael Phillippi 35980 S Icatian Javelineers @Michael Phillippi -213 S Ifh-Biff Efreet @Jesper Myrfors +213 S Ifh-Bíff Efreet @Jesper Myrfors 62387 S Izzet Signet @Raoul Vitale 70942 S Jokulhaups @Mike Kerr 35820 S Joraga Warcaller @Steven Belledin -215 S Khabal Ghoul @Douglas Shuler +215 S Khabál Ghoul @Douglas Shuler 43628 S Kjeldoran Outpost @Noah Bradley 23952 S Kjeldoran Outpost @Jeff A. Menges 33442 S Kongming, "Sleeping Dragon" @Gao Yan diff --git a/forge-gui/res/editions/Portal Second Age.txt b/forge-gui/res/editions/Portal Second Age.txt index 933fd861654..7372ad73a9a 100644 --- a/forge-gui/res/editions/Portal Second Age.txt +++ b/forge-gui/res/editions/Portal Second Age.txt @@ -51,7 +51,7 @@ ScryfallCode=P02 72 U Dark Offering @Edward P. Beard, Jr. 125 R Deathcoil Wurm @Rebecca Guay 126 U Deep Wood @Jeff Miracola -36 C Deja Vu @David Horne +36 C Déjà Vu @David Horne 35 R Denizen of the Deep @Anson Maddocks 94 R Earthquake @Jeffrey R. Busch 37 R Exhaustion @Kaja Foglio diff --git a/forge-gui/res/editions/Portal.txt b/forge-gui/res/editions/Portal.txt index 27cb1ca590c..22e5129374a 100644 --- a/forge-gui/res/editions/Portal.txt +++ b/forge-gui/res/editions/Portal.txt @@ -66,7 +66,7 @@ ScryfallCode=POR 50 R Cruel Fate @Adrian Smith 51 U Deep-Sea Serpent @Scott M. Fischer 52 R Djinn of the Lamp @DiTerlizzi -53 C Deja Vu @Hannibal King +53 C Déjà Vu @Hannibal King 54 R Exhaustion @DiTerlizzi 55 U Flux @Ted Naifeh 56 C Giant Octopus @John Matson diff --git a/forge-gui/res/editions/Revised Edition.txt b/forge-gui/res/editions/Revised Edition.txt index ccd8e83b14c..221922b6880 100644 --- a/forge-gui/res/editions/Revised Edition.txt +++ b/forge-gui/res/editions/Revised Edition.txt @@ -90,7 +90,7 @@ ScryfallCode=3ED 146 U Earth Elemental @Dan Frazier 148 R Earthquake @Dan Frazier 247 R Ebony Horse @Dameon Willich -108 R El-Hajjaj @Dameon Willich +108 R El-Hajjâj @Dameon Willich 193 R Elvish Archers @Anson Maddocks 57 U Energy Flux @Kaja Foglio 109 C Erg Raiders @Dameon Willich diff --git a/forge-gui/res/editions/Secret Lair 30th Anniversary Countdown Kit.txt b/forge-gui/res/editions/Secret Lair 30th Anniversary Countdown Kit.txt index 252f21056a7..38a858e5343 100644 --- a/forge-gui/res/editions/Secret Lair 30th Anniversary Countdown Kit.txt +++ b/forge-gui/res/editions/Secret Lair 30th Anniversary Countdown Kit.txt @@ -9,7 +9,7 @@ ScryfallCode=SLC 1993 R Shivan Dragon @Justine Jones 1994 R Mishra's Factory @DXTR 1995 M Necropotence @Rafal Wechterowicz -1996 R Lim-Dul's Vault @Wizard of Barge +1996 R Lim-Dûl's Vault @Wizard of Barge 1997 R Tradewind Rider @BrooklynSnobs 1998 R Smokestack @Jaime A. Zuverza 1999 R Squee, Goblin Nabob @Nana Qi diff --git a/forge-gui/res/editions/Secret Lair Drop Series.txt b/forge-gui/res/editions/Secret Lair Drop Series.txt index 1769bf3875b..8683cc07b2d 100644 --- a/forge-gui/res/editions/Secret Lair Drop Series.txt +++ b/forge-gui/res/editions/Secret Lair Drop Series.txt @@ -708,7 +708,7 @@ ScryfallCode=SLD 731 R Sigarda's Aid @Scott M. Fischer 732 R Selfless Savior @Randy Vargas 733 R Seraph Sanctuary @Alayna Danner -734 R Grima Wormtongue @Bakshi Productions +734 R Gríma Wormtongue @Bakshi Productions 735 R Gaea's Blessing @Ryan Alexander Lee 737 R Mountain Goat @John Darnielle 739 R Isolated Chapel @Helge C. Balzer diff --git a/forge-gui/res/editions/Shadows of the Past.txt b/forge-gui/res/editions/Shadows of the Past.txt index 1a1c008562c..670d4e17cea 100644 --- a/forge-gui/res/editions/Shadows of the Past.txt +++ b/forge-gui/res/editions/Shadows of the Past.txt @@ -17,7 +17,7 @@ ScryfallCode=SIS 9 U Lingering Souls @Bud Cook 10 U Rally the Peasants @Jaime Jones 11 R Requiem Angel @Eric Deschamps -12 U Seance @David Rapoza +12 U Séance @David Rapoza 13 C Battleground Geist @Clint Cearley 14 R Cackling Counterpart @David Rapoza 15 C Forbidden Alchemy @David Rapoza diff --git a/forge-gui/res/editions/The List.txt b/forge-gui/res/editions/The List.txt index 620a5457a47..96e65f3e523 100644 --- a/forge-gui/res/editions/The List.txt +++ b/forge-gui/res/editions/The List.txt @@ -312,7 +312,7 @@ ScryfallCode=PLIST 304 U Daxos, Blessed by the Sun @Jason A. Engle 305 R Elspeth Conquers Death @Ryan Yee 306 R Giver of Runes @Seb McKinnon -307 U Jotun Grunt @Franz Vohwinkel +307 U Jötun Grunt @Franz Vohwinkel 308 U Release the Dogs @Jason Kang 309 M Frost Titan @Mike Bierek 310 R Ice Cave @Jerry Tiritilli diff --git a/forge-gui/res/editions/The Lord of the Rings Tales of Middle-earth Commander.txt b/forge-gui/res/editions/The Lord of the Rings Tales of Middle-earth Commander.txt index 76339b6a84e..1d8b20fefc6 100644 --- a/forge-gui/res/editions/The Lord of the Rings Tales of Middle-earth Commander.txt +++ b/forge-gui/res/editions/The Lord of the Rings Tales of Middle-earth Commander.txt @@ -6,7 +6,7 @@ Type=Commander ScryfallCode=LTC [cards] -1 M Eowyn, Shieldmaiden @Craig Elliott +1 M Éowyn, Shieldmaiden @Craig Elliott 2 M Frodo, Adventurous Hobbit @Axel Sauerwald 3 M Galadriel, Elven-Queen @Axel Sauerwald 4 M Sauron, Lord of the Rings @Alex Brock @@ -18,7 +18,7 @@ ScryfallCode=LTC 10 R Champions of Minas Tirith @Tatiana Kirgetova 11 R Field-Tested Frying Pan @Nino Is 12 R The Gaffer @Tomas Duchek -13 R Gilraen, Dunedain Protector @Marie Magny +13 R Gilraen, Dúnedain Protector @Marie Magny 14 R Grey Host Reinforcements @Patrik Hell 15 R Gwaihir, Greatest of the Eagles @Jesper Ejsing 16 R Lossarnach Captain @Justine Cruz @@ -44,7 +44,7 @@ ScryfallCode=LTC 36 R Assemble the Entmoot @Alex Brock 37 R Feasting Hobbit @Lorenzo Mastroianni 38 R Galadhrim Ambush @John Di Giovanni -39 R Haldir, Lorien Lieutenant @Syd Mills +39 R Haldir, Lórien Lieutenant @Syd Mills 40 R Legolas Greenleaf @Anna Steinbauer 41 R Mirkwood Elk @Christina Kraus 42 R Motivated Pony @Claudiu-Antoniu Magherusan @@ -55,17 +55,17 @@ ScryfallCode=LTC 47 R Banquet Guests @Viko Menezes 48 R Bilbo, Birthday Celebrant @Billy Christian 49 R Boromir, Gondor's Hope @Campbell White -50 R Cirdan the Shipwright @Filipe Pagliuso +50 R Círdan the Shipwright @Filipe Pagliuso 51 R Elrond of the White Council @Javier Charro -52 R Eomer, King of Rohan @Leonardo Borazio +52 R Éomer, King of Rohan @Leonardo Borazio 53 R Erestor of the Council @Syd Mills 54 R Faramir, Steward of Gondor @Anna Podedworna 55 R Farmer Cotton @Tomas Duchek 56 R Forth Eorlingas! @Filipe Pagliuso -57 R Grima, Saruman's Footman @Matt Stewart +57 R Gríma, Saruman's Footman @Matt Stewart 58 R In the Darkness Bind Them @Daarken 59 R Lidless Gaze @Yigit Koroglu -60 R Lord of the Nazgul @Anton Solovianchyk +60 R Lord of the Nazgûl @Anton Solovianchyk 61 R Merry, Warden of Isengard @Viko Menezes 62 R Mirkwood Trapper @John Di Giovanni 63 R Moria Scavenger @Igor Krstic @@ -74,7 +74,7 @@ ScryfallCode=LTC 66 R Radagast, Wizard of Wilds @Tomas Duchek 67 R Riders of Rohan @Stanislav Sherbakov 68 R Sail into the West @Leonardo Borazio -69 R Song of Earendil @Torgeir Fjereide +69 R Song of Eärendil @Torgeir Fjereide 70 R Summons of Saruman @Svetlin Velinov 71 R Taunt from the Rampart @Lorenzo Mastroianni 72 R Too Greedily, Too Deep @Anton Solovianchyk @@ -82,16 +82,16 @@ ScryfallCode=LTC 74 R Wake the Dragon @Henry Peters 75 R Crown of Gondor @Jarel Threat 76 R Hithlain Rope @Josu Solano -77 R Lothlorien Blade @Zuzanna Wużyk +77 R Lothlórien Blade @Zuzanna Wużyk 78 R Model of Unity @Yuriy Chemezov 79 R Relic of Sauron @Anton Solovianchyk 80 R The Black Gate @Marc Simonetti -81 M Eowyn, Shieldmaiden @Craig Elliott +81 M Éowyn, Shieldmaiden @Craig Elliott 82 M Frodo, Adventurous Hobbit @Axel Sauerwald 83 M Galadriel, Elven-Queen @Axel Sauerwald 84 M Sauron, Lord of the Rings @Alex Brock 85 M Aragorn, King of Gondor @Yongjae Choi -86 M Eowyn, Shieldmaiden @Craig Elliott +86 M Éowyn, Shieldmaiden @Craig Elliott 87 M Frodo, Adventurous Hobbit @Axel Sauerwald 88 M Galadriel, Elven-Queen @Axel Sauerwald 89 M Gandalf, Westward Voyager @Sidharth Chaturvedi @@ -102,7 +102,7 @@ ScryfallCode=LTC 94 R Champions of Minas Tirith @Tatiana Kirgetova 95 R Field-Tested Frying Pan @Nino Is 96 R The Gaffer @Tomas Duchek -97 R Gilraen, Dunedain Protector @Marie Magny +97 R Gilraen, Dúnedain Protector @Marie Magny 98 R Grey Host Reinforcements @Patrik Hell 99 R Gwaihir, Greatest of the Eagles @Jesper Ejsing 100 R Lossarnach Captain @Justine Cruz @@ -127,7 +127,7 @@ ScryfallCode=LTC 119 R Assemble the Entmoot @Alex Brock 120 R Feasting Hobbit @Lorenzo Mastroianni 121 R Galadhrim Ambush @John Di Giovanni -122 R Haldir, Lorien Lieutenant @Syd Mills +122 R Haldir, Lórien Lieutenant @Syd Mills 123 R Legolas Greenleaf @Anna Steinbauer 124 R Mirkwood Elk @Christina Kraus 125 R Motivated Pony @Claudiu-Antoniu Magherusan @@ -138,16 +138,16 @@ ScryfallCode=LTC 130 R Banquet Guests @Viko Menezes 131 R Bilbo, Birthday Celebrant @Billy Christian 132 R Boromir, Gondor's Hope @Campbell White -133 R Cirdan the Shipwright @Filipe Pagliuso +133 R Círdan the Shipwright @Filipe Pagliuso 134 R Elrond of the White Council @Javier Charro -135 R Eomer, King of Rohan @Leonardo Borazio +135 R Éomer, King of Rohan @Leonardo Borazio 136 R Erestor of the Council @Syd Mills 137 R Faramir, Steward of Gondor @Anna Podedworna 138 R Farmer Cotton @Tomas Duchek 139 R Forth Eorlingas! @Filipe Pagliuso -140 R Grima, Saruman's Footman @Matt Stewart +140 R Gríma, Saruman's Footman @Matt Stewart 141 R Lidless Gaze @Yigit Koroglu -142 R Lord of the Nazgul @Anton Solovianchyk +142 R Lord of the Nazgûl @Anton Solovianchyk 143 R Merry, Warden of Isengard @Viko Menezes 144 R Mirkwood Trapper @John Di Giovanni 145 R Moria Scavenger @Igor Krstic @@ -162,7 +162,7 @@ ScryfallCode=LTC 154 R Wake the Dragon @Henry Peters 155 R Crown of Gondor @Jarel Threat 156 R Hithlain Rope @Josu Solano -157 R Lothlorien Blade @Zuzanna Wużyk +157 R Lothlórien Blade @Zuzanna Wużyk 158 R Model of Unity @Yuriy Chemezov 159 R Relic of Sauron @Anton Solovianchyk 160 R The Black Gate @Marc Simonetti @@ -420,7 +420,7 @@ ScryfallCode=LTC 412 R Champions of Minas Tirith @Tatiana Kirgetova 413 R Field-Tested Frying Pan @Nino Is 414 R The Gaffer @Tomas Duchek -415 R Gilraen, Dunedain Protector @Marie Magny +415 R Gilraen, Dúnedain Protector @Marie Magny 416 R Grey Host Reinforcements @Patrik Hell 417 R Gwaihir, Greatest of the Eagles @Jesper Ejsing 418 R Lossarnach Captain @Justine Cruz @@ -446,7 +446,7 @@ ScryfallCode=LTC 438 R Assemble the Entmoot @Alex Brock 439 R Feasting Hobbit @Lorenzo Mastroianni 440 R Galadhrim Ambush @John Di Giovanni -441 R Haldir, Lorien Lieutenant @Syd Mills +441 R Haldir, Lórien Lieutenant @Syd Mills 442 R Legolas Greenleaf @Anna Steinbauer 443 R Mirkwood Elk @Christina Kraus 444 R Motivated Pony @Claudiu-Antoniu Magherusan @@ -458,10 +458,10 @@ ScryfallCode=LTC 450 R Banquet Guests @Viko Menezes 451 R Bilbo, Birthday Celebrant @Billy Christian 452 R Boromir, Gondor's Hope @Campbell White -453 R Cirdan the Shipwright @Filipe Pagliuso +453 R Círdan the Shipwright @Filipe Pagliuso 454 R Elrond of the White Council @Javier Charro -455 R Eomer, King of Rohan @Leonardo Borazio -456 M Eowyn, Shieldmaiden @Craig Elliott +455 R Éomer, King of Rohan @Leonardo Borazio +456 M Éowyn, Shieldmaiden @Craig Elliott 457 R Erestor of the Council @Syd Mills 458 R Faramir, Steward of Gondor @Anna Podedworna 459 R Farmer Cotton @Tomas Duchek @@ -469,10 +469,10 @@ ScryfallCode=LTC 461 M Frodo, Adventurous Hobbit @Axel Sauerwald 462 M Galadriel, Elven-Queen @Axel Sauerwald 463 M Gandalf, Westward Voyager @Sidharth Chaturvedi -464 R Grima, Saruman's Footman @Matt Stewart +464 R Gríma, Saruman's Footman @Matt Stewart 465 R In the Darkness Bind Them @Lack 466 R Lidless Gaze @Yigit Koroglu -467 R Lord of the Nazgul @Anton Solovianchyk +467 R Lord of the Nazgûl @Anton Solovianchyk 468 R Merry, Warden of Isengard @Viko Menezes 469 R Mirkwood Trapper @John Di Giovanni 470 R Moria Scavenger @Igor Krstic @@ -484,7 +484,7 @@ ScryfallCode=LTC 476 M Sam, Loyal Attendant @Campbell White 477 M Saruman, the White Hand @Leonardo Borazio 478 M Sauron, Lord of the Rings @Alex Brock -479 R Song of Earendil @Torgeir Fjereide +479 R Song of Eärendil @Torgeir Fjereide 480 R Summons of Saruman @Svetlin Velinov 481 R Taunt from the Rampart @Lorenzo Mastroianni 482 R Too Greedily, Too Deep @Anton Solovianchyk @@ -492,11 +492,11 @@ ScryfallCode=LTC 484 R Wake the Dragon @Henry Peters 485 R Crown of Gondor @Jarel Threat 486 R Hithlain Rope @Josu Solano -487 R Lothlorien Blade @Zuzanna Wużyk +487 R Lothlórien Blade @Zuzanna Wużyk 488 R Model of Unity @Yuriy Chemezov 489 R Relic of Sauron @Anton Solovianchyk 490 R The Black Gate @Marc Simonetti -491 R Anduril, Narsil Reforged @Jason Rainville +491 R Andúril, Narsil Reforged @Jason Rainville 492 M Aragorn, Hornburg Hero @Jason Rainville 493 R Legolas's Quick Reflexes @Jason Rainville 494 R Gimli's Reckless Might @Jason Rainville @@ -506,16 +506,16 @@ ScryfallCode=LTC 498 M Galadriel, Light of Valinor @Alexander Mokhov 499 R Rally the Galadhrim @Alexander Mokhov 500 R Galadriel's Dismissal @Alexander Mokhov -501 R Mists of Lorien @Alexander Mokhov +501 R Mists of Lórien @Alexander Mokhov 502 R Galadhrim Brigade @Alexander Mokhov -503 R Olorin's Searing Light @Matt Stewart +503 R Olórin's Searing Light @Matt Stewart 504 R Sorcerous Squall @Matt Stewart 505 R Rammas Echor, Ancient Shield @Matt Stewart 506 R Courageous Resolve @Matt Stewart 507 M Gandalf of the Secret Fire @Matt Stewart 508 R Fell Beast's Shriek @Matt Stewart 509 R Call Forth the Tempest @Campbell White -510 R Nazgul Battle-Mace @Campbell White +510 R Nazgûl Battle-Mace @Campbell White 511 M Witch-king, Sky Scourge @Campbell White 512 R Mordor on the March @Campbell White 513 R Fell Beast of Mordor @Campbell White @@ -540,7 +540,7 @@ ScryfallCode=LTC 532 U Tempt with Discovery @Greg Hildebrandt & Tim Hildebrandt 533 R Timber Protector @Greg Hildebrandt & Tim Hildebrandt 534 U Myriad Landscape @Greg Hildebrandt & Tim Hildebrandt -535 R Anduril, Narsil Reforged @Jason Rainville +535 R Andúril, Narsil Reforged @Jason Rainville 536 M Aragorn, Hornburg Hero @Jason Rainville 537 R Legolas's Quick Reflexes @Jason Rainville 538 R Gimli's Reckless Might @Jason Rainville @@ -550,16 +550,16 @@ ScryfallCode=LTC 542 M Galadriel, Light of Valinor @Alexander Mokhov 543 R Rally the Galadhrim @Alexander Mokhov 544 R Galadriel's Dismissal @Alexander Mokhov -545 R Mists of Lorien @Alexander Mokhov +545 R Mists of Lórien @Alexander Mokhov 546 R Galadhrim Brigade @Alexander Mokhov -547 R Olorin's Searing Light @Matt Stewart +547 R Olórin's Searing Light @Matt Stewart 548 R Sorcerous Squall @Matt Stewart 549 R Rammas Echor, Ancient Shield @Matt Stewart 550 R Courageous Resolve @Matt Stewart 551 M Gandalf of the Secret Fire @Matt Stewart 552 R Fell Beast's Shriek @Matt Stewart 553 R Call Forth the Tempest @Campbell White -554 R Nazgul Battle-Mace @Campbell White +554 R Nazgûl Battle-Mace @Campbell White 555 M Witch-king, Sky Scourge @Campbell White 556 R Mordor on the March @Campbell White 557 R Fell Beast of Mordor @Campbell White diff --git a/forge-gui/res/editions/The Lord of the Rings Tales of Middle-earth.txt b/forge-gui/res/editions/The Lord of the Rings Tales of Middle-earth.txt index 2fa518370ad..801e055d3a7 100644 --- a/forge-gui/res/editions/The Lord of the Rings Tales of Middle-earth.txt +++ b/forge-gui/res/editions/The Lord of the Rings Tales of Middle-earth.txt @@ -15,11 +15,11 @@ ScryfallCode=LTR 3 U Bill the Pony @Christina Kraus 4 R Boromir, Warden of the Tower @Yigit Koroglu 5 M Dawn of a New Age @Anato Finnstark -6 C Dunedain Blade @Jarel Threat +6 C Dúnedain Blade @Jarel Threat 7 C Eagles of the North @Axel Sauerwald 8 C Eastfarthing Farmer @Iga Oliwiak 9 C East-Mark Cavalier @Viko Menezes -10 U Eowyn, Lady of Rohan @Sean Vo +10 U Éowyn, Lady of Rohan @Sean Vo 11 C Errand-Rider of Gondor @YW Tang 12 C Escape from Orthanc @Anthony Devine 13 C Esquire of the King @Tyukina Tatiana @@ -43,7 +43,7 @@ ScryfallCode=LTR 31 C Slip On the Ring @Iga Oliwiak 32 C Soldier of the Grey Host @Chris Cold 33 C Stalwarts of Osgiliath @Lixin Yin -34 U Tale of Tinuviel @Anthony Devine +34 U Tale of Tinúviel @Anthony Devine 35 C Took Reaper @Tatiana Veryayskaya 36 R War of the Last Alliance @Alexander Forssberg 37 C Westfold Rider @Anastasia Balakchina @@ -69,7 +69,7 @@ ScryfallCode=LTR 57 C Isolation at Orthanc @Erikas Perl 58 C Ithilien Kingfisher @Alexander Ostrowski 59 C Knights of Dol Amroth @Eelis Kyttanen -60 C Lorien Revealed @Randy Gallegos +60 C Lórien Revealed @Randy Gallegos 61 R Lost Isle Calling @Wangjie Li 62 U Meneldor, Swift Savior @Axel Sauerwald 63 C Nimrodel Watcher @Justyna Dura @@ -79,7 +79,7 @@ ScryfallCode=LTR 67 U Saruman the White @Matt Stewart 68 U Saruman's Trickery @Yongjae Choi 69 R Scroll of Isildur @Audrey Benjaminsen -70 C Soothing of Smeagol @Lixin Yin +70 C Soothing of Sméagol @Lixin Yin 71 U Stern Scolding @Valera Lutfullina 72 M Storm of Saruman @Lorenzo Lanfranconi 73 C Surrounded by Orcs @Anna Pavleeva @@ -97,7 +97,7 @@ ScryfallCode=LTR 85 U Gollum's Bite @Anton Solovianchyk 86 U Gorbag of Minas Morgul @Alex Brock 87 U Gothmog, Morgul Lieutenant @Ilker Yildiz -88 U Grima Wormtongue @Alex Brock +88 U Gríma Wormtongue @Alex Brock 89 U Grond, the Gatebreaker @Ramazan Kazaliev 90 C Haunt of the Dead Marshes @Miklós Ligeti 91 R Isildur's Fateful Strike @John Di Giovanni @@ -109,7 +109,7 @@ ScryfallCode=LTR 97 C Mordor Trebuchet @Alexander Forssberg 98 C Morgul-Knife Wound @Axel Sauerwald 99 C Nasty End @Valera Lutfullina -100 U Nazgul @Igor Krstic +100 U Nazgûl @Igor Krstic 101 U Oath of the Grey Host @Miklós Ligeti 102 R One Ring to Rule Them All @L J Koh 103 R Orcish Bowmasters @Maxim Kostin @@ -120,7 +120,7 @@ ScryfallCode=LTR 108 C Shelob's Ambush @Simon Dominic 109 C Snarling Warg @Tomas Duchek 110 C The Torment of Gollum @Nino Is -111 C Troll of Khazad-dum @Simon Dominic +111 C Troll of Khazad-dûm @Simon Dominic 112 C Uruk-hai Berserker @Victor Harmatiuk 113 U Voracious Fell Beast @John Tedrick 114 M Witch-king of Angmar @Anato Finnstark @@ -129,8 +129,8 @@ ScryfallCode=LTR 117 C Breaking of the Fellowship @Randy Gallegos 118 C Cast into the Fire @Aurore Folny 119 R Display of Power @Shahab Alizadeh -120 R Eomer, Marshal of Rohan @Jesper Ejsing -121 U Eomer of the Riddermark @John Di Giovanni +120 R Éomer, Marshal of Rohan @Jesper Ejsing +121 U Éomer of the Riddermark @John Di Giovanni 122 C Erebor Flamesmith @L J Koh 123 U Erkenbrand, Lord of Westfold @Alexander Mokhov 124 R Fall of Cair Andros @Shahab Alizadeh @@ -141,9 +141,9 @@ ScryfallCode=LTR 129 U Gimli, Counter of Kills @Viko Menezes 130 C Gimli's Axe @Pablo Mendoza 131 C Gimli's Fury @John Di Giovanni -132 R Gloin, Dwarf Emissary @Tomas Duchek +132 R Glóin, Dwarf Emissary @Tomas Duchek 133 U Goblin Fireleaper @Javier Charro -134 U Grishnakh, Brash Instigator @Victor Harmatiuk +134 U Grishnákh, Brash Instigator @Victor Harmatiuk 135 C Haradrim Spearmaster @Maxim Kostin 136 M Hew the Entwood @Manuel Castañón 137 C Improvised Club @Pablo Mendoza @@ -168,7 +168,7 @@ ScryfallCode=LTR 156 U Celeborn the Wise @Wangjie Li 157 C Chance-Met Elves @Irvin Rodriguez 158 R Delighted Halfling @Inka Schulz -159 U Dunedain Rangers @Eric Wilkerson +159 U Dúnedain Rangers @Eric Wilkerson 160 R Elven Chorus @Anato Finnstark 161 C Elven Farsight @Irina Nordsol 162 C Enraged Huorn @David Álvarez @@ -184,7 +184,7 @@ ScryfallCode=LTR 172 M Last March of the Ents @John Tedrick 173 R Legolas, Master Archer @Campbell White 174 U Long List of the Ents @Logan Feliciano -175 C Lothlorien Lookout @Daniel Correia +175 C Lothlórien Lookout @Daniel Correia 176 C Many Partings @Dmitry Burmak 177 U Meriadoc Brandybuck @Marie Magny 178 C Mirkwood Spider @Alexander Ostrowski @@ -203,19 +203,19 @@ ScryfallCode=LTR 191 R Aragorn, Company Leader @Anna Steinbauer 192 M Aragorn, the Uniter @Javier Charro 193 M Arwen, Mortal Queen @Miranda Meeks -194 U Arwen Undomiel @Yongjae Choi +194 U Arwen Undómiel @Yongjae Choi 195 R The Balrog, Durin's Bane @Kekai Kotaki 196 U Bilbo, Retired Burglar @Anna Pavleeva 197 U Butterbur, Bree Innkeeper @Ryan Yee 198 U Denethor, Ruling Steward @Campbell White 199 R Doors of Durin @Marc Simonetti 200 R Elrond, Master of Healing @Wangjie Li -201 R Eowyn, Fearless Knight @Magali Villeneuve +201 R Éowyn, Fearless Knight @Magali Villeneuve 202 R Faramir, Prince of Ithilien @Tomas Duchek 203 R Flame of Anor @Yigit Koroglu 204 U Friendly Rivalry @Marc Simonetti 205 U Frodo Baggins @Ekaterina Burmak -206 R Galadriel of Lothlorien @Magali Villeneuve +206 R Galadriel of Lothlórien @Magali Villeneuve 207 R Gandalf the Grey @Aaron Miller 208 U Gandalf's Sanction @Tatiana Veryayskaya 209 R Gimli, Mournful Avenger @Bartłomiej Gaweł @@ -223,7 +223,7 @@ ScryfallCode=LTR 211 R King of the Oathbreakers @Tatiana Veryayskaya 212 U Legolas, Counter of Kills @Yongjae Choi 213 R Lotho, Corrupt Shirriff @Ilker Yildiz -214 U Mauhur, Uruk-hai Captain @Javier Charro +214 U Mauhúr, Uruk-hai Captain @Javier Charro 215 R Merry, Esquire of Rohan @Tomas Duchek 216 U The Mouth of Sauron @Alex Brock 217 U Old Man Willow @Miklós Ligeti @@ -240,12 +240,12 @@ ScryfallCode=LTR 228 R Shagrat, Loot Bearer @Tatiana Veryayskaya 229 R Sharkey, Tyrant of the Shire @Matt Stewart 230 R Shelob, Child of Ungoliant @Lorenzo Mastroianni -231 R Smeagol, Helpful Guide @Campbell White +231 R Sméagol, Helpful Guide @Campbell White 232 U Strider, Ranger of the North @Jarel Threat -233 U Theoden, King of Rohan @Kieran Yanner +233 U Théoden, King of Rohan @Kieran Yanner 234 M Tom Bombadil @Dmitry Burmak -235 U Ugluk of the White Hand @Bartłomiej Gaweł -236 M Anduril, Flame of the West @Irvin Rodriguez +235 U Uglúk of the White Hand @Bartłomiej Gaweł +236 M Andúril, Flame of the West @Irvin Rodriguez 237 U Barrow-Blade @Alexander Mokhov 238 U Ent-Draught Basin @Torgeir Fjereide 239 M Glamdring @Andrea Piparo @@ -256,13 +256,13 @@ ScryfallCode=LTR 244 U Mirror of Galadriel @Kasia 'Kafis' Zielińska 245 R Mithril Coat @Igor Krstic 246 M The One Ring @Veli Nyström -247 M Palantir of Orthanc @Tatiana Veryayskaya +247 M Palantír of Orthanc @Tatiana Veryayskaya 248 R Phial of Galadriel @Andrea Piparo 249 C Shire Scarecrow @Alexander Mokhov 250 R Sting, the Glinting Dagger @Nino Is 251 U Stone of Erech @Jonas De Ro 252 C Wizard's Rockets @Yuriy Chemezov -253 R Barad-dur @Sean Vo +253 R Barad-dûr @Sean Vo 254 C Great Hall of the Citadel @Campbell White 255 U The Grey Havens @Alayna Danner 256 R Minas Tirith @Arthur Yuan @@ -325,7 +325,7 @@ ScryfallCode=LTR 294 R Fires of Mount Doom @Shahab Alizadeh 295 C Goblin Assailant @Anton Solovianchyk 296 R Galadriel, Gift-Giver @Alexander Mokhov -297 R The Balrog, Flame of Udun @John Tedrick +297 R The Balrog, Flame of Udûn @John Tedrick 298 R Bilbo's Ring @Randy Gallegos [showcase] @@ -349,7 +349,7 @@ ScryfallCode=LTR 318 R Elrond, Master of Healing @Andreas Rocha 319 R Faramir, Prince of Ithilien @Andreas Rocha 320 U Frodo Baggins @Dominik Mayer -321 R Galadriel of Lothlorien @Anato Finnstark +321 R Galadriel of Lothlórien @Anato Finnstark 322 R Gandalf the Grey @Anato Finnstark 323 R Gimli, Mournful Avenger @Marko Manev 324 U Legolas, Counter of Kills @Anato Finnstark @@ -358,18 +358,18 @@ ScryfallCode=LTR 327 R Samwise Gamgee @Marko Manev 328 M Saruman of Many Colors @Marko Manev 329 M Sauron, the Dark Lord @Dominik Mayer & Anato Finnstark -330 R Smeagol, Helpful Guide @Andreas Rocha +330 R Sméagol, Helpful Guide @Andreas Rocha 331 M Tom Bombadil @Marko Manev 452 C Banish from Edoras @Veli Nyström 453 R The Battle of Bywater @Tomas Duchek 454 U Bill the Pony @Christina Kraus 455 R Boromir, Warden of the Tower @Yigit Koroglu 456 M Dawn of a New Age @Anato Finnstark -457 C Dunedain Blade @Jarel Threat +457 C Dúnedain Blade @Jarel Threat 458 C Eagles of the North @Axel Sauerwald 459 C Eastfarthing Farmer @Iga Oliwiak 460 C East-Mark Cavalier @Viko Menezes -461 U Eowyn, Lady of Rohan @Sean Vo +461 U Éowyn, Lady of Rohan @Sean Vo 462 C Errand-Rider of Gondor @YW Tang 463 C Escape from Orthanc @Anthony Devine 464 C Esquire of the King @Tyukina Tatiana @@ -393,7 +393,7 @@ ScryfallCode=LTR 482 C Slip On the Ring @Iga Oliwiak 483 C Soldier of the Grey Host @Chris Cold 484 C Stalwarts of Osgiliath @Lixin Yin -485 U Tale of Tinuviel @Eli +485 U Tale of Tinúviel @Eli 486 C Took Reaper @Tatiana Veryayskaya 487 R War of the Last Alliance @Alexander Forssberg 488 C Westfold Rider @Anastasia Balakchina @@ -419,7 +419,7 @@ ScryfallCode=LTR 508 C Isolation at Orthanc @Erikas Perl 509 C Ithilien Kingfisher @Alexander Ostrowski 510 C Knights of Dol Amroth @Eelis Kyttanen -511 C Lorien Revealed @Randy Gallegos +511 C Lórien Revealed @Randy Gallegos 512 R Lost Isle Calling @Wangjie Li 513 U Meneldor, Swift Savior @Axel Sauerwald 514 C Nimrodel Watcher @Justyna Dura @@ -429,7 +429,7 @@ ScryfallCode=LTR 518 U Saruman the White @Matt Stewart 519 U Saruman's Trickery @Yongjae Choi 520 R Scroll of Isildur @Audrey Benjaminsen -521 C Soothing of Smeagol @Lixin Yin +521 C Soothing of Sméagol @Lixin Yin 522 U Stern Scolding @Valera Lutfullina 523 M Storm of Saruman @Lorenzo Lanfranconi 524 C Surrounded by Orcs @Anna Pavleeva @@ -447,7 +447,7 @@ ScryfallCode=LTR 536 U Gollum's Bite @Anton Solovianchyk 537 U Gorbag of Minas Morgul @Alex Brock 538 U Gothmog, Morgul Lieutenant @Ilker Yildiz -539 U Grima Wormtongue @Alex Brock +539 U Gríma Wormtongue @Alex Brock 540 U Grond, the Gatebreaker @Ramazan Kazaliev 541 C Haunt of the Dead Marshes @Miklós Ligeti 542 R Isildur's Fateful Strike @John Di Giovanni @@ -459,7 +459,7 @@ ScryfallCode=LTR 548 C Mordor Trebuchet @Alexander Forssberg 549 C Morgul-Knife Wound @Axel Sauerwald 550 C Nasty End @Valera Lutfullina -551 U Nazgul @Igor Krstic +551 U Nazgûl @Igor Krstic 552 U Oath of the Grey Host @Miklós Ligeti 553 R One Ring to Rule Them All @Nino Is 554 R Orcish Bowmasters @Maxim Kostin @@ -470,7 +470,7 @@ ScryfallCode=LTR 559 C Shelob's Ambush @Simon Dominic 560 C Snarling Warg @Tomas Duchek 561 C The Torment of Gollum @Nino Is -562 C Troll of Khazad-dum @Simon Dominic +562 C Troll of Khazad-dûm @Simon Dominic 563 C Uruk-hai Berserker @Victor Harmatiuk 564 U Voracious Fell Beast @John Tedrick 565 M Witch-king of Angmar @Anato Finnstark @@ -479,8 +479,8 @@ ScryfallCode=LTR 568 C Breaking of the Fellowship @Randy Gallegos 569 C Cast into the Fire @Aurore Folny 570 R Display of Power @Shahab Alizadeh -571 R Eomer, Marshal of Rohan @Jesper Ejsing -572 U Eomer of the Riddermark @John Di Giovanni +571 R Éomer, Marshal of Rohan @Jesper Ejsing +572 U Éomer of the Riddermark @John Di Giovanni 573 C Erebor Flamesmith @L J Koh 574 U Erkenbrand, Lord of Westfold @Alexander Mokhov 575 R Fall of Cair Andros @Shahab Alizadeh @@ -491,9 +491,9 @@ ScryfallCode=LTR 580 U Gimli, Counter of Kills @Viko Menezes 581 C Gimli's Axe @Pablo Mendoza 582 C Gimli's Fury @John Di Giovanni -583 R Gloin, Dwarf Emissary @Tomas Duchek +583 R Glóin, Dwarf Emissary @Tomas Duchek 584 U Goblin Fireleaper @Javier Charro -585 U Grishnakh, Brash Instigator @Victor Harmatiuk +585 U Grishnákh, Brash Instigator @Victor Harmatiuk 586 C Haradrim Spearmaster @Maxim Kostin 587 M Hew the Entwood @Manuel Castañón 588 C Improvised Club @Pablo Mendoza @@ -518,7 +518,7 @@ ScryfallCode=LTR 607 U Celeborn the Wise @Wangjie Li 608 C Chance-Met Elves @Irvin Rodriguez 609 R Delighted Halfling @Inka Schulz -610 U Dunedain Rangers @Eric Wilkerson +610 U Dúnedain Rangers @Eric Wilkerson 611 R Elven Chorus @Anato Finnstark 612 C Elven Farsight @Irina Nordsol 613 C Enraged Huorn @David Álvarez @@ -534,7 +534,7 @@ ScryfallCode=LTR 623 M Last March of the Ents @John Tedrick 624 R Legolas, Master Archer @Campbell White 625 U Long List of the Ents @Logan Feliciano -626 C Lothlorien Lookout @Daniel Correia +626 C Lothlórien Lookout @Daniel Correia 627 C Many Partings @Dmitry Burmak 628 U Meriadoc Brandybuck @Marie Magny 629 C Mirkwood Spider @Alexander Ostrowski @@ -553,19 +553,19 @@ ScryfallCode=LTR 642 R Aragorn, Company Leader @Eli 643 M Aragorn, the Uniter @Javier Charro 644 M Arwen, Mortal Queen @Miranda Meeks -645 U Arwen Undomiel @Yongjae Choi +645 U Arwen Undómiel @Yongjae Choi 646 R The Balrog, Durin's Bane @Kekai Kotaki 647 U Bilbo, Retired Burglar @Anna Pavleeva 648 U Butterbur, Bree Innkeeper @Ryan Yee 649 U Denethor, Ruling Steward @Campbell White 650 R Doors of Durin @Marc Simonetti 651 R Elrond, Master of Healing @Wangjie Li -652 R Eowyn, Fearless Knight @Magali Villeneuve +652 R Éowyn, Fearless Knight @Magali Villeneuve 653 R Faramir, Prince of Ithilien @Tomas Duchek 654 R Flame of Anor @Yigit Koroglu 655 U Friendly Rivalry @Marc Simonetti 656 U Frodo Baggins @Ekaterina Burmak -657 R Galadriel of Lothlorien @Magali Villeneuve +657 R Galadriel of Lothlórien @Magali Villeneuve 658 R Gandalf the Grey @Aaron Miller 659 U Gandalf's Sanction @Tatiana Veryayskaya 660 R Gimli, Mournful Avenger @Bartłomiej Gaweł @@ -573,7 +573,7 @@ ScryfallCode=LTR 662 R King of the Oathbreakers @Tatiana Veryayskaya 663 U Legolas, Counter of Kills @Yongjae Choi 664 R Lotho, Corrupt Shirriff @Ilker Yildiz -665 U Mauhur, Uruk-hai Captain @Javier Charro +665 U Mauhúr, Uruk-hai Captain @Javier Charro 666 R Merry, Esquire of Rohan @Tomas Duchek 667 U The Mouth of Sauron @Alex Brock 668 U Old Man Willow @Miklós Ligeti @@ -590,12 +590,12 @@ ScryfallCode=LTR 679 R Shagrat, Loot Bearer @Tatiana Veryayskaya 680 R Sharkey, Tyrant of the Shire @Matt Stewart 681 R Shelob, Child of Ungoliant @Lorenzo Mastroianni -682 R Smeagol, Helpful Guide @Campbell White +682 R Sméagol, Helpful Guide @Campbell White 683 U Strider, Ranger of the North @Jarel Threat -684 U Theoden, King of Rohan @Kieran Yanner +684 U Théoden, King of Rohan @Kieran Yanner 685 M Tom Bombadil @Dmitry Burmak -686 U Ugluk of the White Hand @Bartłomiej Gaweł -687 M Anduril, Flame of the West @Irvin Rodriguez +686 U Uglúk of the White Hand @Bartłomiej Gaweł +687 M Andúril, Flame of the West @Irvin Rodriguez 688 U Barrow-Blade @Alexander Mokhov 689 U Ent-Draught Basin @Torgeir Fjereide 690 M Glamdring @Andrea Piparo @@ -606,13 +606,13 @@ ScryfallCode=LTR 695 U Mirror of Galadriel @Kasia 'Kafis' Zielińska 696 R Mithril Coat @Igor Krstic 697 M The One Ring @Veli Nyström -698 M Palantir of Orthanc @Tatiana Veryayskaya +698 M Palantír of Orthanc @Tatiana Veryayskaya 699 R Phial of Galadriel @Andrea Piparo 700 C Shire Scarecrow @Alexander Mokhov 701 R Sting, the Glinting Dagger @Nino Is 702 U Stone of Erech @Jonas De Ro 703 C Wizard's Rockets @Yuriy Chemezov -704 R Barad-dur @Sean Vo +704 R Barad-dûr @Sean Vo 705 C Great Hall of the Citadel @Campbell White 706 U The Grey Havens @Alayna Danner 707 R Minas Tirith @Arthur Yuan @@ -631,14 +631,14 @@ ScryfallCode=LTR 720 L Mountain @Deven Rue 721 L Forest @Deven Rue 722 L Forest @Deven Rue -723 U Nazgul @Wonchun Choi -724 U Nazgul @Chris Cold -725 U Nazgul @Nino Is -726 U Nazgul @Yigit Koroglu -727 U Nazgul @Igor Krstic -728 U Nazgul @Miklós Ligeti -729 U Nazgul @Antonio José Manzanedo -730 U Nazgul @Lorenzo Mastroianni +723 U Nazgûl @Wonchun Choi +724 U Nazgûl @Chris Cold +725 U Nazgûl @Nino Is +726 U Nazgûl @Yigit Koroglu +727 U Nazgûl @Igor Krstic +728 U Nazgûl @Miklós Ligeti +729 U Nazgûl @Antonio José Manzanedo +730 U Nazgûl @Lorenzo Mastroianni 794 R Boromir, Warden of the Tower @Anato Finnstark 795 U Faramir, Field Commander @Dominik Mayer 796 R Frodo, Sauron's Bane @Andreas Rocha @@ -658,7 +658,7 @@ ScryfallCode=LTR 810 R Elrond, Master of Healing @Andreas Rocha 811 R Faramir, Prince of Ithilien @Andreas Rocha 812 U Frodo Baggins @Dominik Mayer -813 R Galadriel of Lothlorien @Anato Finnstark +813 R Galadriel of Lothlórien @Anato Finnstark 814 R Gandalf the Grey @Anato Finnstark 815 R Gimli, Mournful Avenger @Marko Manev 816 U Legolas, Counter of Kills @Anato Finnstark @@ -667,21 +667,21 @@ ScryfallCode=LTR 819 R Samwise Gamgee @Marko Manev 820 M Saruman of Many Colors @Marko Manev 821 M Sauron, the Dark Lord @Dominik Mayer & Anato Finnstark -822 R Smeagol, Helpful Guide @Andreas Rocha +822 R Sméagol, Helpful Guide @Andreas Rocha 823 M Tom Bombadil @Marko Manev [alternate art] -332 U Nazgul @Wonchun Choi -333 U Nazgul @Chris Cold -334 U Nazgul @Nino Is -335 U Nazgul @Yigit Koroglu -336 U Nazgul @Igor Krstic -337 U Nazgul @Miklós Ligeti -338 U Nazgul @Antonio José Manzanedo -339 U Nazgul @Lorenzo Mastroianni +332 U Nazgûl @Wonchun Choi +333 U Nazgûl @Chris Cold +334 U Nazgûl @Nino Is +335 U Nazgûl @Yigit Koroglu +336 U Nazgûl @Igor Krstic +337 U Nazgûl @Miklós Ligeti +338 U Nazgûl @Antonio José Manzanedo +339 U Nazgûl @Lorenzo Mastroianni [borderless] -340 R Barad-dur @Jonas De Ro +340 R Barad-dûr @Jonas De Ro 341 R Minas Tirith @Sean Vo 342 R Mines of Moria @Lucas Terryn 343 M Mount Doom @Logan Feliciano @@ -713,12 +713,12 @@ ScryfallCode=LTR 422 U Voracious Fell Beast @Tyler Jacobson 423 M Witch-king of Angmar @Tyler Jacobson 424 M Shadow of the Enemy @Tyler Jacobson -425 R Barad-dur @Tyler Jacobson +425 R Barad-dûr @Tyler Jacobson 426 C Oliphaunt @Tyler Jacobson 427 U Rising of the Day @Tyler Jacobson -428 R Eomer, Marshal of Rohan @Tyler Jacobson +428 R Éomer, Marshal of Rohan @Tyler Jacobson 429 U Gothmog, Morgul Lieutenant @Tyler Jacobson -430 R Eowyn, Fearless Knight @Tyler Jacobson +430 R Éowyn, Fearless Knight @Tyler Jacobson 431 U Prince Imrahil the Fair @Tyler Jacobson 432 C Knights of Dol Amroth @Tyler Jacobson 433 R Orcish Bowmasters @Tyler Jacobson @@ -734,7 +734,7 @@ ScryfallCode=LTR 443 U The Grey Havens @Kieran Yanner 444 R Lost Isle Calling @Kieran Yanner 445 C Many Partings @Kieran Yanner -446 R Galadriel of Lothlorien @Kieran Yanner +446 R Galadriel of Lothlórien @Kieran Yanner 447 R Elrond, Master of Healing @Kieran Yanner 448 R Frodo, Sauron's Bane @Marta Nael 449 U Samwise the Stouthearted @Marta Nael @@ -755,12 +755,12 @@ ScryfallCode=LTR 743 M Saruman of Many Colors @Scott Balmer 744 M Sauron, the Dark Lord @Justine Jones 745 M Tom Bombadil @Micha Huigen -746 M Anduril, Flame of the West @Micha Huigen +746 M Andúril, Flame of the West @Micha Huigen 747 M Glamdring @Zeb Love 748 M The One Ring @Justine Jones -749 M Palantir of Orthanc @Marlene Yui +749 M Palantír of Orthanc @Marlene Yui 750 M Mount Doom @Justine Jones -751 R Barad-dur @Jonas De Ro +751 R Barad-dûr @Jonas De Ro 752 R Minas Tirith @Sean Vo 753 R Mines of Moria @Lucas Terryn 754 M Mount Doom @Logan Feliciano @@ -782,7 +782,7 @@ ScryfallCode=LTR 357 R Lobelia Sackville-Baggins @Hristo D. Chukov 358 R Display of Power @Shahab Alizadeh 359 R Fall of Cair Andros @Shahab Alizadeh -360 R Gloin, Dwarf Emissary @Tomas Duchek +360 R Glóin, Dwarf Emissary @Tomas Duchek 361 M Hew the Entwood @Manuel Castañón 362 R Moria Marauder @Andrea Piparo 363 R Delighted Halfling @Inka Schulz @@ -797,13 +797,13 @@ ScryfallCode=LTR 372 R Shagrat, Loot Bearer @Tatiana Veryayskaya 373 R Sharkey, Tyrant of the Shire @Matt Stewart 374 R Shelob, Child of Ungoliant @Lorenzo Mastroianni -375 M Anduril, Flame of the West @Irvin Rodriguez +375 M Andúril, Flame of the West @Irvin Rodriguez 376 M Glamdring @Andrea Piparo 377 R Horn of Gondor @Yigit Koroglu 378 R Horn of the Mark @Anastasia Balakchina 379 R Mithril Coat @Igor Krstic 380 M The One Ring @Veli Nyström -381 M Palantir of Orthanc @Tatiana Veryayskaya +381 M Palantír of Orthanc @Tatiana Veryayskaya 382 R Phial of Galadriel @Andrea Piparo 388 R Frodo, Determined Hero @Magali Villeneuve 389 R Gandalf, White Rider @Ekaterina Burmak @@ -812,7 +812,7 @@ ScryfallCode=LTR 392 R Fires of Mount Doom @Shahab Alizadeh 393 R Galadriel, Gift-Giver @Alexander Mokhov 394 M Aragorn and Arwen, Wed @Magali Villeneuve -395 R The Balrog, Flame of Udun @John Tedrick +395 R The Balrog, Flame of Udûn @John Tedrick 396 M Sauron, the Lidless Eye @Yigit Koroglu 397 R Bilbo's Ring @Randy Gallegos 757 R The Battle of Bywater @Tomas Duchek @@ -829,7 +829,7 @@ ScryfallCode=LTR 768 R Lobelia Sackville-Baggins @Hristo D. Chukov 769 R Display of Power @Shahab Alizadeh 770 R Fall of Cair Andros @Shahab Alizadeh -771 R Gloin, Dwarf Emissary @Tomas Duchek +771 R Glóin, Dwarf Emissary @Tomas Duchek 772 M Hew the Entwood @Manuel Castañón 773 R Moria Marauder @Andrea Piparo 774 R Delighted Halfling @Inka Schulz @@ -844,13 +844,13 @@ ScryfallCode=LTR 783 R Shagrat, Loot Bearer @Tatiana Veryayskaya 784 R Sharkey, Tyrant of the Shire @Matt Stewart 785 R Shelob, Child of Ungoliant @Lorenzo Mastroianni -786 M Anduril, Flame of the West @Irvin Rodriguez +786 M Andúril, Flame of the West @Irvin Rodriguez 787 M Glamdring @Andrea Piparo 788 R Horn of Gondor @Yigit Koroglu 789 R Horn of the Mark @Anastasia Balakchina 790 R Mithril Coat @Igor Krstic 791 M The One Ring @Veli Nyström -792 M Palantir of Orthanc @Tatiana Veryayskaya +792 M Palantír of Orthanc @Tatiana Veryayskaya 793 R Phial of Galadriel @Andrea Piparo [buy a box] diff --git a/forge-gui/res/editions/The Lost Caverns of Ixalan Commander.txt b/forge-gui/res/editions/The Lost Caverns of Ixalan Commander.txt index 4a7a7c447cf..b34d4b6df2a 100644 --- a/forge-gui/res/editions/The Lost Caverns of Ixalan Commander.txt +++ b/forge-gui/res/editions/The Lost Caverns of Ixalan Commander.txt @@ -7,7 +7,7 @@ ScryfallCode=LCC [cards] 1 M Admiral Brass, Unsinkable @Jason Rainville -2 M Clavileno, First of the Blessed @Matt Stewart +2 M Clavileño, First of the Blessed @Matt Stewart 3 M Hakbal of the Surging Soul @Tyler Walpole 4 M Pantlaza, Sun-Favored @Sam Burley 5 M Carmen, Cruel Skymarcher @Randy Vargas @@ -23,7 +23,7 @@ ScryfallCode=LCC 15 M Eye of Ojer Taq @Erikas Perl 16 M Paleontologist's Pick-Axe @Ernanda Souza 17 M Admiral Brass, Unsinkable @Michael Walsh -18 M Clavileno, First of the Blessed @Chun Lo +18 M Clavileño, First of the Blessed @Chun Lo 19 M Hakbal of the Surging Soul @Anditya Dita 20 M Pantlaza, Sun-Favored @Sidharth Chaturvedi 21 R Illustrious Wanderglyph @Erikas Perl @@ -32,7 +32,7 @@ ScryfallCode=LCC 24 R Contest of Claws @Cristi Balanescu 25 M Admiral Brass, Unsinkable @Jason Rainville 26 M Carmen, Cruel Skymarcher @Randy Vargas -27 M Clavileno, First of the Blessed @Matt Stewart +27 M Clavileño, First of the Blessed @Matt Stewart 28 M Don Andres, the Renegade @Daarken 29 M Hakbal of the Surging Soul @Tyler Walpole 30 M Pantlaza, Sun-Favored @Sam Burley @@ -127,7 +127,7 @@ ScryfallCode=LCC 119 U Whispersilk Cloak @Julian Kok Joon Wen 120 U Worn Powerstone @Chris Ostrowski 121 M Admiral Brass, Unsinkable @Jason Rainville -122 M Clavileno, First of the Blessed @Matt Stewart +122 M Clavileño, First of the Blessed @Matt Stewart 123 M Hakbal of the Surging Soul @Tyler Walpole 124 M Pantlaza, Sun-Favored @Sam Burley 125 R Akroma's Will @Antonio José Manzanedo diff --git a/forge-gui/res/editions/The Lost Caverns of Ixalan.txt b/forge-gui/res/editions/The Lost Caverns of Ixalan.txt index e5b2f09257d..cea6845867f 100644 --- a/forge-gui/res/editions/The Lost Caverns of Ixalan.txt +++ b/forge-gui/res/editions/The Lost Caverns of Ixalan.txt @@ -233,7 +233,7 @@ ScryfallCode=LCI 221 R Amalia Benavides Aguirre @Alix Branwyn 222 M The Ancient One @Victor Adame Minguez 223 R Anim Pakal, Thousandth Moon @Chris Rahn -224 U Bartolome del Presidio @Randy Gallegos +224 U Bartolomé del Presidio @Randy Gallegos 225 R The Belligerent @Bruce Brenneise 226 U Caparocti Sunborn @Donato Giancola 227 U Captain Storm, Cosmium Raider @Diego Gisbert @@ -312,7 +312,7 @@ ScryfallCode=LCI 298 U Akawalli, the Seething Tower @rishxxv 299 R Amalia Benavides Aguirre @Alex Negrea 300 R Anim Pakal, Thousandth Moon @Anditya Dita -301 U Bartolome del Presidio @Pig Hands +301 U Bartolomé del Presidio @Pig Hands 302 U Caparocti Sunborn @Cabrol 303 U Captain Storm, Cosmium Raider @rishxxv 304 U Kutzil, Malamet Exemplar @Pig Hands @@ -434,7 +434,7 @@ ScryfallCode=LCI 406 U Deep-Cavern Bat @Campbell White 407 U Geological Appraiser @Alix Branwyn 408 U Cenote Scout @Caroline Gariba -409 U Bartolome del Presidio @Randy Gallegos +409 U Bartolomé del Presidio @Randy Gallegos [double-face] 9 Idol of the Deep King|LCI diff --git a/forge-gui/res/editions/Time Spiral Timeshifted.txt b/forge-gui/res/editions/Time Spiral Timeshifted.txt index 8bfdcfc1b3e..5c9d5c71981 100644 --- a/forge-gui/res/editions/Time Spiral Timeshifted.txt +++ b/forge-gui/res/editions/Time Spiral Timeshifted.txt @@ -26,7 +26,7 @@ FatPack=0 4 S Consecrate Land @Jeff A. Menges 39 S Conspiracy @Jeff Easley 76 S Craw Giant @Christopher Rush -19 S Dandan @Drew Tucker +19 S Dandân @Drew Tucker 40 S Darkness @Harold McNeill 41 S Dauthi Slayer @Dermot Power 5 S Defiant Vanguard @Pete Venters diff --git a/forge-gui/res/editions/Time Spiral.txt b/forge-gui/res/editions/Time Spiral.txt index 4a339798d88..be0c48a3908 100644 --- a/forge-gui/res/editions/Time Spiral.txt +++ b/forge-gui/res/editions/Time Spiral.txt @@ -148,7 +148,7 @@ ScryfallCode=TSP 202 U Krosan Grip @Zoltan Boros & Gabor Szikszai 113 R Liege of the Pit @Jeremy Jarvis 168 C Lightning Axe @Dan Scott -114 R Lim-Dul the Necromancer @Matt Cavotta +114 R Lim-Dûl the Necromancer @Matt Cavotta 115 R Living End @Greg Staples 258 U Locket of Yesterdays @Dany Orizio 66 C Looter il-Kor @Mike Dringenberg diff --git a/forge-gui/res/editions/Unglued.txt b/forge-gui/res/editions/Unglued.txt index 2235da4ee87..fb881546a66 100644 --- a/forge-gui/res/editions/Unglued.txt +++ b/forge-gui/res/editions/Unglued.txt @@ -69,7 +69,7 @@ ScryfallCode=UGL 57 U Flock of Rabid Sheep @Anthony S. Waters 58 C Free-Range Chicken @Mike Raabe 59 U Gerrymandering @Doug Chaffee -60 C Ghazban Ogress @Mike Raabe +60 C Ghazbán Ogress @Mike Raabe 61 C Growth Spurt @Jeff Laubenstein 62 C Gus @DiTerlizzi 63 U Hungry Hungry Heifer @Randy Gallegos diff --git a/forge-gui/res/editions/Warhammer 40,000 Commander.txt b/forge-gui/res/editions/Warhammer 40,000 Commander.txt index 0b4ca28c971..95bd1c18a2d 100644 --- a/forge-gui/res/editions/Warhammer 40,000 Commander.txt +++ b/forge-gui/res/editions/Warhammer 40,000 Commander.txt @@ -84,7 +84,7 @@ ScryfallCode=40K 76 R Exocrine @Cory Trego-Erdner 77 U Herald of Slaanesh @Alexander Mokhov 78 R Keeper of Secrets @Miguel Sacristan -79 R Kharn the Betrayer @Kekai Kotaki +79 R Khârn the Betrayer @Kekai Kotaki 80 R Knight Rampager @Games Workshop 81 R Let the Galaxy Burn @Evan Shipard 82 U Noise Marine @Johan Grenier diff --git a/forge-gui/res/editions/Weatherlight.txt b/forge-gui/res/editions/Weatherlight.txt index 5158630ae20..3a1a43c1845 100644 --- a/forge-gui/res/editions/Weatherlight.txt +++ b/forge-gui/res/editions/Weatherlight.txt @@ -40,7 +40,7 @@ ScryfallCode=WTH 91 C Bogardan Firefiend @Terese Nielsen 92 C Boiling Blood @Cliff Nielsen 62 R Bone Dancer @Scott Kirschner -147 R Bosium Strip @Steve Luke +147 R Bösium Strip @Steve Luke 121 C Briar Shield @Scott Kirschner 146 R Bubble Matrix @Brom 63 U Buried Alive @Brian Horton diff --git a/forge-gui/res/formats/Archived/Historic/2023-11-14.txt b/forge-gui/res/formats/Archived/Historic/2023-11-14.txt index 80f20b492cf..a5d864ce0d0 100644 --- a/forge-gui/res/formats/Archived/Historic/2023-11-14.txt +++ b/forge-gui/res/formats/Archived/Historic/2023-11-14.txt @@ -6,4 +6,4 @@ Effective:2023-11-14 Sets:XLN, RIX, DOM, M19, ANA, PANA, GRN, G18, RNA, WAR, M20, ELD, HA1, THB, HA2, IKO, HA3, M21, JMP, AJMP, AKR, ANB, ZNR, KLR, KHM, HA4, STX, STA, HA5, AFR, J21, MID, VOW, YMID, NEO, YNEO, SNC, YSNC, HBG, HA6, EA1, DMU, YDMU, BRO, BRR, YBRO, EA2, ONE, YONE, SIR, SIS, MOM, MUL, MAT, LTR, HA7, EA3, WOE, WOT, YWOE, LCI // Some LTR cards are "banned" in this format due to an additional product "Holiday" release on 3 November 2023 that is not available on Arena until 12 December 2023 Banned:Agent of Treachery; Blood Moon; Brainstorm; Channel; Counterspell; Dark Ritual; Demonic Tutor; Eagle of Deliverance; Field of the Dead; Intruder Alarm; Land Tax; Lightning Bolt; Memory Lapse; Minas Tirith Garrison; Mirkwood Channeler; Mishra's Bauble; Natural Order; Necropotence; Nexus of Fate; Oko, Thief of Crowns; Once Upon a Time; Ragavan, Nimble Pilferer; Riders of the Mark; Sneak Attack; Spreading Seas; Swords to Plowshares; Thassa's Oracle; Tibalt's Trickery; Time Warp; Uro, Titan of Nature's Wrath; Veil of Summer; Warg Rider; Wilderness Reclamation -Additional:Admiral Brass, Unsinkable; Clavileno, First of the Blessed; Goro-Goro and Satoru; Katilda and Lier; Pantlaza, Sun-Favored; Slimefoot and Squee; Xolatoyac, the Smiling Flood +Additional:Admiral Brass, Unsinkable; Clavileño, First of the Blessed; Goro-Goro and Satoru; Katilda and Lier; Pantlaza, Sun-Favored; Slimefoot and Squee; Xolatoyac, the Smiling Flood diff --git a/forge-gui/res/formats/Archived/Historic/2023-12-05.txt b/forge-gui/res/formats/Archived/Historic/2023-12-05.txt index 2f1331119b9..c4718d332bd 100644 --- a/forge-gui/res/formats/Archived/Historic/2023-12-05.txt +++ b/forge-gui/res/formats/Archived/Historic/2023-12-05.txt @@ -6,4 +6,4 @@ Effective:2023-12-05 Sets:XLN, RIX, DOM, M19, ANA, PANA, GRN, G18, RNA, WAR, M20, ELD, HA1, THB, HA2, IKO, HA3, M21, JMP, AJMP, AKR, ANB, ZNR, KLR, KHM, HA4, STX, STA, HA5, AFR, J21, MID, VOW, YMID, NEO, YNEO, SNC, YSNC, HBG, HA6, EA1, DMU, YDMU, BRO, BRR, YBRO, EA2, ONE, YONE, SIR, SIS, MOM, MUL, MAT, LTR, HA7, EA3, WOE, WOT, YWOE, LCI, YLCI // Some LTR cards are "banned" in this format due to an additional product "Holiday" release on 3 November 2023 that is not available on Arena until 12 December 2023 Banned:Agent of Treachery; Blood Moon; Brainstorm; Channel; Counterspell; Dark Ritual; Demonic Tutor; Eagle of Deliverance; Field of the Dead; Intruder Alarm; Land Tax; Lightning Bolt; Memory Lapse; Minas Tirith Garrison; Mirkwood Channeler; Mishra's Bauble; Natural Order; Necropotence; Nexus of Fate; Oko, Thief of Crowns; Once Upon a Time; Ragavan, Nimble Pilferer; Riders of the Mark; Sneak Attack; Spreading Seas; Swords to Plowshares; Thassa's Oracle; Tibalt's Trickery; Time Warp; Uro, Titan of Nature's Wrath; Veil of Summer; Warg Rider; Wilderness Reclamation -Additional:Admiral Brass, Unsinkable; Clavileno, First of the Blessed; Goro-Goro and Satoru; Katilda and Lier; Pantlaza, Sun-Favored; Slimefoot and Squee; Xolatoyac, the Smiling Flood +Additional:Admiral Brass, Unsinkable; Clavileño, First of the Blessed; Goro-Goro and Satoru; Katilda and Lier; Pantlaza, Sun-Favored; Slimefoot and Squee; Xolatoyac, the Smiling Flood diff --git a/forge-gui/res/formats/Archived/Historic/2023-12-12.txt b/forge-gui/res/formats/Archived/Historic/2023-12-12.txt index 8a969b73d84..f2e99754f7f 100644 --- a/forge-gui/res/formats/Archived/Historic/2023-12-12.txt +++ b/forge-gui/res/formats/Archived/Historic/2023-12-12.txt @@ -5,4 +5,4 @@ Subtype:Arena Effective:2023-12-12 Sets:KTK, XLN, RIX, DOM, M19, ANA, PANA, GRN, G18, RNA, WAR, M20, ELD, HA1, THB, HA2, IKO, HA3, M21, JMP, AJMP, AKR, ANB, ZNR, KLR, KHM, HA4, STX, STA, HA5, AFR, J21, MID, VOW, YMID, NEO, YNEO, SNC, YSNC, HBG, HA6, EA1, DMU, YDMU, BRO, BRR, YBRO, EA2, ONE, YONE, SIR, SIS, MOM, MUL, MAT, LTR, HA7, EA3, WOE, WOT, YWOE, LCI, YLCI Banned:Agent of Treachery; Blood Moon; Bloodstained Mire; Brainstorm; Channel; Counterspell; Dark Ritual; Demonic Tutor; Field of the Dead; Flooded Strand; Intruder Alarm; Land Tax; Lightning Bolt; Memory Lapse; Mishra's Bauble; Natural Order; Necropotence; Nexus of Fate; Oko, Thief of Crowns; Once Upon a Time; Polluted Delta; Ragavan, Nimble Pilferer; Sneak Attack; Spreading Seas; Swords to Plowshares; Thassa's Oracle; Tibalt's Trickery; Time Warp; Uro, Titan of Nature's Wrath; Veil of Summer; Wilderness Reclamation; Windswept Heath; Wooded Foothills -Additional:Admiral Brass, Unsinkable; Clavileno, First of the Blessed; Goro-Goro and Satoru; Katilda and Lier; Pantlaza, Sun-Favored; Slimefoot and Squee; Timeless Dragon; Xolatoyac, the Smiling Flood +Additional:Admiral Brass, Unsinkable; Clavileño, First of the Blessed; Goro-Goro and Satoru; Katilda and Lier; Pantlaza, Sun-Favored; Slimefoot and Squee; Timeless Dragon; Xolatoyac, the Smiling Flood diff --git a/forge-gui/res/formats/Archived/Legacy/2023-06-23.txt b/forge-gui/res/formats/Archived/Legacy/2023-06-23.txt index 5f5622ff334..9708c8dcb56 100644 --- a/forge-gui/res/formats/Archived/Legacy/2023-06-23.txt +++ b/forge-gui/res/formats/Archived/Legacy/2023-06-23.txt @@ -5,5 +5,5 @@ Subtype:Legacy Effective:2023-06-23 Sets:LEA, LEB, 2ED, ARN, ATQ, 3ED, LEG, DRC94, DRK, PHPR, FEM, 4ED, ICE, CHR, HML, ALL, MIR, VIS, 5ED, POR, WTH, TMP, STH, EXO, PO2, USG, ATH, ULG, 6ED, UDS, S99, PTK, MMQ, BRB, NMS, S00, PCY, BTD, INV, PLS, 7ED, APC, ODY, DKM, TOR, JUD, ONS, LGN, SCG, 8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, MED, LRW, DD1, MOR, SHM, EVE, DRB, ME2, ALA, DD2, CFX, DDC, ARB, M10, TD0, FVE, HOP, ME3, ZEN, DDD, PDS, WWK, DDE, ROE, DPA, ARC, M11, FVR, DDF, SOM, TD1, PD2, ME4, MBS, DDG, NPH, TD2, COM, M12, FVL, DDH, ISD, PD3, DKA, DDI, AVR, PC2, M13, V12, DDJ, RTR, CM1, GTC, DDK, DGM, MMA, M14, V13, DDL, THS, C13, BNG, DDM, JOU, MD1, CNS, VMA, M15, V14, DDN, KTK, C14, DVD, EVG, GVL, JVC, FRF, UGF, DDO, DTK, TPR, MM2, ORI, V15, DDP, BFZ, EXP, C15, PZ1, OGW, DDQ, SOI, W16, EMA, EMN, V16, CN2, DDR, KLD, MPS_KLD, C16, PZ2, PCA, AER, MM3, DDS, AKH, MPS_AKH, W17, CMA, E01, HOU, C17, XLN, DDT, IMA, V17, E02, RIX, A25, DDU, DOM, CM2, BBD, SS1, GS1, M19, C18, GRN, MPS_GRN, GK1, G18, GNT, UMA, RNA, MPS_RNA, GK2, WAR, MPS_WAR, MH1, SS2, M20, C19, ELD, MB1, GN2, THB, IKO, C20, SS3, M21, JMP, 2XM, ZNR, ZNE, ZNC, CMR, CC1, KHM, KHC, TSR, STX, STA, C21, MH2, H1R, AFR, AFC, MID, MIC, Q06, VOW, VOC, DBL, CC2, NEO, NEC, SNC, NCC, CLB, 2X2, DMU, DMC, 40K, UNF, GN3, BRO, BRC, BRR, BOT, J22, SCD, DMR, ONE, ONC, MOM, MOC, MUL, MAT, LTR, LTC // Some LTR & LTC cards are "banned" in this format until 3 November 2023 due to an additional product "Holiday" release -Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Ancestral Recall; Anduril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Arcum's Astrolabe; Assemble the Rank and Vile; Backup Plan; Balance; Bazaar of Baghdad; Black Lotus; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Channel; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Deathrite Shaman; Demonic Attorney; Demonic Consultation; Demonic Tutor; Dig Through Time; Double Stroke; Dreadhorde Arcanist; Eagle of Deliverance; Earthcraft; Echoing Boon; Emissary's Ploy; Expressive Iteration; Falling Star; Fastbond; Fell Beast of Mordor; Fell Beast's Shriek; Flash; Frantic Search; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Gitaxian Probe; Goblin Recruiter; Gush; Hermit Druid; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imperial Seal; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Library of Alexandria; Lurrus of the Dream-Den; Mana Crypt; Mana Drain; Mana Vault; Memory Jar; Mental Misstep; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mind Twist; Mind's Desire; Mirkwood Channeler; Mishra's Workshop; Mists of Lorien; Mordor on the March; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Muzzio's Preparations; Mystical Tutor; Natural Unity; Nazgul Battle-Mace; Necropotence; Oath of Druids; Oko, Thief of Crowns; Olorin's Searing Light; Power Play; Pradesh Gypsies; Ragavan, Nimble Pilferer; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sensei's Divining Top; Sentinel Dispatch; Shahrazad; Skullclamp; Sol Ring; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Strip Mine; Summoner's Bond; Survival of the Fittest; Tempest Efreet; Time Vault; Time Walk; Timetwister; Timmerian Fiends; Tinker; Tolarian Academy; Treasure Cruise; Underworld Breach; Unexpected Potential; Vampiric Tutor; Warg Rider; Weight Advantage; Wheel of Fortune; White Plume Adventurer; Windfall; Witch-King Sky-Scourge; Worldknit; Wrenn and Six; Yawgmoth's Bargain; Yawgmoth's Will; Zirda, the Dawnwaker +Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Ancestral Recall; Andúril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Arcum's Astrolabe; Assemble the Rank and Vile; Backup Plan; Balance; Bazaar of Baghdad; Black Lotus; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Channel; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Deathrite Shaman; Demonic Attorney; Demonic Consultation; Demonic Tutor; Dig Through Time; Double Stroke; Dreadhorde Arcanist; Eagle of Deliverance; Earthcraft; Echoing Boon; Emissary's Ploy; Expressive Iteration; Falling Star; Fastbond; Fell Beast of Mordor; Fell Beast's Shriek; Flash; Frantic Search; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Gitaxian Probe; Goblin Recruiter; Gush; Hermit Druid; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imperial Seal; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Library of Alexandria; Lurrus of the Dream-Den; Mana Crypt; Mana Drain; Mana Vault; Memory Jar; Mental Misstep; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mind Twist; Mind's Desire; Mirkwood Channeler; Mishra's Workshop; Mists of Lórien; Mordor on the March; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Muzzio's Preparations; Mystical Tutor; Natural Unity; Nazgûl Battle-Mace; Necropotence; Oath of Druids; Oko, Thief of Crowns; Olórin's Searing Light; Power Play; Pradesh Gypsies; Ragavan, Nimble Pilferer; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sensei's Divining Top; Sentinel Dispatch; Shahrazad; Skullclamp; Sol Ring; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Strip Mine; Summoner's Bond; Survival of the Fittest; Tempest Efreet; Time Vault; Time Walk; Timetwister; Timmerian Fiends; Tinker; Tolarian Academy; Treasure Cruise; Underworld Breach; Unexpected Potential; Vampiric Tutor; Warg Rider; Weight Advantage; Wheel of Fortune; White Plume Adventurer; Windfall; Witch-King Sky-Scourge; Worldknit; Wrenn and Six; Yawgmoth's Bargain; Yawgmoth's Will; Zirda, the Dawnwaker Additional:Aisha of Sparks and Smoke; Arvinox, the Mind Flail; Baldin, Century Herdmaster; Bjorna, Nightfall Alchemist; Blanka, Ferocious Friend; Cecily, Haunted Mage; Chief Jim Hopper; Chun-Li, Countless Kicks; Daryl, Hunter of Walkers; Dhalsim, Pliable Pacifist; Doric, Nature's Warden; Dustin, Gadget Genius; E. Honda, Sumo Champion; Edgin, Larcenous Lutenist; Eleven, the Mage; Elmar, Ulvenwald Informant; Forge, Neverwinter Charlatan; Glenn, the Voice of Calm; Guile, Sonic Soldier; Hargilde, Kindly Runechanter; Havengul Laboratory; Hawkins National Laboratory; Holga, Relentless Rager; Immard, the Stormcleaver; Ken, Burning Brawler; Lucas, the Sharpshooter; Lucille; Maarika, Brutal Gladiator; Max, the Daredevil; Michonne, Ruthless Survivor; Mike, the Dungeon Master; Mind Flayer, the Shadow; Negan, the Cold-Blooded; Othelm, Sigardian Outcast; Rick, Steadfast Leader; Ryu, World Warrior; Simon, Wild Magic Sorcerer; Sophina, Spearsage Deserter; Tadeas, Juniper Ascendant; The Howling Abomination; Themberchaud; Vikya, Scorching Stalwart; Wernog, Rider's Chaplain; Will the Wise; Xenk, Paladin Unbroken; Zangief, the Red Cyclone; Zethi, Arcane Blademaster diff --git a/forge-gui/res/formats/Archived/Legacy/2023-08-04.txt b/forge-gui/res/formats/Archived/Legacy/2023-08-04.txt index 09b74434fdc..6ba01c07ef3 100644 --- a/forge-gui/res/formats/Archived/Legacy/2023-08-04.txt +++ b/forge-gui/res/formats/Archived/Legacy/2023-08-04.txt @@ -5,5 +5,5 @@ Subtype:Legacy Effective:2023-08-04 Sets:LEA, LEB, 2ED, ARN, ATQ, 3ED, LEG, DRC94, DRK, PHPR, FEM, 4ED, ICE, CHR, HML, ALL, MIR, VIS, 5ED, POR, WTH, TMP, STH, EXO, PO2, USG, ATH, ULG, 6ED, UDS, S99, PTK, MMQ, BRB, NMS, S00, PCY, BTD, INV, PLS, 7ED, APC, ODY, DKM, TOR, JUD, ONS, LGN, SCG, 8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, MED, LRW, DD1, MOR, SHM, EVE, DRB, ME2, ALA, DD2, CFX, DDC, ARB, M10, TD0, FVE, HOP, ME3, ZEN, DDD, PDS, WWK, DDE, ROE, DPA, ARC, M11, FVR, DDF, SOM, TD1, PD2, ME4, MBS, DDG, NPH, TD2, COM, M12, FVL, DDH, ISD, PD3, DKA, DDI, AVR, PC2, M13, V12, DDJ, RTR, CM1, GTC, DDK, DGM, MMA, M14, V13, DDL, THS, C13, BNG, DDM, JOU, MD1, CNS, VMA, M15, V14, DDN, KTK, C14, DVD, EVG, GVL, JVC, FRF, UGF, DDO, DTK, TPR, MM2, ORI, V15, DDP, BFZ, EXP, C15, PZ1, OGW, DDQ, SOI, W16, EMA, EMN, V16, CN2, DDR, KLD, MPS_KLD, C16, PZ2, PCA, AER, MM3, DDS, AKH, MPS_AKH, W17, CMA, E01, HOU, C17, XLN, DDT, IMA, V17, E02, RIX, A25, DDU, DOM, CM2, BBD, SS1, GS1, M19, C18, GRN, MPS_GRN, GK1, G18, GNT, UMA, RNA, MPS_RNA, GK2, WAR, MPS_WAR, MH1, SS2, M20, C19, ELD, MB1, GN2, THB, IKO, C20, SS3, M21, JMP, 2XM, ZNR, ZNE, ZNC, CMR, CC1, KHM, KHC, TSR, STX, STA, C21, MH2, H1R, AFR, AFC, MID, MIC, Q06, VOW, VOC, DBL, CC2, NEO, NEC, SNC, NCC, CLB, 2X2, DMU, DMC, 40K, UNF, GN3, BRO, BRC, BRR, BOT, J22, SCD, DMR, ONE, ONC, MOM, MOC, MUL, MAT, LTR, LTC, CMM // Some LTR & LTC cards are "banned" in this format until 3 November 2023 due to an additional product "Holiday" release -Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Ancestral Recall; Anduril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Arcum's Astrolabe; Assemble the Rank and Vile; Backup Plan; Balance; Bazaar of Baghdad; Black Lotus; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Channel; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Deathrite Shaman; Demonic Attorney; Demonic Consultation; Demonic Tutor; Dig Through Time; Double Stroke; Dreadhorde Arcanist; Eagle of Deliverance; Earthcraft; Echoing Boon; Emissary's Ploy; Expressive Iteration; Falling Star; Fastbond; Fell Beast of Mordor; Fell Beast's Shriek; Flash; Frantic Search; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Gitaxian Probe; Goblin Recruiter; Gush; Hermit Druid; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imperial Seal; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Library of Alexandria; Lurrus of the Dream-Den; Mana Crypt; Mana Drain; Mana Vault; Memory Jar; Mental Misstep; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mind Twist; Mind's Desire; Mirkwood Channeler; Mishra's Workshop; Mists of Lorien; Mordor on the March; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Muzzio's Preparations; Mystical Tutor; Natural Unity; Nazgul Battle-Mace; Necropotence; Oath of Druids; Oko, Thief of Crowns; Olorin's Searing Light; Power Play; Pradesh Gypsies; Ragavan, Nimble Pilferer; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sensei's Divining Top; Sentinel Dispatch; Shahrazad; Skullclamp; Sol Ring; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Strip Mine; Summoner's Bond; Survival of the Fittest; Tempest Efreet; Time Vault; Time Walk; Timetwister; Timmerian Fiends; Tinker; Tolarian Academy; Treasure Cruise; Underworld Breach; Unexpected Potential; Vampiric Tutor; Warg Rider; Weight Advantage; Wheel of Fortune; White Plume Adventurer; Windfall; Witch-King Sky-Scourge; Worldknit; Wrenn and Six; Yawgmoth's Bargain; Yawgmoth's Will; Zirda, the Dawnwaker +Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Ancestral Recall; Andúril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Arcum's Astrolabe; Assemble the Rank and Vile; Backup Plan; Balance; Bazaar of Baghdad; Black Lotus; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Channel; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Deathrite Shaman; Demonic Attorney; Demonic Consultation; Demonic Tutor; Dig Through Time; Double Stroke; Dreadhorde Arcanist; Eagle of Deliverance; Earthcraft; Echoing Boon; Emissary's Ploy; Expressive Iteration; Falling Star; Fastbond; Fell Beast of Mordor; Fell Beast's Shriek; Flash; Frantic Search; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Gitaxian Probe; Goblin Recruiter; Gush; Hermit Druid; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imperial Seal; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Library of Alexandria; Lurrus of the Dream-Den; Mana Crypt; Mana Drain; Mana Vault; Memory Jar; Mental Misstep; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mind Twist; Mind's Desire; Mirkwood Channeler; Mishra's Workshop; Mists of Lórien; Mordor on the March; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Muzzio's Preparations; Mystical Tutor; Natural Unity; Nazgûl Battle-Mace; Necropotence; Oath of Druids; Oko, Thief of Crowns; Olórin's Searing Light; Power Play; Pradesh Gypsies; Ragavan, Nimble Pilferer; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sensei's Divining Top; Sentinel Dispatch; Shahrazad; Skullclamp; Sol Ring; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Strip Mine; Summoner's Bond; Survival of the Fittest; Tempest Efreet; Time Vault; Time Walk; Timetwister; Timmerian Fiends; Tinker; Tolarian Academy; Treasure Cruise; Underworld Breach; Unexpected Potential; Vampiric Tutor; Warg Rider; Weight Advantage; Wheel of Fortune; White Plume Adventurer; Windfall; Witch-King Sky-Scourge; Worldknit; Wrenn and Six; Yawgmoth's Bargain; Yawgmoth's Will; Zirda, the Dawnwaker Additional:Aisha of Sparks and Smoke; Arvinox, the Mind Flail; Baldin, Century Herdmaster; Bjorna, Nightfall Alchemist; Blanka, Ferocious Friend; Cecily, Haunted Mage; Chief Jim Hopper; Chun-Li, Countless Kicks; Daryl, Hunter of Walkers; Dhalsim, Pliable Pacifist; Doric, Nature's Warden; Dustin, Gadget Genius; E. Honda, Sumo Champion; Edgin, Larcenous Lutenist; Eleven, the Mage; Elmar, Ulvenwald Informant; Forge, Neverwinter Charlatan; Glenn, the Voice of Calm; Guile, Sonic Soldier; Hargilde, Kindly Runechanter; Havengul Laboratory; Hawkins National Laboratory; Holga, Relentless Rager; Immard, the Stormcleaver; Ken, Burning Brawler; Lucas, the Sharpshooter; Lucille; Maarika, Brutal Gladiator; Max, the Daredevil; Michonne, Ruthless Survivor; Mike, the Dungeon Master; Mind Flayer, the Shadow; Negan, the Cold-Blooded; Othelm, Sigardian Outcast; Rick, Steadfast Leader; Ryu, World Warrior; Simon, Wild Magic Sorcerer; Sophina, Spearsage Deserter; Tadeas, Juniper Ascendant; The Howling Abomination; Themberchaud; Vikya, Scorching Stalwart; Wernog, Rider's Chaplain; Will the Wise; Xenk, Paladin Unbroken; Zangief, the Red Cyclone; Zethi, Arcane Blademaster diff --git a/forge-gui/res/formats/Archived/Legacy/2023-08-07.txt b/forge-gui/res/formats/Archived/Legacy/2023-08-07.txt index 8ac9d46cd28..3b4694010cb 100644 --- a/forge-gui/res/formats/Archived/Legacy/2023-08-07.txt +++ b/forge-gui/res/formats/Archived/Legacy/2023-08-07.txt @@ -5,5 +5,5 @@ Subtype:Legacy Effective:2023-08-07 Sets:LEA, LEB, 2ED, ARN, ATQ, 3ED, LEG, DRC94, DRK, PHPR, FEM, 4ED, ICE, CHR, HML, ALL, MIR, VIS, 5ED, POR, WTH, TMP, STH, EXO, PO2, USG, ATH, ULG, 6ED, UDS, S99, PTK, MMQ, BRB, NMS, S00, PCY, BTD, INV, PLS, 7ED, APC, ODY, DKM, TOR, JUD, ONS, LGN, SCG, 8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, MED, LRW, DD1, MOR, SHM, EVE, DRB, ME2, ALA, DD2, CFX, DDC, ARB, M10, TD0, FVE, HOP, ME3, ZEN, DDD, PDS, WWK, DDE, ROE, DPA, ARC, M11, FVR, DDF, SOM, TD1, PD2, ME4, MBS, DDG, NPH, TD2, COM, M12, FVL, DDH, ISD, PD3, DKA, DDI, AVR, PC2, M13, V12, DDJ, RTR, CM1, GTC, DDK, DGM, MMA, M14, V13, DDL, THS, C13, BNG, DDM, JOU, MD1, CNS, VMA, M15, V14, DDN, KTK, C14, DVD, EVG, GVL, JVC, FRF, UGF, DDO, DTK, TPR, MM2, ORI, V15, DDP, BFZ, EXP, C15, PZ1, OGW, DDQ, SOI, W16, EMA, EMN, V16, CN2, DDR, KLD, MPS_KLD, C16, PZ2, PCA, AER, MM3, DDS, AKH, MPS_AKH, W17, CMA, E01, HOU, C17, XLN, DDT, IMA, V17, E02, RIX, A25, DDU, DOM, CM2, BBD, SS1, GS1, M19, C18, GRN, MPS_GRN, GK1, G18, GNT, UMA, RNA, MPS_RNA, GK2, WAR, MPS_WAR, MH1, SS2, M20, C19, ELD, MB1, GN2, THB, IKO, C20, SS3, M21, JMP, 2XM, ZNR, ZNE, ZNC, CMR, CC1, KHM, KHC, TSR, STX, STA, C21, MH2, H1R, AFR, AFC, MID, MIC, Q06, VOW, VOC, DBL, CC2, NEO, NEC, SNC, NCC, CLB, 2X2, DMU, DMC, 40K, UNF, GN3, BRO, BRC, BRR, BOT, J22, SCD, DMR, ONE, ONC, MOM, MOC, MUL, MAT, LTR, LTC, CMM // Some LTR & LTC cards are "banned" in this format until 3 November 2023 due to an additional product "Holiday" release -Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Ancestral Recall; Anduril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Arcum's Astrolabe; Assemble the Rank and Vile; Backup Plan; Balance; Bazaar of Baghdad; Black Lotus; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Channel; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Deathrite Shaman; Demonic Attorney; Demonic Consultation; Demonic Tutor; Dig Through Time; Double Stroke; Dreadhorde Arcanist; Eagle of Deliverance; Earthcraft; Echoing Boon; Emissary's Ploy; Expressive Iteration; Falling Star; Fastbond; Fell Beast of Mordor; Fell Beast's Shriek; Flash; Frantic Search; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Gitaxian Probe; Goblin Recruiter; Gush; Hermit Druid; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imperial Seal; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Library of Alexandria; Lurrus of the Dream-Den; Mana Crypt; Mana Drain; Mana Vault; Memory Jar; Mental Misstep; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mind Twist; Mirkwood Channeler; Mishra's Workshop; Mists of Lorien; Mordor on the March; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Muzzio's Preparations; Mystical Tutor; Natural Unity; Nazgul Battle-Mace; Necropotence; Oath of Druids; Oko, Thief of Crowns; Olorin's Searing Light; Power Play; Pradesh Gypsies; Ragavan, Nimble Pilferer; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sensei's Divining Top; Sentinel Dispatch; Shahrazad; Skullclamp; Sol Ring; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Strip Mine; Summoner's Bond; Survival of the Fittest; Tempest Efreet; Time Vault; Time Walk; Timetwister; Timmerian Fiends; Tinker; Tolarian Academy; Treasure Cruise; Underworld Breach; Unexpected Potential; Vampiric Tutor; Warg Rider; Weight Advantage; Wheel of Fortune; White Plume Adventurer; Windfall; Witch-King Sky-Scourge; Worldknit; Wrenn and Six; Yawgmoth's Bargain; Yawgmoth's Will; Zirda, the Dawnwaker +Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Ancestral Recall; Andúril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Arcum's Astrolabe; Assemble the Rank and Vile; Backup Plan; Balance; Bazaar of Baghdad; Black Lotus; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Channel; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Deathrite Shaman; Demonic Attorney; Demonic Consultation; Demonic Tutor; Dig Through Time; Double Stroke; Dreadhorde Arcanist; Eagle of Deliverance; Earthcraft; Echoing Boon; Emissary's Ploy; Expressive Iteration; Falling Star; Fastbond; Fell Beast of Mordor; Fell Beast's Shriek; Flash; Frantic Search; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Gitaxian Probe; Goblin Recruiter; Gush; Hermit Druid; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imperial Seal; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Library of Alexandria; Lurrus of the Dream-Den; Mana Crypt; Mana Drain; Mana Vault; Memory Jar; Mental Misstep; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mind Twist; Mirkwood Channeler; Mishra's Workshop; Mists of Lórien; Mordor on the March; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Muzzio's Preparations; Mystical Tutor; Natural Unity; Nazgûl Battle-Mace; Necropotence; Oath of Druids; Oko, Thief of Crowns; Olórin's Searing Light; Power Play; Pradesh Gypsies; Ragavan, Nimble Pilferer; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sensei's Divining Top; Sentinel Dispatch; Shahrazad; Skullclamp; Sol Ring; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Strip Mine; Summoner's Bond; Survival of the Fittest; Tempest Efreet; Time Vault; Time Walk; Timetwister; Timmerian Fiends; Tinker; Tolarian Academy; Treasure Cruise; Underworld Breach; Unexpected Potential; Vampiric Tutor; Warg Rider; Weight Advantage; Wheel of Fortune; White Plume Adventurer; Windfall; Witch-King Sky-Scourge; Worldknit; Wrenn and Six; Yawgmoth's Bargain; Yawgmoth's Will; Zirda, the Dawnwaker Additional:Aisha of Sparks and Smoke; Arvinox, the Mind Flail; Baldin, Century Herdmaster; Bjorna, Nightfall Alchemist; Blanka, Ferocious Friend; Cecily, Haunted Mage; Chief Jim Hopper; Chun-Li, Countless Kicks; Daryl, Hunter of Walkers; Dhalsim, Pliable Pacifist; Doric, Nature's Warden; Dustin, Gadget Genius; E. Honda, Sumo Champion; Edgin, Larcenous Lutenist; Eleven, the Mage; Elmar, Ulvenwald Informant; Forge, Neverwinter Charlatan; Glenn, the Voice of Calm; Guile, Sonic Soldier; Hargilde, Kindly Runechanter; Havengul Laboratory; Hawkins National Laboratory; Holga, Relentless Rager; Immard, the Stormcleaver; Ken, Burning Brawler; Lucas, the Sharpshooter; Lucille; Maarika, Brutal Gladiator; Max, the Daredevil; Michonne, Ruthless Survivor; Mike, the Dungeon Master; Mind Flayer, the Shadow; Negan, the Cold-Blooded; Othelm, Sigardian Outcast; Rick, Steadfast Leader; Ryu, World Warrior; Simon, Wild Magic Sorcerer; Sophina, Spearsage Deserter; Tadeas, Juniper Ascendant; The Howling Abomination; Themberchaud; Vikya, Scorching Stalwart; Wernog, Rider's Chaplain; Will the Wise; Xenk, Paladin Unbroken; Zangief, the Red Cyclone; Zethi, Arcane Blademaster diff --git a/forge-gui/res/formats/Archived/Legacy/2023-08-10.txt b/forge-gui/res/formats/Archived/Legacy/2023-08-10.txt index 70158472248..f0c14fbd5e4 100644 --- a/forge-gui/res/formats/Archived/Legacy/2023-08-10.txt +++ b/forge-gui/res/formats/Archived/Legacy/2023-08-10.txt @@ -5,5 +5,5 @@ Subtype:Legacy Effective:2023-08-10 Sets:LEA, LEB, 2ED, ARN, ATQ, 3ED, LEG, DRC94, DRK, PHPR, FEM, 4ED, ICE, CHR, HML, ALL, MIR, VIS, 5ED, POR, WTH, TMP, STH, EXO, PO2, USG, ATH, ULG, 6ED, UDS, S99, PTK, MMQ, BRB, NMS, S00, PCY, BTD, INV, PLS, 7ED, APC, ODY, DKM, TOR, JUD, ONS, LGN, SCG, 8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, MED, LRW, DD1, MOR, SHM, EVE, DRB, ME2, ALA, DD2, CFX, DDC, ARB, M10, TD0, FVE, HOP, ME3, ZEN, DDD, PDS, WWK, DDE, ROE, DPA, ARC, M11, FVR, DDF, SOM, TD1, PD2, ME4, MBS, DDG, NPH, TD2, COM, M12, FVL, DDH, ISD, PD3, DKA, DDI, AVR, PC2, M13, V12, DDJ, RTR, CM1, GTC, DDK, DGM, MMA, M14, V13, DDL, THS, C13, BNG, DDM, JOU, MD1, CNS, VMA, M15, V14, DDN, KTK, C14, DVD, EVG, GVL, JVC, FRF, UGF, DDO, DTK, TPR, MM2, ORI, V15, DDP, BFZ, EXP, C15, PZ1, OGW, DDQ, SOI, W16, EMA, EMN, V16, CN2, DDR, KLD, MPS_KLD, C16, PZ2, PCA, AER, MM3, DDS, AKH, MPS_AKH, W17, CMA, E01, HOU, C17, XLN, DDT, IMA, V17, E02, RIX, A25, DDU, DOM, CM2, BBD, SS1, GS1, M19, C18, GRN, MPS_GRN, GK1, G18, GNT, UMA, RNA, MPS_RNA, GK2, WAR, MPS_WAR, MH1, SS2, M20, C19, ELD, MB1, GN2, THB, IKO, C20, SS3, M21, JMP, 2XM, ZNR, ZNE, ZNC, CMR, CC1, KHM, KHC, TSR, STX, STA, C21, MH2, H1R, AFR, AFC, MID, MIC, Q06, VOW, VOC, DBL, CC2, NEO, NEC, SNC, NCC, CLB, 2X2, DMU, DMC, 40K, UNF, GN3, BRO, BRC, BRR, BOT, J22, SCD, DMR, ONE, ONC, MOM, MOC, MUL, MAT, LTR, LTC, CMM // Some LTR & LTC cards are "banned" in this format until 3 November 2023 due to an additional product "Holiday" release -Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Ancestral Recall; Anduril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Arcum's Astrolabe; Assemble the Rank and Vile; Backup Plan; Balance; Bazaar of Baghdad; Black Lotus; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Channel; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Deathrite Shaman; Demonic Attorney; Demonic Consultation; Demonic Tutor; Dig Through Time; Double Stroke; Dreadhorde Arcanist; Eagle of Deliverance; Earthcraft; Echoing Boon; Emissary's Ploy; Expressive Iteration; Falling Star; Fastbond; Fell Beast of Mordor; Fell Beast's Shriek; Flash; Frantic Search; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Gitaxian Probe; Goblin Recruiter; Gush; Hermit Druid; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imperial Seal; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Library of Alexandria; Lurrus of the Dream-Den; Mana Crypt; Mana Drain; Mana Vault; Memory Jar; Mental Misstep; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mind Twist; Mirkwood Channeler; Mishra's Workshop; Mists of Lorien; Mordor on the March; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Muzzio's Preparations; Mystical Tutor; Natural Unity; Nazgul Battle-Mace; Necropotence; Oath of Druids; Oko, Thief of Crowns; Olorin's Searing Light; Power Play; Pradesh Gypsies; Ragavan, Nimble Pilferer; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sensei's Divining Top; Sentinel Dispatch; Shahrazad; Skullclamp; Sol Ring; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Strip Mine; Summoner's Bond; Survival of the Fittest; Tempest Efreet; Time Vault; Time Walk; Timetwister; Timmerian Fiends; Tinker; Tolarian Academy; Treasure Cruise; Underworld Breach; Unexpected Potential; Vampiric Tutor; Warg Rider; Weight Advantage; Wheel of Fortune; White Plume Adventurer; Windfall; Witch-King Sky-Scourge; Worldknit; Wrenn and Six; Yawgmoth's Bargain; Yawgmoth's Will; Zirda, the Dawnwaker +Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Ancestral Recall; Andúril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Arcum's Astrolabe; Assemble the Rank and Vile; Backup Plan; Balance; Bazaar of Baghdad; Black Lotus; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Channel; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Deathrite Shaman; Demonic Attorney; Demonic Consultation; Demonic Tutor; Dig Through Time; Double Stroke; Dreadhorde Arcanist; Eagle of Deliverance; Earthcraft; Echoing Boon; Emissary's Ploy; Expressive Iteration; Falling Star; Fastbond; Fell Beast of Mordor; Fell Beast's Shriek; Flash; Frantic Search; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Gitaxian Probe; Goblin Recruiter; Gush; Hermit Druid; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imperial Seal; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Library of Alexandria; Lurrus of the Dream-Den; Mana Crypt; Mana Drain; Mana Vault; Memory Jar; Mental Misstep; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mind Twist; Mirkwood Channeler; Mishra's Workshop; Mists of Lórien; Mordor on the March; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Muzzio's Preparations; Mystical Tutor; Natural Unity; Nazgûl Battle-Mace; Necropotence; Oath of Druids; Oko, Thief of Crowns; Olórin's Searing Light; Power Play; Pradesh Gypsies; Ragavan, Nimble Pilferer; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sensei's Divining Top; Sentinel Dispatch; Shahrazad; Skullclamp; Sol Ring; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Strip Mine; Summoner's Bond; Survival of the Fittest; Tempest Efreet; Time Vault; Time Walk; Timetwister; Timmerian Fiends; Tinker; Tolarian Academy; Treasure Cruise; Underworld Breach; Unexpected Potential; Vampiric Tutor; Warg Rider; Weight Advantage; Wheel of Fortune; White Plume Adventurer; Windfall; Witch-King Sky-Scourge; Worldknit; Wrenn and Six; Yawgmoth's Bargain; Yawgmoth's Will; Zirda, the Dawnwaker Additional:Aisha of Sparks and Smoke; Arden Angel; Arvinox, the Mind Flail; Baldin, Century Herdmaster; Bjorna, Nightfall Alchemist; Blanka, Ferocious Friend; Cecily, Haunted Mage; Chief Jim Hopper; Chun-Li, Countless Kicks; Daryl, Hunter of Walkers; Dhalsim, Pliable Pacifist; Doric, Nature's Warden; Dustin, Gadget Genius; E. Honda, Sumo Champion; Edgin, Larcenous Lutenist; Eleven, the Mage; Elmar, Ulvenwald Informant; Forge, Neverwinter Charlatan; Glenn, the Voice of Calm; Guile, Sonic Soldier; Hargilde, Kindly Runechanter; Havengul Laboratory; Hawkins National Laboratory; Holga, Relentless Rager; Immard, the Stormcleaver; Ken, Burning Brawler; Lucas, the Sharpshooter; Lucille; Maarika, Brutal Gladiator; Max, the Daredevil; Michonne, Ruthless Survivor; Mike, the Dungeon Master; Mind Flayer, the Shadow; Negan, the Cold-Blooded; Othelm, Sigardian Outcast; Rick, Steadfast Leader; Ryu, World Warrior; Simon, Wild Magic Sorcerer; Sophina, Spearsage Deserter; Tadeas, Juniper Ascendant; The Howling Abomination; Themberchaud; Vikya, Scorching Stalwart; Wernog, Rider's Chaplain; Will the Wise; Xenk, Paladin Unbroken; Zangief, the Red Cyclone; Zethi, Arcane Blademaster diff --git a/forge-gui/res/formats/Archived/Legacy/2023-09-08.txt b/forge-gui/res/formats/Archived/Legacy/2023-09-08.txt index cc6bbce0ccc..497db9048c6 100644 --- a/forge-gui/res/formats/Archived/Legacy/2023-09-08.txt +++ b/forge-gui/res/formats/Archived/Legacy/2023-09-08.txt @@ -5,5 +5,5 @@ Subtype:Legacy Effective:2023-09-08 Sets:LEA, LEB, 2ED, ARN, ATQ, 3ED, LEG, DRC94, DRK, PHPR, FEM, 4ED, ICE, CHR, HML, ALL, MIR, VIS, 5ED, POR, WTH, TMP, STH, EXO, PO2, USG, ATH, ULG, 6ED, UDS, S99, PTK, MMQ, BRB, NMS, S00, PCY, BTD, INV, PLS, 7ED, APC, ODY, DKM, TOR, JUD, ONS, LGN, SCG, 8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, MED, LRW, DD1, MOR, SHM, EVE, DRB, ME2, ALA, DD2, CFX, DDC, ARB, M10, TD0, FVE, HOP, ME3, ZEN, DDD, PDS, WWK, DDE, ROE, DPA, ARC, M11, FVR, DDF, SOM, TD1, PD2, ME4, MBS, DDG, NPH, TD2, COM, M12, FVL, DDH, ISD, PD3, DKA, DDI, AVR, PC2, M13, V12, DDJ, RTR, CM1, GTC, DDK, DGM, MMA, M14, V13, DDL, THS, C13, BNG, DDM, JOU, MD1, CNS, VMA, M15, V14, DDN, KTK, C14, DVD, EVG, GVL, JVC, FRF, UGF, DDO, DTK, TPR, MM2, ORI, V15, DDP, BFZ, EXP, C15, PZ1, OGW, DDQ, SOI, W16, EMA, EMN, V16, CN2, DDR, KLD, MPS_KLD, C16, PZ2, PCA, AER, MM3, DDS, AKH, MPS_AKH, W17, CMA, E01, HOU, C17, XLN, DDT, IMA, V17, E02, RIX, A25, DDU, DOM, CM2, BBD, SS1, GS1, M19, C18, GRN, MPS_GRN, GK1, G18, GNT, UMA, RNA, MPS_RNA, GK2, WAR, MPS_WAR, MH1, SS2, M20, C19, ELD, MB1, GN2, THB, IKO, C20, SS3, M21, JMP, 2XM, ZNR, ZNE, ZNC, CMR, CC1, KHM, KHC, TSR, STX, STA, C21, MH2, H1R, AFR, AFC, MID, MIC, Q06, VOW, VOC, DBL, CC2, NEO, NEC, SNC, NCC, CLB, 2X2, DMU, DMC, 40K, UNF, GN3, BRO, BRC, BRR, BOT, J22, SCD, DMR, ONE, ONC, MOM, MOC, MUL, MAT, LTR, LTC, CMM, WOE, WOC, WOT // Some LTR & LTC cards are "banned" in this format until 3 November 2023 due to an additional product "Holiday" release -Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Ancestral Recall; Anduril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Arcum's Astrolabe; Assemble the Rank and Vile; Backup Plan; Balance; Bazaar of Baghdad; Black Lotus; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Channel; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Deathrite Shaman; Demonic Attorney; Demonic Consultation; Demonic Tutor; Dig Through Time; Double Stroke; Dreadhorde Arcanist; Eagle of Deliverance; Earthcraft; Echoing Boon; Emissary's Ploy; Expressive Iteration; Falling Star; Fastbond; Fell Beast of Mordor; Fell Beast's Shriek; Flash; Frantic Search; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Gitaxian Probe; Goblin Recruiter; Gush; Hermit Druid; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imperial Seal; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Library of Alexandria; Lurrus of the Dream-Den; Mana Crypt; Mana Drain; Mana Vault; Memory Jar; Mental Misstep; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mind Twist; Mirkwood Channeler; Mishra's Workshop; Mists of Lorien; Mordor on the March; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Muzzio's Preparations; Mystical Tutor; Natural Unity; Nazgul Battle-Mace; Necropotence; Oath of Druids; Oko, Thief of Crowns; Olorin's Searing Light; Power Play; Pradesh Gypsies; Ragavan, Nimble Pilferer; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sensei's Divining Top; Sentinel Dispatch; Shahrazad; Skullclamp; Sol Ring; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Strip Mine; Summoner's Bond; Survival of the Fittest; Tempest Efreet; Time Vault; Time Walk; Timetwister; Timmerian Fiends; Tinker; Tolarian Academy; Treasure Cruise; Underworld Breach; Unexpected Potential; Vampiric Tutor; Warg Rider; Weight Advantage; Wheel of Fortune; White Plume Adventurer; Windfall; Witch-King Sky-Scourge; Worldknit; Wrenn and Six; Yawgmoth's Bargain; Yawgmoth's Will; Zirda, the Dawnwaker +Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Ancestral Recall; Andúril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Arcum's Astrolabe; Assemble the Rank and Vile; Backup Plan; Balance; Bazaar of Baghdad; Black Lotus; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Channel; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Deathrite Shaman; Demonic Attorney; Demonic Consultation; Demonic Tutor; Dig Through Time; Double Stroke; Dreadhorde Arcanist; Eagle of Deliverance; Earthcraft; Echoing Boon; Emissary's Ploy; Expressive Iteration; Falling Star; Fastbond; Fell Beast of Mordor; Fell Beast's Shriek; Flash; Frantic Search; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Gitaxian Probe; Goblin Recruiter; Gush; Hermit Druid; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imperial Seal; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Library of Alexandria; Lurrus of the Dream-Den; Mana Crypt; Mana Drain; Mana Vault; Memory Jar; Mental Misstep; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mind Twist; Mirkwood Channeler; Mishra's Workshop; Mists of Lórien; Mordor on the March; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Muzzio's Preparations; Mystical Tutor; Natural Unity; Nazgûl Battle-Mace; Necropotence; Oath of Druids; Oko, Thief of Crowns; Olórin's Searing Light; Power Play; Pradesh Gypsies; Ragavan, Nimble Pilferer; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sensei's Divining Top; Sentinel Dispatch; Shahrazad; Skullclamp; Sol Ring; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Strip Mine; Summoner's Bond; Survival of the Fittest; Tempest Efreet; Time Vault; Time Walk; Timetwister; Timmerian Fiends; Tinker; Tolarian Academy; Treasure Cruise; Underworld Breach; Unexpected Potential; Vampiric Tutor; Warg Rider; Weight Advantage; Wheel of Fortune; White Plume Adventurer; Windfall; Witch-King Sky-Scourge; Worldknit; Wrenn and Six; Yawgmoth's Bargain; Yawgmoth's Will; Zirda, the Dawnwaker Additional:Aisha of Sparks and Smoke; Arden Angel; Arvinox, the Mind Flail; Baldin, Century Herdmaster; Bjorna, Nightfall Alchemist; Blanka, Ferocious Friend; Cecily, Haunted Mage; Chief Jim Hopper; Chun-Li, Countless Kicks; Daryl, Hunter of Walkers; Dhalsim, Pliable Pacifist; Doric, Nature's Warden; Dustin, Gadget Genius; E. Honda, Sumo Champion; Edgin, Larcenous Lutenist; Eleven, the Mage; Elmar, Ulvenwald Informant; Enkira, Hostile Scavenger; Forge, Neverwinter Charlatan; Gisa's Favorite Shovel; Glenn, the Voice of Calm; Gregor, Shrewd Magistrate; Greymond, Avacyn's Stalwart; Guile, Sonic Soldier; Hansk, Slayer Zealot; Hargilde, Kindly Runechanter; Havengul Laboratory; Hawkins National Laboratory; Holga, Relentless Rager; Immard, the Stormcleaver; Ken, Burning Brawler; Lucas, the Sharpshooter; Lucille; Maarika, Brutal Gladiator; Malik, Grim Manipulator; Max, the Daredevil; Michonne, Ruthless Survivor; Mike, the Dungeon Master; Mind Flayer, the Shadow; Negan, the Cold-Blooded; Othelm, Sigardian Outcast; Rick, Steadfast Leader; Ryu, World Warrior; Simon, Wild Magic Sorcerer; Sophina, Spearsage Deserter; Tadeas, Juniper Ascendant; The Howling Abomination; Themberchaud; Vikya, Scorching Stalwart; Wernog, Rider's Chaplain; Will the Wise; Xenk, Paladin Unbroken; Zangief, the Red Cyclone; Zethi, Arcane Blademaster diff --git a/forge-gui/res/formats/Archived/Legacy/2023-10-13.txt b/forge-gui/res/formats/Archived/Legacy/2023-10-13.txt index e55605b62e6..69523d73e22 100644 --- a/forge-gui/res/formats/Archived/Legacy/2023-10-13.txt +++ b/forge-gui/res/formats/Archived/Legacy/2023-10-13.txt @@ -5,5 +5,5 @@ Subtype:Legacy Effective:2023-10-13 Sets:LEA, LEB, 2ED, ARN, ATQ, 3ED, LEG, DRC94, DRK, PHPR, FEM, 4ED, ICE, CHR, HML, ALL, MIR, VIS, 5ED, POR, WTH, TMP, STH, EXO, PO2, USG, ATH, ULG, 6ED, UDS, S99, PTK, MMQ, BRB, NMS, S00, PCY, BTD, INV, PLS, 7ED, APC, ODY, DKM, TOR, JUD, ONS, LGN, SCG, 8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, MED, LRW, DD1, MOR, SHM, EVE, DRB, ME2, ALA, DD2, CFX, DDC, ARB, M10, TD0, FVE, HOP, ME3, ZEN, DDD, PDS, WWK, DDE, ROE, DPA, ARC, M11, FVR, DDF, SOM, TD1, PD2, ME4, MBS, DDG, NPH, TD2, COM, M12, FVL, DDH, ISD, PD3, DKA, DDI, AVR, PC2, M13, V12, DDJ, RTR, CM1, GTC, DDK, DGM, MMA, M14, V13, DDL, THS, C13, BNG, DDM, JOU, MD1, CNS, VMA, M15, V14, DDN, KTK, C14, DVD, EVG, GVL, JVC, FRF, UGF, DDO, DTK, TPR, MM2, ORI, V15, DDP, BFZ, EXP, C15, PZ1, OGW, DDQ, SOI, W16, EMA, EMN, V16, CN2, DDR, KLD, MPS_KLD, C16, PZ2, PCA, AER, MM3, DDS, AKH, MPS_AKH, W17, CMA, E01, HOU, C17, XLN, DDT, IMA, V17, E02, RIX, A25, DDU, DOM, CM2, BBD, SS1, GS1, M19, C18, GRN, MPS_GRN, GK1, G18, GNT, UMA, RNA, MPS_RNA, GK2, WAR, MPS_WAR, MH1, SS2, M20, C19, ELD, MB1, GN2, THB, IKO, C20, SS3, M21, JMP, 2XM, ZNR, ZNE, ZNC, CMR, CC1, KHM, KHC, TSR, STX, STA, C21, MH2, H1R, AFR, AFC, MID, MIC, Q06, VOW, VOC, DBL, CC2, NEO, NEC, SNC, NCC, CLB, 2X2, DMU, DMC, 40K, UNF, GN3, BRO, BRC, BRR, BOT, J22, SCD, DMR, ONE, ONC, MOM, MOC, MUL, MAT, LTR, LTC, CMM, WOE, WOC, WOT, WHO // Some LTR & LTC cards are "banned" in this format until 3 November 2023 due to an additional product "Holiday" release -Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Ancestral Recall; Anduril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Arcum's Astrolabe; Assemble the Rank and Vile; Backup Plan; Balance; Bazaar of Baghdad; Black Lotus; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Channel; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Deathrite Shaman; Demonic Attorney; Demonic Consultation; Demonic Tutor; Dig Through Time; Double Stroke; Dreadhorde Arcanist; Eagle of Deliverance; Earthcraft; Echoing Boon; Emissary's Ploy; Expressive Iteration; Falling Star; Fastbond; Fell Beast of Mordor; Fell Beast's Shriek; Flash; Frantic Search; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Gitaxian Probe; Goblin Recruiter; Gush; Hermit Druid; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imperial Seal; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Library of Alexandria; Lurrus of the Dream-Den; Mana Crypt; Mana Drain; Mana Vault; Memory Jar; Mental Misstep; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mind Twist; Mirkwood Channeler; Mishra's Workshop; Mists of Lorien; Mordor on the March; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Muzzio's Preparations; Mystical Tutor; Natural Unity; Nazgul Battle-Mace; Necropotence; Oath of Druids; Oko, Thief of Crowns; Olorin's Searing Light; Power Play; Pradesh Gypsies; Ragavan, Nimble Pilferer; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sensei's Divining Top; Sentinel Dispatch; Shahrazad; Skullclamp; Sol Ring; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Strip Mine; Summoner's Bond; Survival of the Fittest; Tempest Efreet; Time Vault; Time Walk; Timetwister; Timmerian Fiends; Tinker; Tolarian Academy; Treasure Cruise; Underworld Breach; Unexpected Potential; Vampiric Tutor; Warg Rider; Weight Advantage; Wheel of Fortune; White Plume Adventurer; Windfall; Witch-King Sky-Scourge; Worldknit; Wrenn and Six; Yawgmoth's Bargain; Yawgmoth's Will; Zirda, the Dawnwaker +Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Ancestral Recall; Andúril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Arcum's Astrolabe; Assemble the Rank and Vile; Backup Plan; Balance; Bazaar of Baghdad; Black Lotus; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Channel; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Deathrite Shaman; Demonic Attorney; Demonic Consultation; Demonic Tutor; Dig Through Time; Double Stroke; Dreadhorde Arcanist; Eagle of Deliverance; Earthcraft; Echoing Boon; Emissary's Ploy; Expressive Iteration; Falling Star; Fastbond; Fell Beast of Mordor; Fell Beast's Shriek; Flash; Frantic Search; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Gitaxian Probe; Goblin Recruiter; Gush; Hermit Druid; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imperial Seal; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Library of Alexandria; Lurrus of the Dream-Den; Mana Crypt; Mana Drain; Mana Vault; Memory Jar; Mental Misstep; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mind Twist; Mirkwood Channeler; Mishra's Workshop; Mists of Lórien; Mordor on the March; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Muzzio's Preparations; Mystical Tutor; Natural Unity; Nazgûl Battle-Mace; Necropotence; Oath of Druids; Oko, Thief of Crowns; Olórin's Searing Light; Power Play; Pradesh Gypsies; Ragavan, Nimble Pilferer; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sensei's Divining Top; Sentinel Dispatch; Shahrazad; Skullclamp; Sol Ring; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Strip Mine; Summoner's Bond; Survival of the Fittest; Tempest Efreet; Time Vault; Time Walk; Timetwister; Timmerian Fiends; Tinker; Tolarian Academy; Treasure Cruise; Underworld Breach; Unexpected Potential; Vampiric Tutor; Warg Rider; Weight Advantage; Wheel of Fortune; White Plume Adventurer; Windfall; Witch-King Sky-Scourge; Worldknit; Wrenn and Six; Yawgmoth's Bargain; Yawgmoth's Will; Zirda, the Dawnwaker Additional:Aisha of Sparks and Smoke; Arden Angel; Arvinox, the Mind Flail; Baldin, Century Herdmaster; Bjorna, Nightfall Alchemist; Blanka, Ferocious Friend; Cecily, Haunted Mage; Chief Jim Hopper; Chun-Li, Countless Kicks; Daryl, Hunter of Walkers; Dhalsim, Pliable Pacifist; Doric, Nature's Warden; Dustin, Gadget Genius; E. Honda, Sumo Champion; Edgin, Larcenous Lutenist; Eleven, the Mage; Elmar, Ulvenwald Informant; Enkira, Hostile Scavenger; Forge, Neverwinter Charlatan; Gisa's Favorite Shovel; Glenn, the Voice of Calm; Gregor, Shrewd Magistrate; Greymond, Avacyn's Stalwart; Guile, Sonic Soldier; Hansk, Slayer Zealot; Hargilde, Kindly Runechanter; Havengul Laboratory; Hawkins National Laboratory; Holga, Relentless Rager; Immard, the Stormcleaver; Ken, Burning Brawler; Lucas, the Sharpshooter; Lucille; Maarika, Brutal Gladiator; Malik, Grim Manipulator; Max, the Daredevil; Michonne, Ruthless Survivor; Mike, the Dungeon Master; Mind Flayer, the Shadow; Negan, the Cold-Blooded; Othelm, Sigardian Outcast; Rick, Steadfast Leader; Ryu, World Warrior; Simon, Wild Magic Sorcerer; Sophina, Spearsage Deserter; Tadeas, Juniper Ascendant; The Howling Abomination; Themberchaud; Vikya, Scorching Stalwart; Wernog, Rider's Chaplain; Will the Wise; Xenk, Paladin Unbroken; Zangief, the Red Cyclone; Zethi, Arcane Blademaster diff --git a/forge-gui/res/formats/Archived/Timeless/2023-12-12.txt b/forge-gui/res/formats/Archived/Timeless/2023-12-12.txt index 553794cef2c..fd03d818ac6 100644 --- a/forge-gui/res/formats/Archived/Timeless/2023-12-12.txt +++ b/forge-gui/res/formats/Archived/Timeless/2023-12-12.txt @@ -5,4 +5,4 @@ Subtype:Vintage Effective:2023-12-12 Sets:KTK, XLN, RIX, DOM, M19, ANA, PANA, GRN, G18, RNA, WAR, M20, ELD, HA1, THB, HA2, IKO, HA3, M21, JMP, AJMP, AKR, ANB, ZNR, KLR, KHM, HA4, STX, STA, HA5, AFR, J21, MID, VOW, YMID, NEO, YNEO, SNC, YSNC, HBG, HA6, EA1, DMU, YDMU, BRO, BRR, YBRO, EA2, ONE, YONE, SIR, SIS, MOM, MUL, MAT, LTR, HA7, EA3, WOE, WOT, YWOE, LCI, YLCI Restricted:Channel; Demonic Tutor; Tibalt's Trickery -Additional:Admiral Brass, Unsinkable; Clavileno, First of the Blessed; Goro-Goro and Satoru; Katilda and Lier; Pantlaza, Sun-Favored; Slimefoot and Squee; Timeless Dragon; Xolatoyac, the Smiling Flood +Additional:Admiral Brass, Unsinkable; Clavileño, First of the Blessed; Goro-Goro and Satoru; Katilda and Lier; Pantlaza, Sun-Favored; Slimefoot and Squee; Timeless Dragon; Xolatoyac, the Smiling Flood diff --git a/forge-gui/res/formats/Archived/Vintage/2023-06-23.txt b/forge-gui/res/formats/Archived/Vintage/2023-06-23.txt index dd445cf8926..2b7547e5ec4 100644 --- a/forge-gui/res/formats/Archived/Vintage/2023-06-23.txt +++ b/forge-gui/res/formats/Archived/Vintage/2023-06-23.txt @@ -6,5 +6,5 @@ Effective:2023-06-23 Sets:LEA, LEB, 2ED, ARN, ATQ, 3ED, LEG, DRC94, DRK, PHPR, FEM, 4ED, ICE, CHR, HML, ALL, MIR, VIS, 5ED, POR, WTH, TMP, STH, EXO, PO2, USG, ATH, ULG, 6ED, UDS, S99, PTK, MMQ, BRB, NMS, S00, PCY, BTD, INV, PLS, 7ED, APC, ODY, DKM, TOR, JUD, ONS, LGN, SCG, 8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, MED, LRW, DD1, MOR, SHM, EVE, DRB, ME2, ALA, DD2, CFX, DDC, ARB, M10, TD0, FVE, HOP, ME3, ZEN, DDD, PDS, WWK, DDE, ROE, DPA, ARC, M11, FVR, DDF, SOM, TD1, PD2, ME4, MBS, DDG, NPH, TD2, COM, M12, FVL, DDH, ISD, PD3, DKA, DDI, AVR, PC2, M13, V12, DDJ, RTR, CM1, GTC, DDK, DGM, MMA, M14, V13, DDL, THS, C13, BNG, DDM, JOU, MD1, CNS, VMA, M15, V14, DDN, KTK, C14, DVD, EVG, GVL, JVC, FRF, UGF, DDO, DTK, TPR, MM2, ORI, V15, DDP, BFZ, EXP, C15, PZ1, OGW, DDQ, SOI, W16, EMA, EMN, V16, CN2, DDR, KLD, MPS_KLD, C16, PZ2, PCA, AER, MM3, DDS, AKH, MPS_AKH, W17, CMA, E01, HOU, C17, XLN, DDT, IMA, V17, E02, RIX, A25, DDU, DOM, CM2, BBD, SS1, GS1, M19, C18, GRN, MPS_GRN, GK1, G18, GNT, UMA, RNA, MPS_RNA, GK2, WAR, MPS_WAR, MH1, SS2, M20, C19, ELD, MB1, GN2, THB, IKO, C20, SS3, M21, JMP, 2XM, ZNR, ZNE, ZNC, CMR, CC1, KHM, KHC, TSR, STX, STA, C21, MH2, H1R, AFR, AFC, MID, MIC, Q06, VOW, VOC, DBL, CC2, NEO, NEC, SNC, NCC, CLB, 2X2, DMU, DMC, 40K, UNF, GN3, BRO, BRC, BRR, BOT, J22, SCD, DMR, ONE, ONC, MOM, MOC, MUL, MAT, LTR, LTC Restricted:Ancestral Recall; Balance; Black Lotus; Brainstorm; Chalice of the Void; Channel; Demonic Consultation; Demonic Tutor; Dig Through Time; Flash; Gitaxian Probe; Golgari Grave-Troll; Gush; Imperial Seal; Karn, the Great Creator; Library of Alexandria; Lion's Eye Diamond; Lodestone Golem; Lotus Petal; Mana Crypt; Mana Vault; Memory Jar; Mental Misstep; Merchant Scroll; Mind's Desire; Monastery Mentor; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Mystic Forge; Mystical Tutor; Narset, Parter of Veils; Necropotence; Ponder; Sol Ring; Strip Mine; Thorn of Amethyst; Time Vault; Time Walk; Timetwister; Tinker; Tolarian Academy; Treasure Cruise; Trinisphere; Vampiric Tutor; Wheel of Fortune; Windfall; Yawgmoth's Will // Some LTR & LTC cards are "banned" in this format until 3 November 2023 due to an additional product "Holiday" release -Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Anduril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Assemble the Rank and Vile; Backup Plan; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Demonic Attorney; Double Stroke; Eagle of Deliverance; Echoing Boon; Emissary's Ploy; Falling Star; Fell Beast of Mordor; Fell Beast's Shriek; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mirkwood Channeler; Mists of Lorien; Mordor on the March; Muzzio's Preparations; Natural Unity; Nazgul Battle-Mace; Olorin's Searing Light; Power Play; Pradesh Gypsies; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sentinel Dispatch; Shahrazad; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Summoner's Bond; Tempest Efreet; Timmerian Fiends; Unexpected Potential; Warg Rider; Weight Advantage; Witch-King Sky-Scourge; Worldknit +Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Andúril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Assemble the Rank and Vile; Backup Plan; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Demonic Attorney; Double Stroke; Eagle of Deliverance; Echoing Boon; Emissary's Ploy; Falling Star; Fell Beast of Mordor; Fell Beast's Shriek; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mirkwood Channeler; Mists of Lórien; Mordor on the March; Muzzio's Preparations; Natural Unity; Nazgûl Battle-Mace; Olórin's Searing Light; Power Play; Pradesh Gypsies; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sentinel Dispatch; Shahrazad; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Summoner's Bond; Tempest Efreet; Timmerian Fiends; Unexpected Potential; Warg Rider; Weight Advantage; Witch-King Sky-Scourge; Worldknit Additional:Aisha of Sparks and Smoke; Arvinox, the Mind Flail; Baldin, Century Herdmaster; Bjorna, Nightfall Alchemist; Blanka, Ferocious Friend; Cecily, Haunted Mage; Chief Jim Hopper; Chun-Li, Countless Kicks; Daryl, Hunter of Walkers; Dhalsim, Pliable Pacifist; Doric, Nature's Warden; Dustin, Gadget Genius; E. Honda, Sumo Champion; Edgin, Larcenous Lutenist; Eleven, the Mage; Elmar, Ulvenwald Informant; Forge, Neverwinter Charlatan; Glenn, the Voice of Calm; Guile, Sonic Soldier; Hargilde, Kindly Runechanter; Havengul Laboratory; Hawkins National Laboratory; Holga, Relentless Rager; Immard, the Stormcleaver; Ken, Burning Brawler; Lucas, the Sharpshooter; Lucille; Maarika, Brutal Gladiator; Max, the Daredevil; Michonne, Ruthless Survivor; Mike, the Dungeon Master; Mind Flayer, the Shadow; Negan, the Cold-Blooded; Othelm, Sigardian Outcast; Rick, Steadfast Leader; Ryu, World Warrior; Simon, Wild Magic Sorcerer; Sophina, Spearsage Deserter; Tadeas, Juniper Ascendant; The Howling Abomination; Themberchaud; Vikya, Scorching Stalwart; Wernog, Rider's Chaplain; Will the Wise; Xenk, Paladin Unbroken; Zangief, the Red Cyclone; Zethi, Arcane Blademaster diff --git a/forge-gui/res/formats/Archived/Vintage/2023-08-04.txt b/forge-gui/res/formats/Archived/Vintage/2023-08-04.txt index c34615cbfe4..d3c2b7ff48f 100644 --- a/forge-gui/res/formats/Archived/Vintage/2023-08-04.txt +++ b/forge-gui/res/formats/Archived/Vintage/2023-08-04.txt @@ -6,5 +6,5 @@ Effective:2023-08-04 Sets:LEA, LEB, 2ED, ARN, ATQ, 3ED, LEG, DRC94, DRK, PHPR, FEM, 4ED, ICE, CHR, HML, ALL, MIR, VIS, 5ED, POR, WTH, TMP, STH, EXO, PO2, USG, ATH, ULG, 6ED, UDS, S99, PTK, MMQ, BRB, NMS, S00, PCY, BTD, INV, PLS, 7ED, APC, ODY, DKM, TOR, JUD, ONS, LGN, SCG, 8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, MED, LRW, DD1, MOR, SHM, EVE, DRB, ME2, ALA, DD2, CFX, DDC, ARB, M10, TD0, FVE, HOP, ME3, ZEN, DDD, PDS, WWK, DDE, ROE, DPA, ARC, M11, FVR, DDF, SOM, TD1, PD2, ME4, MBS, DDG, NPH, TD2, COM, M12, FVL, DDH, ISD, PD3, DKA, DDI, AVR, PC2, M13, V12, DDJ, RTR, CM1, GTC, DDK, DGM, MMA, M14, V13, DDL, THS, C13, BNG, DDM, JOU, MD1, CNS, VMA, M15, V14, DDN, KTK, C14, DVD, EVG, GVL, JVC, FRF, UGF, DDO, DTK, TPR, MM2, ORI, V15, DDP, BFZ, EXP, C15, PZ1, OGW, DDQ, SOI, W16, EMA, EMN, V16, CN2, DDR, KLD, MPS_KLD, C16, PZ2, PCA, AER, MM3, DDS, AKH, MPS_AKH, W17, CMA, E01, HOU, C17, XLN, DDT, IMA, V17, E02, RIX, A25, DDU, DOM, CM2, BBD, SS1, GS1, M19, C18, GRN, MPS_GRN, GK1, G18, GNT, UMA, RNA, MPS_RNA, GK2, WAR, MPS_WAR, MH1, SS2, M20, C19, ELD, MB1, GN2, THB, IKO, C20, SS3, M21, JMP, 2XM, ZNR, ZNE, ZNC, CMR, CC1, KHM, KHC, TSR, STX, STA, C21, MH2, H1R, AFR, AFC, MID, MIC, Q06, VOW, VOC, DBL, CC2, NEO, NEC, SNC, NCC, CLB, 2X2, DMU, DMC, 40K, UNF, GN3, BRO, BRC, BRR, BOT, J22, SCD, DMR, ONE, ONC, MOM, MOC, MUL, MAT, LTR, LTC, CMM Restricted:Ancestral Recall; Balance; Black Lotus; Brainstorm; Chalice of the Void; Channel; Demonic Consultation; Demonic Tutor; Dig Through Time; Flash; Gitaxian Probe; Golgari Grave-Troll; Gush; Imperial Seal; Karn, the Great Creator; Library of Alexandria; Lion's Eye Diamond; Lodestone Golem; Lotus Petal; Mana Crypt; Mana Vault; Memory Jar; Mental Misstep; Merchant Scroll; Mind's Desire; Monastery Mentor; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Mystic Forge; Mystical Tutor; Narset, Parter of Veils; Necropotence; Ponder; Sol Ring; Strip Mine; Thorn of Amethyst; Time Vault; Time Walk; Timetwister; Tinker; Tolarian Academy; Treasure Cruise; Trinisphere; Vampiric Tutor; Wheel of Fortune; Windfall; Yawgmoth's Will // Some LTR & LTC cards are "banned" in this format until 3 November 2023 due to an additional product "Holiday" release -Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Anduril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Assemble the Rank and Vile; Backup Plan; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Demonic Attorney; Double Stroke; Eagle of Deliverance; Echoing Boon; Emissary's Ploy; Falling Star; Fell Beast of Mordor; Fell Beast's Shriek; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mirkwood Channeler; Mists of Lorien; Mordor on the March; Muzzio's Preparations; Natural Unity; Nazgul Battle-Mace; Olorin's Searing Light; Power Play; Pradesh Gypsies; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sentinel Dispatch; Shahrazad; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Summoner's Bond; Tempest Efreet; Timmerian Fiends; Unexpected Potential; Warg Rider; Weight Advantage; Witch-King Sky-Scourge; Worldknit +Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Andúril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Assemble the Rank and Vile; Backup Plan; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Demonic Attorney; Double Stroke; Eagle of Deliverance; Echoing Boon; Emissary's Ploy; Falling Star; Fell Beast of Mordor; Fell Beast's Shriek; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mirkwood Channeler; Mists of Lórien; Mordor on the March; Muzzio's Preparations; Natural Unity; Nazgûl Battle-Mace; Olórin's Searing Light; Power Play; Pradesh Gypsies; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sentinel Dispatch; Shahrazad; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Summoner's Bond; Tempest Efreet; Timmerian Fiends; Unexpected Potential; Warg Rider; Weight Advantage; Witch-King Sky-Scourge; Worldknit Additional:Aisha of Sparks and Smoke; Arvinox, the Mind Flail; Baldin, Century Herdmaster; Bjorna, Nightfall Alchemist; Blanka, Ferocious Friend; Cecily, Haunted Mage; Chief Jim Hopper; Chun-Li, Countless Kicks; Daryl, Hunter of Walkers; Dhalsim, Pliable Pacifist; Doric, Nature's Warden; Dustin, Gadget Genius; E. Honda, Sumo Champion; Edgin, Larcenous Lutenist; Eleven, the Mage; Elmar, Ulvenwald Informant; Forge, Neverwinter Charlatan; Glenn, the Voice of Calm; Guile, Sonic Soldier; Hargilde, Kindly Runechanter; Havengul Laboratory; Hawkins National Laboratory; Holga, Relentless Rager; Immard, the Stormcleaver; Ken, Burning Brawler; Lucas, the Sharpshooter; Lucille; Maarika, Brutal Gladiator; Max, the Daredevil; Michonne, Ruthless Survivor; Mike, the Dungeon Master; Mind Flayer, the Shadow; Negan, the Cold-Blooded; Othelm, Sigardian Outcast; Rick, Steadfast Leader; Ryu, World Warrior; Simon, Wild Magic Sorcerer; Sophina, Spearsage Deserter; Tadeas, Juniper Ascendant; The Howling Abomination; Themberchaud; Vikya, Scorching Stalwart; Wernog, Rider's Chaplain; Will the Wise; Xenk, Paladin Unbroken; Zangief, the Red Cyclone; Zethi, Arcane Blademaster diff --git a/forge-gui/res/formats/Archived/Vintage/2023-08-10.txt b/forge-gui/res/formats/Archived/Vintage/2023-08-10.txt index 1911b69f805..20488bbce9b 100644 --- a/forge-gui/res/formats/Archived/Vintage/2023-08-10.txt +++ b/forge-gui/res/formats/Archived/Vintage/2023-08-10.txt @@ -6,5 +6,5 @@ Effective:2023-08-10 Sets:LEA, LEB, 2ED, ARN, ATQ, 3ED, LEG, DRC94, DRK, PHPR, FEM, 4ED, ICE, CHR, HML, ALL, MIR, VIS, 5ED, POR, WTH, TMP, STH, EXO, PO2, USG, ATH, ULG, 6ED, UDS, S99, PTK, MMQ, BRB, NMS, S00, PCY, BTD, INV, PLS, 7ED, APC, ODY, DKM, TOR, JUD, ONS, LGN, SCG, 8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, MED, LRW, DD1, MOR, SHM, EVE, DRB, ME2, ALA, DD2, CFX, DDC, ARB, M10, TD0, FVE, HOP, ME3, ZEN, DDD, PDS, WWK, DDE, ROE, DPA, ARC, M11, FVR, DDF, SOM, TD1, PD2, ME4, MBS, DDG, NPH, TD2, COM, M12, FVL, DDH, ISD, PD3, DKA, DDI, AVR, PC2, M13, V12, DDJ, RTR, CM1, GTC, DDK, DGM, MMA, M14, V13, DDL, THS, C13, BNG, DDM, JOU, MD1, CNS, VMA, M15, V14, DDN, KTK, C14, DVD, EVG, GVL, JVC, FRF, UGF, DDO, DTK, TPR, MM2, ORI, V15, DDP, BFZ, EXP, C15, PZ1, OGW, DDQ, SOI, W16, EMA, EMN, V16, CN2, DDR, KLD, MPS_KLD, C16, PZ2, PCA, AER, MM3, DDS, AKH, MPS_AKH, W17, CMA, E01, HOU, C17, XLN, DDT, IMA, V17, E02, RIX, A25, DDU, DOM, CM2, BBD, SS1, GS1, M19, C18, GRN, MPS_GRN, GK1, G18, GNT, UMA, RNA, MPS_RNA, GK2, WAR, MPS_WAR, MH1, SS2, M20, C19, ELD, MB1, GN2, THB, IKO, C20, SS3, M21, JMP, 2XM, ZNR, ZNE, ZNC, CMR, CC1, KHM, KHC, TSR, STX, STA, C21, MH2, H1R, AFR, AFC, MID, MIC, Q06, VOW, VOC, DBL, CC2, NEO, NEC, SNC, NCC, CLB, 2X2, DMU, DMC, 40K, UNF, GN3, BRO, BRC, BRR, BOT, J22, SCD, DMR, ONE, ONC, MOM, MOC, MUL, MAT, LTR, LTC, CMM Restricted:Ancestral Recall; Balance; Black Lotus; Brainstorm; Chalice of the Void; Channel; Demonic Consultation; Demonic Tutor; Dig Through Time; Flash; Gitaxian Probe; Golgari Grave-Troll; Gush; Imperial Seal; Karn, the Great Creator; Library of Alexandria; Lion's Eye Diamond; Lodestone Golem; Lotus Petal; Mana Crypt; Mana Vault; Memory Jar; Mental Misstep; Merchant Scroll; Mind's Desire; Monastery Mentor; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Mystic Forge; Mystical Tutor; Narset, Parter of Veils; Necropotence; Ponder; Sol Ring; Strip Mine; Thorn of Amethyst; Time Vault; Time Walk; Timetwister; Tinker; Tolarian Academy; Treasure Cruise; Trinisphere; Vampiric Tutor; Wheel of Fortune; Windfall; Yawgmoth's Will // Some LTR & LTC cards are "banned" in this format until 3 November 2023 due to an additional product "Holiday" release -Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Anduril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Assemble the Rank and Vile; Backup Plan; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Demonic Attorney; Double Stroke; Eagle of Deliverance; Echoing Boon; Emissary's Ploy; Falling Star; Fell Beast of Mordor; Fell Beast's Shriek; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mirkwood Channeler; Mists of Lorien; Mordor on the March; Muzzio's Preparations; Natural Unity; Nazgul Battle-Mace; Olorin's Searing Light; Power Play; Pradesh Gypsies; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sentinel Dispatch; Shahrazad; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Summoner's Bond; Tempest Efreet; Timmerian Fiends; Unexpected Potential; Warg Rider; Weight Advantage; Witch-King Sky-Scourge; Worldknit +Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Andúril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Assemble the Rank and Vile; Backup Plan; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Demonic Attorney; Double Stroke; Eagle of Deliverance; Echoing Boon; Emissary's Ploy; Falling Star; Fell Beast of Mordor; Fell Beast's Shriek; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mirkwood Channeler; Mists of Lórien; Mordor on the March; Muzzio's Preparations; Natural Unity; Nazgûl Battle-Mace; Olórin's Searing Light; Power Play; Pradesh Gypsies; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sentinel Dispatch; Shahrazad; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Summoner's Bond; Tempest Efreet; Timmerian Fiends; Unexpected Potential; Warg Rider; Weight Advantage; Witch-King Sky-Scourge; Worldknit Additional:Aisha of Sparks and Smoke; Arden Angel; Arvinox, the Mind Flail; Baldin, Century Herdmaster; Bjorna, Nightfall Alchemist; Blanka, Ferocious Friend; Cecily, Haunted Mage; Chief Jim Hopper; Chun-Li, Countless Kicks; Daryl, Hunter of Walkers; Dhalsim, Pliable Pacifist; Doric, Nature's Warden; Dustin, Gadget Genius; E. Honda, Sumo Champion; Edgin, Larcenous Lutenist; Eleven, the Mage; Elmar, Ulvenwald Informant; Forge, Neverwinter Charlatan; Glenn, the Voice of Calm; Guile, Sonic Soldier; Hargilde, Kindly Runechanter; Havengul Laboratory; Hawkins National Laboratory; Holga, Relentless Rager; Immard, the Stormcleaver; Ken, Burning Brawler; Lucas, the Sharpshooter; Lucille; Maarika, Brutal Gladiator; Max, the Daredevil; Michonne, Ruthless Survivor; Mike, the Dungeon Master; Mind Flayer, the Shadow; Negan, the Cold-Blooded; Othelm, Sigardian Outcast; Rick, Steadfast Leader; Ryu, World Warrior; Simon, Wild Magic Sorcerer; Sophina, Spearsage Deserter; Tadeas, Juniper Ascendant; The Howling Abomination; Themberchaud; Vikya, Scorching Stalwart; Wernog, Rider's Chaplain; Will the Wise; Xenk, Paladin Unbroken; Zangief, the Red Cyclone; Zethi, Arcane Blademaster diff --git a/forge-gui/res/formats/Archived/Vintage/2023-09-08.txt b/forge-gui/res/formats/Archived/Vintage/2023-09-08.txt index d04e6949757..7420e9b0418 100644 --- a/forge-gui/res/formats/Archived/Vintage/2023-09-08.txt +++ b/forge-gui/res/formats/Archived/Vintage/2023-09-08.txt @@ -6,5 +6,5 @@ Effective:2023-09-08 Sets:LEA, LEB, 2ED, ARN, ATQ, 3ED, LEG, DRC94, DRK, PHPR, FEM, 4ED, ICE, CHR, HML, ALL, MIR, VIS, 5ED, POR, WTH, TMP, STH, EXO, PO2, USG, ATH, ULG, 6ED, UDS, S99, PTK, MMQ, BRB, NMS, S00, PCY, BTD, INV, PLS, 7ED, APC, ODY, DKM, TOR, JUD, ONS, LGN, SCG, 8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, MED, LRW, DD1, MOR, SHM, EVE, DRB, ME2, ALA, DD2, CFX, DDC, ARB, M10, TD0, FVE, HOP, ME3, ZEN, DDD, PDS, WWK, DDE, ROE, DPA, ARC, M11, FVR, DDF, SOM, TD1, PD2, ME4, MBS, DDG, NPH, TD2, COM, M12, FVL, DDH, ISD, PD3, DKA, DDI, AVR, PC2, M13, V12, DDJ, RTR, CM1, GTC, DDK, DGM, MMA, M14, V13, DDL, THS, C13, BNG, DDM, JOU, MD1, CNS, VMA, M15, V14, DDN, KTK, C14, DVD, EVG, GVL, JVC, FRF, UGF, DDO, DTK, TPR, MM2, ORI, V15, DDP, BFZ, EXP, C15, PZ1, OGW, DDQ, SOI, W16, EMA, EMN, V16, CN2, DDR, KLD, MPS_KLD, C16, PZ2, PCA, AER, MM3, DDS, AKH, MPS_AKH, W17, CMA, E01, HOU, C17, XLN, DDT, IMA, V17, E02, RIX, A25, DDU, DOM, CM2, BBD, SS1, GS1, M19, C18, GRN, MPS_GRN, GK1, G18, GNT, UMA, RNA, MPS_RNA, GK2, WAR, MPS_WAR, MH1, SS2, M20, C19, ELD, MB1, GN2, THB, IKO, C20, SS3, M21, JMP, 2XM, ZNR, ZNE, ZNC, CMR, CC1, KHM, KHC, TSR, STX, STA, C21, MH2, H1R, AFR, AFC, MID, MIC, Q06, VOW, VOC, DBL, CC2, NEO, NEC, SNC, NCC, CLB, 2X2, DMU, DMC, 40K, UNF, GN3, BRO, BRC, BRR, BOT, J22, SCD, DMR, ONE, ONC, MOM, MOC, MUL, MAT, LTR, LTC, CMM, WOE, WOC, WOT Restricted:Ancestral Recall; Balance; Black Lotus; Brainstorm; Chalice of the Void; Channel; Demonic Consultation; Demonic Tutor; Dig Through Time; Flash; Gitaxian Probe; Golgari Grave-Troll; Gush; Imperial Seal; Karn, the Great Creator; Library of Alexandria; Lion's Eye Diamond; Lodestone Golem; Lotus Petal; Mana Crypt; Mana Vault; Memory Jar; Mental Misstep; Merchant Scroll; Mind's Desire; Monastery Mentor; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Mystic Forge; Mystical Tutor; Narset, Parter of Veils; Necropotence; Ponder; Sol Ring; Strip Mine; Thorn of Amethyst; Time Vault; Time Walk; Timetwister; Tinker; Tolarian Academy; Treasure Cruise; Trinisphere; Vampiric Tutor; Wheel of Fortune; Windfall; Yawgmoth's Will // Some LTR & LTC cards are "banned" in this format until 3 November 2023 due to an additional product "Holiday" release -Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Anduril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Assemble the Rank and Vile; Backup Plan; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Demonic Attorney; Double Stroke; Eagle of Deliverance; Echoing Boon; Emissary's Ploy; Falling Star; Fell Beast of Mordor; Fell Beast's Shriek; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mirkwood Channeler; Mists of Lorien; Mordor on the March; Muzzio's Preparations; Natural Unity; Nazgul Battle-Mace; Olorin's Searing Light; Power Play; Pradesh Gypsies; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sentinel Dispatch; Shahrazad; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Summoner's Bond; Tempest Efreet; Timmerian Fiends; Unexpected Potential; Warg Rider; Weight Advantage; Witch-King Sky-Scourge; Worldknit +Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Andúril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Assemble the Rank and Vile; Backup Plan; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Demonic Attorney; Double Stroke; Eagle of Deliverance; Echoing Boon; Emissary's Ploy; Falling Star; Fell Beast of Mordor; Fell Beast's Shriek; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mirkwood Channeler; Mists of Lórien; Mordor on the March; Muzzio's Preparations; Natural Unity; Nazgûl Battle-Mace; Olórin's Searing Light; Power Play; Pradesh Gypsies; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sentinel Dispatch; Shahrazad; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Summoner's Bond; Tempest Efreet; Timmerian Fiends; Unexpected Potential; Warg Rider; Weight Advantage; Witch-King Sky-Scourge; Worldknit Additional:Aisha of Sparks and Smoke; Arden Angel; Arvinox, the Mind Flail; Baldin, Century Herdmaster; Bjorna, Nightfall Alchemist; Blanka, Ferocious Friend; Cecily, Haunted Mage; Chief Jim Hopper; Chun-Li, Countless Kicks; Daryl, Hunter of Walkers; Dhalsim, Pliable Pacifist; Doric, Nature's Warden; Dustin, Gadget Genius; E. Honda, Sumo Champion; Edgin, Larcenous Lutenist; Eleven, the Mage; Elmar, Ulvenwald Informant; Enkira, Hostile Scavenger; Forge, Neverwinter Charlatan; Gisa's Favorite Shovel; Glenn, the Voice of Calm; Gregor, Shrewd Magistrate; Greymond, Avacyn's Stalwart; Guile, Sonic Soldier; Hansk, Slayer Zealot; Hargilde, Kindly Runechanter; Havengul Laboratory; Hawkins National Laboratory; Holga, Relentless Rager; Immard, the Stormcleaver; Ken, Burning Brawler; Lucas, the Sharpshooter; Lucille; Maarika, Brutal Gladiator; Malik, Grim Manipulator; Max, the Daredevil; Michonne, Ruthless Survivor; Mike, the Dungeon Master; Mind Flayer, the Shadow; Negan, the Cold-Blooded; Othelm, Sigardian Outcast; Rick, Steadfast Leader; Ryu, World Warrior; Simon, Wild Magic Sorcerer; Sophina, Spearsage Deserter; Tadeas, Juniper Ascendant; The Howling Abomination; Themberchaud; Vikya, Scorching Stalwart; Wernog, Rider's Chaplain; Will the Wise; Xenk, Paladin Unbroken; Zangief, the Red Cyclone; Zethi, Arcane Blademaster diff --git a/forge-gui/res/formats/Archived/Vintage/2023-10-13.txt b/forge-gui/res/formats/Archived/Vintage/2023-10-13.txt index 5c6bf6c0cc5..eba298baf16 100644 --- a/forge-gui/res/formats/Archived/Vintage/2023-10-13.txt +++ b/forge-gui/res/formats/Archived/Vintage/2023-10-13.txt @@ -6,5 +6,5 @@ Effective:2023-10-13 Sets:LEA, LEB, 2ED, ARN, ATQ, 3ED, LEG, DRC94, DRK, PHPR, FEM, 4ED, ICE, CHR, HML, ALL, MIR, VIS, 5ED, POR, WTH, TMP, STH, EXO, PO2, USG, ATH, ULG, 6ED, UDS, S99, PTK, MMQ, BRB, NMS, S00, PCY, BTD, INV, PLS, 7ED, APC, ODY, DKM, TOR, JUD, ONS, LGN, SCG, 8ED, MRD, DST, 5DN, CHK, BOK, SOK, 9ED, RAV, GPT, DIS, CSP, TSP, TSB, PLC, FUT, 10E, MED, LRW, DD1, MOR, SHM, EVE, DRB, ME2, ALA, DD2, CFX, DDC, ARB, M10, TD0, FVE, HOP, ME3, ZEN, DDD, PDS, WWK, DDE, ROE, DPA, ARC, M11, FVR, DDF, SOM, TD1, PD2, ME4, MBS, DDG, NPH, TD2, COM, M12, FVL, DDH, ISD, PD3, DKA, DDI, AVR, PC2, M13, V12, DDJ, RTR, CM1, GTC, DDK, DGM, MMA, M14, V13, DDL, THS, C13, BNG, DDM, JOU, MD1, CNS, VMA, M15, V14, DDN, KTK, C14, DVD, EVG, GVL, JVC, FRF, UGF, DDO, DTK, TPR, MM2, ORI, V15, DDP, BFZ, EXP, C15, PZ1, OGW, DDQ, SOI, W16, EMA, EMN, V16, CN2, DDR, KLD, MPS_KLD, C16, PZ2, PCA, AER, MM3, DDS, AKH, MPS_AKH, W17, CMA, E01, HOU, C17, XLN, DDT, IMA, V17, E02, RIX, A25, DDU, DOM, CM2, BBD, SS1, GS1, M19, C18, GRN, MPS_GRN, GK1, G18, GNT, UMA, RNA, MPS_RNA, GK2, WAR, MPS_WAR, MH1, SS2, M20, C19, ELD, MB1, GN2, THB, IKO, C20, SS3, M21, JMP, 2XM, ZNR, ZNE, ZNC, CMR, CC1, KHM, KHC, TSR, STX, STA, C21, MH2, H1R, AFR, AFC, MID, MIC, Q06, VOW, VOC, DBL, CC2, NEO, NEC, SNC, NCC, CLB, 2X2, DMU, DMC, 40K, UNF, GN3, BRO, BRC, BRR, BOT, J22, SCD, DMR, ONE, ONC, MOM, MOC, MUL, MAT, LTR, LTC, CMM, WOE, WOC, WOT, WHO Restricted:Ancestral Recall; Balance; Black Lotus; Brainstorm; Chalice of the Void; Channel; Demonic Consultation; Demonic Tutor; Dig Through Time; Flash; Gitaxian Probe; Golgari Grave-Troll; Gush; Imperial Seal; Karn, the Great Creator; Library of Alexandria; Lion's Eye Diamond; Lodestone Golem; Lotus Petal; Mana Crypt; Mana Vault; Memory Jar; Mental Misstep; Merchant Scroll; Mind's Desire; Monastery Mentor; Mox Emerald; Mox Jet; Mox Pearl; Mox Ruby; Mox Sapphire; Mystic Forge; Mystical Tutor; Narset, Parter of Veils; Necropotence; Ponder; Sol Ring; Strip Mine; Thorn of Amethyst; Time Vault; Time Walk; Timetwister; Tinker; Tolarian Academy; Treasure Cruise; Trinisphere; Vampiric Tutor; Wheel of Fortune; Windfall; Yawgmoth's Will // Some LTR & LTC cards are "banned" in this format until 3 November 2023 due to an additional product "Holiday" release -Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Anduril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Assemble the Rank and Vile; Backup Plan; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Demonic Attorney; Double Stroke; Eagle of Deliverance; Echoing Boon; Emissary's Ploy; Falling Star; Fell Beast of Mordor; Fell Beast's Shriek; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mirkwood Channeler; Mists of Lorien; Mordor on the March; Muzzio's Preparations; Natural Unity; Nazgul Battle-Mace; Olorin's Searing Light; Power Play; Pradesh Gypsies; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sentinel Dispatch; Shahrazad; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Summoner's Bond; Tempest Efreet; Timmerian Fiends; Unexpected Potential; Warg Rider; Weight Advantage; Witch-King Sky-Scourge; Worldknit +Banned:Adriana's Valor; Advantageous Proclamation; Amulet of Quoz; Andúril, Narsil Reforged; Aragorn, Hornburg Hero; Arboreal Alliance; Assemble the Rank and Vile; Backup Plan; Brago's Favor; Bronze Tablet; Call Forth the Tempest; Chaos Orb; Cleanse; Contract from Below; Courageous Resolve; Crusade; Darkpact; Demonic Attorney; Double Stroke; Eagle of Deliverance; Echoing Boon; Emissary's Ploy; Falling Star; Fell Beast of Mordor; Fell Beast's Shriek; Galadhrim Brigade; Galadriel's Dismissal; Galadriel, Light of Valinor; Gandalf of the Secret Fire; Gimli's Reckless Might; Hired Heist; Hold the Perimeter; Hymn of the Wilds; Immediate Action; Imprison; Incendiary Dissent; Invoke Prejudice; Isengard Unleashed; Iterative Analysis; Jeweled Bird; Jihad; Legolas's Quick Reflexes; Minas Morgul, Dark Fortress; Minas Tirith Garrison; Mirkwood Channeler; Mists of Lórien; Mordor on the March; Muzzio's Preparations; Natural Unity; Nazgûl Battle-Mace; Olórin's Searing Light; Power Play; Pradesh Gypsies; Rally the Galadhrim; Rammas Echor, Ancient Shield; Rebirth; Riders of the Mark; Rohirrim Chargers; Secret Summoning; Secrets of Paradise; Sentinel Dispatch; Shahrazad; Sorcerous Squall; Sovereign's Realm; Stone-Throwing Devils; Summoner's Bond; Tempest Efreet; Timmerian Fiends; Unexpected Potential; Warg Rider; Weight Advantage; Witch-King Sky-Scourge; Worldknit Additional:Aisha of Sparks and Smoke; Arden Angel; Arvinox, the Mind Flail; Baldin, Century Herdmaster; Bjorna, Nightfall Alchemist; Blanka, Ferocious Friend; Cecily, Haunted Mage; Chief Jim Hopper; Chun-Li, Countless Kicks; Daryl, Hunter of Walkers; Dhalsim, Pliable Pacifist; Doric, Nature's Warden; Dustin, Gadget Genius; E. Honda, Sumo Champion; Edgin, Larcenous Lutenist; Eleven, the Mage; Elmar, Ulvenwald Informant; Enkira, Hostile Scavenger; Forge, Neverwinter Charlatan; Gisa's Favorite Shovel; Glenn, the Voice of Calm; Gregor, Shrewd Magistrate; Greymond, Avacyn's Stalwart; Guile, Sonic Soldier; Hansk, Slayer Zealot; Hargilde, Kindly Runechanter; Havengul Laboratory; Hawkins National Laboratory; Holga, Relentless Rager; Immard, the Stormcleaver; Ken, Burning Brawler; Lucas, the Sharpshooter; Lucille; Maarika, Brutal Gladiator; Malik, Grim Manipulator; Max, the Daredevil; Michonne, Ruthless Survivor; Mike, the Dungeon Master; Mind Flayer, the Shadow; Negan, the Cold-Blooded; Othelm, Sigardian Outcast; Rick, Steadfast Leader; Ryu, World Warrior; Simon, Wild Magic Sorcerer; Sophina, Spearsage Deserter; Tadeas, Juniper Ascendant; The Howling Abomination; Themberchaud; Vikya, Scorching Stalwart; Wernog, Rider's Chaplain; Will the Wise; Xenk, Paladin Unbroken; Zangief, the Red Cyclone; Zethi, Arcane Blademaster diff --git a/forge-gui/res/formats/Sanctioned/Historic.txt b/forge-gui/res/formats/Sanctioned/Historic.txt index c6963fa54b3..1f0a182f9af 100644 --- a/forge-gui/res/formats/Sanctioned/Historic.txt +++ b/forge-gui/res/formats/Sanctioned/Historic.txt @@ -6,4 +6,4 @@ Effective:2019-11-21 Order:142 Sets:KTK, XLN, RIX, DOM, M19, ANA, PANA, GRN, G18, RNA, WAR, M20, ELD, HA1, THB, HA2, IKO, HA3, M21, JMP, AJMP, AKR, ANB, ZNR, KLR, KHM, HA4, STX, STA, HA5, AFR, J21, MID, VOW, YMID, NEO, YNEO, SNC, YSNC, HBG, HA6, EA1, DMU, YDMU, BRO, BRR, YBRO, EA2, ONE, YONE, SIR, SIS, MOM, MUL, MAT, LTR, HA7, EA3, WOE, WOT, YWOE, LCI, YLCI Banned:Agent of Treachery; Blood Moon; Bloodstained Mire; Brainstorm; Channel; Counterspell; Dark Ritual; Demonic Tutor; Field of the Dead; Flooded Strand; Intruder Alarm; Land Tax; Lightning Bolt; Memory Lapse; Mishra's Bauble; Natural Order; Necropotence; Nexus of Fate; Oko, Thief of Crowns; Once Upon a Time; Polluted Delta; Ragavan, Nimble Pilferer; Sneak Attack; Spreading Seas; Swords to Plowshares; Thassa's Oracle; Tibalt's Trickery; Time Warp; Uro, Titan of Nature's Wrath; Veil of Summer; Wilderness Reclamation; Windswept Heath; Wooded Foothills -Additional:Admiral Brass, Unsinkable; Clavileno, First of the Blessed; Goro-Goro and Satoru; Katilda and Lier; Pantlaza, Sun-Favored; Slimefoot and Squee; Timeless Dragon; Xolatoyac, the Smiling Flood +Additional:Admiral Brass, Unsinkable; Clavileño, First of the Blessed; Goro-Goro and Satoru; Katilda and Lier; Pantlaza, Sun-Favored; Slimefoot and Squee; Timeless Dragon; Xolatoyac, the Smiling Flood diff --git a/forge-gui/res/geneticaidecks/GAM_29_Sheoldred, the Apocalypse based deck_85_0.dck b/forge-gui/res/geneticaidecks/GAM_29_Sheoldred, the Apocalypse based deck_85_0.dck index 55b27a0c38d..af14742d989 100644 --- a/forge-gui/res/geneticaidecks/GAM_29_Sheoldred, the Apocalypse based deck_85_0.dck +++ b/forge-gui/res/geneticaidecks/GAM_29_Sheoldred, the Apocalypse based deck_85_0.dck @@ -9,7 +9,7 @@ Name=GAM_29_Sheoldred, the Apocalypse based deck_85_0 1 Island|LTR|1 2 Island|MID|1 2 Island|ONE|1 -4 Lorien Revealed|LTR|1 +4 Lórien Revealed|LTR|1 1 March of Wretched Sorrow|NEO|1 4 Murktide Regent|MH2|1 4 Otawara, Soaring City|NEO|1 diff --git a/forge-gui/res/geneticaidecks/GAM_34_The Reality Chip based deck_3_1.dck b/forge-gui/res/geneticaidecks/GAM_34_The Reality Chip based deck_3_1.dck index 8cffb3d86fe..006b64b5d58 100644 --- a/forge-gui/res/geneticaidecks/GAM_34_The Reality Chip based deck_3_1.dck +++ b/forge-gui/res/geneticaidecks/GAM_34_The Reality Chip based deck_3_1.dck @@ -14,7 +14,7 @@ Name=GAM_34_The Reality Chip based deck_3_1 1 Island|ZNR|1 1 Lullmage Mentor|ZEN|1 4 Mothdust Changeling|MMA|1 -4 Nazgul|LTR|1 +4 Nazgûl|LTR|1 4 Nexus of Fate|M19|1 1 Otawara, Soaring City|NEO|1 1 Plains|M14|1 diff --git a/forge-gui/res/languages/cardnames-de-DE.txt b/forge-gui/res/languages/cardnames-de-DE.txt index c7400a920d9..fee22c3a6a1 100644 --- a/forge-gui/res/languages/cardnames-de-DE.txt +++ b/forge-gui/res/languages/cardnames-de-DE.txt @@ -4535,7 +4535,7 @@ Dance with Calamity|Frevelhafter Tanz|Hexerei|Mische deine Bibliothek. Du kannst Dance with Devils|Tanz der Teufel|Spontanzauber|Bringe zwei 1/1 rote Teufel-Kreaturenspielsteine ins Spiel. Sie haben „Wenn diese Kreatur stirbt, fügt sie einer Kreatur oder einem Spieler deiner Wahl 1 Schadenspunkt zu." Dancing Scimitar|Tanzender Krummsäbel|Artefaktkreatur — Geist|Fliegend (Diese Kreatur kann nur von fliegenden Kreaturen geblockt werden.) Dancing Sword|Tanzendes Schwert|Artefakt — Ausrüstung|Die ausgerüstete Kreatur erhält +2/+1.\nWenn die ausgerüstete Kreatur stirbt, kannst du das Tanzende Schwert zu einer 2/1 Konstrukt-Artefaktkreatur mit Flugfähigkeit und Abwehr {1} werden lassen. Falls du dies tust, ist es keine Ausrüstung.\nAusrüsten {1} -Dandân|Dandân|Beschwörung eines Dandan|Heimat: Inseln +Dandân|Dandân|Beschwörung eines Dandân|Heimat: Inseln Dangerous Wager|Gefährliche Herausforderung|Spontanzauber|Wirf die Karten auf deiner Hand ab und ziehe dann zwei Karten. Danitha Capashen, Paragon|Danitha Capashen, die Vorbildliche|Legendäre Kreatur — Mensch, Ritter|Erstschlag, Wachsamkeit, Lebensverknüpfung\nAura- und Ausrüstung-Zaubersprüche, die du wirkst, kosten beim Wirken {1} weniger. Danitha, Benalia's Hope|Danitha, Benalias Hoffnung|Legendäre Kreatur — Mensch, Ritter|Erstschlag, Wachsamkeit, Lebensverknüpfung\nWenn Danitha, Benalias Hoffnung, ins Spiel kommt, kannst du eine Aura- oder Ausrüstung-Karte aus deiner Hand oder deinem Friedhof an Danitha angelegt ins Spiel bringen. @@ -6007,7 +6007,7 @@ Eiganjo, Seat of the Empire|Eiganjo, Sitz des Kaiserreichs|Legendäres Land|{T}: Eight-and-a-Half-Tails|Acht-Schwänze-und-ein-halber|Legendäre Kreatur - Fuchs, Kleriker|{1}{W}: Eine bleibende Karte deiner Wahl, die du kontrollierst, erhält bis zum Ende des Zuges Schutz vor Weiß.\n{1}: Die Farbe eines Zauberspruchs oder einer bleibenden Karte deiner Wahl wird bis zum Ende des Zuges zu Weiß. Ekundu Cyclops|Ekunduzyklop|Beschwörung eines Zyklopen|Wenn irgendeine Kreatur, die Du kontrollierst, angreift, dann greift auch der Ekunduzyklop an, wenn möglich. Ekundu Griffin|Ekundugreif|Beschwörung eines Greifen|Fliegend, Erstschlag -El-Hajjâj|El-Hajjâj|Beschwörung von El — Hajjaj|Du gewinnst 1 Lebenspunkt für jeden Schadenspunkt, den El-Hajjaj beliebigen Gegnern zufügt. Du kannst allerdings nicht mehr Lebenspunkte gewinnen als die angegriffene Kreatur Widerstandskraft bzw. der Spieler Lebenspunkte besitzt. +El-Hajjâj|El-Hajjâj|Beschwörung von El — Hajjaj|Du gewinnst 1 Lebenspunkt für jeden Schadenspunkt, den El-Hajjâj beliebigen Gegnern zufügt. Du kannst allerdings nicht mehr Lebenspunkte gewinnen als die angegriffene Kreatur Widerstandskraft bzw. der Spieler Lebenspunkte besitzt. Elaborate Firecannon|Ausgetüftelte Feuerkanone|Artefakt|Die Ausgetüftelte Feuerkanone enttappt nicht während deines Enttappsegments.\n{4}, {T}: Die Ausgetüftelte Feuerkanone fügt einer Kreatur oder einem Spieler deiner Wahl 2 Schadenspunkte zu.\nZu Beginn deines Versorgungssegments kannst du eine Karte abwerfen. Falls du dies tust, enttappe die Ausgetüftelte Feuerkanone. Eladamri's Call|Eladamris Ruf|Spontanzauber|Durchsuche Deine Bibliothek nach einer Kreaturenkarte, zeige diese offen vor und nimm sie auf Deine Hand. Mische danach deine Bibliothek. Eladamri's Vineyard|Eladamris Weinberg|Verzauberung|Erhöhe zu Beginn der Hauptphase eines Spielers dessen Manavorrat um GG. diff --git a/forge-gui/res/languages/cardnames-fr-FR.txt b/forge-gui/res/languages/cardnames-fr-FR.txt index 35a2a90340f..768a2ebb3f0 100644 --- a/forge-gui/res/languages/cardnames-fr-FR.txt +++ b/forge-gui/res/languages/cardnames-fr-FR.txt @@ -8144,7 +8144,7 @@ Ghastly Gloomhunter|Chasse-langueur abominable|Créature : zombie et chauve-sour Ghastly Haunting|Hantise abominable|Enchantement : - aura|Enchanter : créature\nVous contrôlez la créature enchantée. Ghastly Remains|Horribles résidus|Créature : zombie|Amplification 1 (Au moment où cette carte arrive en jeu, placez sur elle un marqueur +1/+1 pour chaque carte de zombie que vous révélez de votre main.)\nAu début de votre entretien, si les Horribles résidus sont dans votre cimetière, vous pouvez payer {B}{B}{B}. Si vous faites ainsi, renvoyez les Horribles résidus dans votre main. Ghave, Guru of Spores|Ghaveh, gourou des spores|Créature légendaire : fongus et shamane|Ghaveh, gourou des spores arrive sur le champ de bataille avec cinq marqueurs +1/+1 sur lui.\n{1}, retirez un marqueur +1/+1 d'une créature que vous contrôlez : Créez un jeton de créature 1/1 verte Saprobionte.\n{1}, sacrifiez une créature : Mettez un marqueur +1/+1 sur la créature équipée. -Ghazban Ogress|Ghazban Ogress|Créature : Ogre|Quand la Ghazban Ogress arrive sur le champ de bataille, le joueur qui a gagné le plus de parties Magic ce jour-ci en acquiert le contrôle. Si plus d'un joueur a gagné le même nombre de parties, vous gardez le contrôle de la Ghazban OgressGhazban Ogre|Ogre du Ghazbán|Créature : Ogre|Au début de votre entretien, si un joueur a plus de points de vie que n'importe quel autre, ce joueur acquiert le contrôle de l'Ogre du Ghazbàn.Ghazban Ogre|Ogre du Ghazbán|Créature: Ogre|Au début de votre entretien, si un joueur a plus de points de vie que n'importe quel autre, ce joueur acquiert le contrôle de l'Ogre du Ghazbàn. +Ghazbán Ogress|Ghazbán Ogress|Créature : Ogre|Quand la Ghazbán Ogress arrive sur le champ de bataille, le joueur qui a gagné le plus de parties Magic ce jour-ci en acquiert le contrôle. Si plus d'un joueur a gagné le même nombre de parties, vous gardez le contrôle de la Ghazbán OgressGhazbán Ogre|Ogre du Ghazbán|Créature : Ogre|Au début de votre entretien, si un joueur a plus de points de vie que n'importe quel autre, ce joueur acquiert le contrôle de l'Ogre du Ghazbàn.Ghazbán Ogre|Ogre du Ghazbán|Créature: Ogre|Au début de votre entretien, si un joueur a plus de points de vie que n'importe quel autre, ce joueur acquiert le contrôle de l'Ogre du Ghazbàn. Ghen, Arcanum Weaver|Ghen, tisseur d'arcanum|Créature légendaire : humain et sorcier|{R}{W}{B}, {T}, sacrifiez un enchantement : Renvoyez sur le champ de bataille une carte d'enchantement ciblée depuis votre cimetière. Ghirapur Aether Grid|Grille d'Aether de Ghirapur|Enchantement|Engagez deux artefacts dégagés que vous contrôlez : La Grille d'Aether de Ghirapur inflige 1 blessure à une cible, créature ou joueur. Ghirapur Gearcrafter|Attirailleur de Ghirapur|Créature : humain et artificier|Quand l'Attirailleur de Ghirapur arrive sur le champ de bataille, mettez sur le champ de bataille un jeton de créature-artefact 1/1 incolore Mécanoptère avec le vol. (Une créature avec le vol ne peut pas être bloquée excepté par des créatures avec le vol ou la portée.) @@ -10936,7 +10936,7 @@ Justiciar's Portal|Portail du justicier|Éphémère|Exilez une créature ciblée Juvenile Gloomwidow|Veuve obscure juvénile|Créature : araignée|Portée (Cette créature peut bloquer les créatures avec le vol.)\nFlétrissure (Cette source inflige des blessures aux créatures sous la forme de marqueurs -1/-1.) Juvenile Mist Dragon|Dragon des brumes juvénile|Créature : dragon|Vol\nNuages déroutants — Quand le Dragon des brumes juvénile arrive sur le champ de bataille, pour chaque adversaire, engagez jusqu'à une créature ciblée que ce joueur contrôle. Chacune de ces créatures ne se dégage pas pendant la prochaine étape de dégagement de son contrôleur. Juxtapose|Juxtaposition|Rituel|Vous et le joueur ciblé échangez le contrôle de la créature que vous contrôlez chacun avec le plus haut coût converti de mana. Échangez ensuite le contrôle des artefacts de la même manière. Si deux permanents ou plus qu'un joueur contrôle partagent le plus haut coût, ce joueur en choisit un. (Cet effet ne s'arrête pas à la fin du tour.) -Juzam Djinn|Juzam Djinn|Créature : djinn|Créature : djinn\nAu début de votre entretien, le Juzám Djinn vous inflige 1 blessure.Jwar Isle Avenger|Vengeresse de l'île de Jwar|Créature : sphinx|Déferlement {2}{U} (Vous pouvez lancer ce sort pour son coût de déferlement si vous ou un équipier avez lancé un autre sort ce tour-ci.)\nVol +Juzám Djinn|Juzám Djinn|Créature : djinn|Créature : djinn\nAu début de votre entretien, le Juzám Djinn vous inflige 1 blessure.Jwar Isle Avenger|Vengeresse de l'île de Jwar|Créature : sphinx|Déferlement {2}{U} (Vous pouvez lancer ce sort pour son coût de déferlement si vous ou un équipier avez lancé un autre sort ce tour-ci.)\nVol Jwar Isle Refuge|Refuge de l'île de Jwar|Terrain|Le Refuge de l'île de Jwar arrive sur le champ de bataille engagé.Quand le Refuge de l'île de Jwar arrive sur le champ de bataille, vous gagnez 1 point de vie.{T} : Ajoutez {U} ou {B} à votre réserve. Jwari Disruption|Perturbation jwari|Éphémère|Contrecarrez un sort ciblé à moins que son contrôleur ne paie {1}.\nTerrain\n{T} : Ajoutez {U}. Jwari Ruins|Ruines jwari|Terrain|Les Ruines jwari arrivent sur le champ de bataille engagées.\n{T} : Ajoutez {U}.\nÉphémère\n{1}{U} @@ -11220,7 +11220,7 @@ Ketria Triome|Triome de Ketria|Terrain : forêt et île et montagne|({T} : Ajout Key to the City|Clé de la ville|Artefact|{T}, défaussez-vous d'une carte : Jusqu'à une créature ciblée ne peut pas être bloquée ce tour-ci.\nÀ chaque fois que la Clé de la ville devient dégagée, vous pouvez payer {2}. Si vous faites ainsi, piochez une carte. Keymaster Rogue|Gredin maître des clés|Créature : humain et gredin|Le Gredin maître des clés est imblocable.\nQuand le Gredin maître des clés arrive sur le champ de bataille, renvoyez une créature que vous contrôlez dans la main de son propriétaire. Kezzerdrix|Kezzerdrix|Créature : bête|Initiative \nAu début de votre entretien, si vos adversaires ne contrôlent pas de créatures, le Kezzerdrix vous inflige 4 blessures. -Khabal Ghoul|Khabal Ghoul|Créature : goule|Créature : zombie\nAu début de chaque étape de fin, mettez un marqueur +1/+1 sur la Khabál Ghoul pour chaque créature morte ce tour-ci. +Khabál Ghoul|Khabál Ghoul|Créature : goule|Créature : zombie\nAu début de chaque étape de fin, mettez un marqueur +1/+1 sur la Khabál Ghoul pour chaque créature morte ce tour-ci. Khalni Ambush|Embuscade de Khalni|Éphémère|Une créature ciblée que vous contrôlez se bat contre une créature ciblée que vous ne contrôlez pas. (Chacune inflige un nombre de blessures égal à sa force à l'autre.)\nTerrain\n{T} : Ajoutez {G}. Khalni Garden|Jardin de Khalni|Terrain|Le Jardin de Khalni arrive sur le champ de bataille engagé.Quand le jardin de Khalni arrive sur le champ de bataille, mettez sur le champ de bataille un jeton de créature 0/1 verte Plante.{T} : Ajoutez {G} à votre réserve. Khalni Gem|Gemme de Khalni|Artefact|Quand la Gemme de Khalni arrive sur le champ de bataille, renvoyez deux terrains que vous contrôlez dans la main de leur propriétaire.\n{T} : Ajoutez deux manas d'une seule couleur de votre choix à votre réserve. diff --git a/forge-gui/res/languages/cardnames-ja-JP.txt b/forge-gui/res/languages/cardnames-ja-JP.txt index 4c112d56710..4f270ec65ac 100644 --- a/forge-gui/res/languages/cardnames-ja-JP.txt +++ b/forge-gui/res/languages/cardnames-ja-JP.txt @@ -2332,7 +2332,7 @@ Boseiju Reaches Skyward|天空に到る母聖樹|エンチャント — 英雄 Boseiju, Who Endures|耐え抜くもの、母聖樹|伝説の土地|{T}:{G}を加える。\n魂力 ― {1}{G},耐え抜くもの、母聖樹を捨てる:基本でない土地やアーティファクトやエンチャントのうち対戦相手がコントロールしている1つを対象とする。それを破壊する。そのプレイヤーは「自分のライブラリーから基本土地タイプを持つ土地カード1枚を探し、戦場に出す。その後、ライブラリーを切り直す。」を選んでもよい。この能力を起動するためのコストは、あなたがコントロールしている伝説のクリーチャー1体につき{1}少なくなる。 Boseiju, Who Shelters All|すべてを護るもの、母聖樹|伝説の土地|すべてを護るもの、母聖樹はタップ状態で戦場に出る。\n{T},2点のライフを支払う:{C}を加える。このマナがインスタント呪文かソーサリー呪文のために使われたなら、その呪文は打ち消されない。 Bosh, Iron Golem|鉄のゴーレム、ボッシュ|伝説のアーティファクト・クリーチャー — ゴーレム|トランプル\n{3}{R},アーティファクトを1つ生け贄に捧げる:クリーチャー1体かプレイヤー1人かプレインズウォーカー1体を対象とする。鉄のゴーレム、ボッシュはそれに、生け贄に捧げられたアーティファクトのマナ総量に等しい点数のダメージを与える。 -Bosium Strip|ブージーアムの輪|アーティファクト|{3},{T}:ターン終了時まで、あなたの墓地の一番上からインスタント呪文かソーサリー呪文を唱えてもよい。これにより唱えられた呪文が墓地に置かれるなら、代わりにそれを追放する。 +Bösium Strip|ブージーアムの輪|アーティファクト|{3},{T}:ターン終了時まで、あなたの墓地の一番上からインスタント呪文かソーサリー呪文を唱えてもよい。これにより唱えられた呪文が墓地に置かれるなら、代わりにそれを追放する。 Bosk Banneret|低木林の旗騎士|クリーチャー — ツリーフォーク・シャーマン|あなたが唱えるツリーフォーク呪文とシャーマン呪文は、それを唱えるためのコストが{1}少なくなる。 Bosom Buddy|Bosom Buddy|クリーチャー — 象・タウンズフォーク|あなたが呪文をプレイするたび、あなたはその呪文のカード名の単語1つにつき1/2点のライフを得てもよい。 Boss's Chauffeur|首領の運転手|クリーチャー — エルフ・市民|首領の運転手は、あなたがコントロールしていてこれでないクリーチャーの数に1を足した数の+1/+1カウンターが置かれた状態で戦場に出る。\n団結 ― これでないクリーチャー1体があなたのコントロール下で戦場に出るたび、首領の運転手の上に+1/+1カウンター1個を置く。\n首領の運転手が死亡したとき、これの上にある+1/+1カウンターの数に等しい数の緑白の1/1の市民クリーチャー・トークンを生成する。 @@ -4420,7 +4420,7 @@ Dance with Devils|悪魔と踊る|インスタント|赤の1/1のデビル・ク Dance, Pathetic Marionette|踊れ、哀れな人形よ|計略|あなたがこの計略を実行中にしたとき、各対戦相手はそれぞれ自分のライブラリーの一番上のカードを、クリーチャーが公開されるまで公開し続ける。あなたはその公開されたカードのうち1枚を選び、あなたのコントロール下で戦場に出す。これにより公開された他のすべてのカードをオーナーの墓地に置く。 Dancing Scimitar|踊る円月刀|アーティファクト・クリーチャー — スピリット|飛行 (このクリーチャーは飛行や到達を持たないクリーチャーによってはブロックされない。) Dancing Sword|ダンシング・ソード|アーティファクト — 装備品|装備しているクリーチャーは+2/+1の修整を受ける。\n装備しているクリーチャーが死亡したとき、あなたは「ダンシング・ソードは飛行と護法{1}を持つ2/1の構築物アーティファクト・クリーチャーになる。これは装備品ではない。」を選んでもよい。\n装備{1} -Dandan|ダンダーン|クリーチャー — 魚|ダンダーンは、防御プレイヤーが島をコントロールしていないかぎり、攻撃できない。\nあなたが島をコントロールしていないとき、ダンダーンを生け贄に捧げる。 +Dandân|ダンダーン|クリーチャー — 魚|ダンダーンは、防御プレイヤーが島をコントロールしていないかぎり、攻撃できない。\nあなたが島をコントロールしていないとき、ダンダーンを生け贄に捧げる。 Dangerous Wager|危険な賭け|インスタント|あなたの手札をすべて捨て、その後カードを2枚引く。 Dangerous|物騒|ソーサリー|クリーチャー1体を対象とする。このターン、それをブロックできるすべてのクリーチャーはそれをブロックする。\n融合 (あなたはこのカードの片方の半分または両方の半分をあなたの手札から唱えてもよい。) Danitha Capashen, Paragon|模範となる者、ダニサ・キャパシェン|伝説のクリーチャー — 人間・騎士|先制攻撃、警戒、絆魂\nあなたがオーラか装備品である呪文を唱えるためのコストは{1}少なくなる。 @@ -4829,7 +4829,7 @@ Deglamer|幻触落とし|インスタント|アーティファクト1つかエ Dehydration|脱水|エンチャント — オーラ|エンチャント (クリーチャー) (これを唱える際に、クリーチャー1体を対象とする。このカードはそのクリーチャーにつけられている状態で戦場に出る。)\nエンチャントされているクリーチャーは、それのコントローラーのアンタップ・ステップにアンタップしない。 Deicide|神討ち|インスタント|エンチャント1つを対象とし、それを追放する。その追放されたカードが神カードであるなら、そのコントローラーの墓地と手札とライブラリーから、そのカードと同じ名前を持つカードを望む枚数探し、それらを追放する。その後、そのプレイヤーはライブラリーを切り直す。 Deity of Scars|傷痕の神性|クリーチャー — スピリット・アバター|トランプル\n傷痕の神性は、その上に-1/-1カウンターが2個置かれた状態で戦場に出る。\n{B/G},傷痕の神性から-1/-1カウンターを1個取り除く:傷痕の神性を再生する。 -Deja Vu|デジャ・ヴュ|ソーサリー|あなたの墓地にあるソーサリー・カード1枚を対象とし、それをあなたの手札に戻す。 +Déjà Vu|デジャ・ヴュ|ソーサリー|あなたの墓地にあるソーサリー・カード1枚を対象とし、それをあなたの手札に戻す。 Delaying Shield|遅延の盾|エンチャント|あなたにダメージが与えられる場合、代わりに遅延の盾の上にその点数に等しい数の遅延カウンターを置く。\nあなたのアップキープの開始時に、遅延の盾の上に置かれているすべての遅延カウンターを取り除く。これにより取り除かれた遅延カウンター1個につき、あなたが{1}{W}を支払わないかぎり、あなたは1点のライフを失う。 Delay|遅延|インスタント|呪文1つを対象とし、それを打ち消す。これによりそれが打ち消された場合、それをオーナーの墓地に置く代わりに時間カウンターが3個置かれた状態で追放する。それが待機を持っていない場合、それは待機を得る。 (オーナーのアップキープの開始時に、時間カウンターを1個取り除く。最後の1個を取り除いたとき、それをそのマナ・コストを支払うことなくプレイする。それがクリーチャーである場合、それは速攻を持つ。) Deliberate|熟考|インスタント|占術2を行い、その後カードを1枚引く。 @@ -7882,8 +7882,8 @@ Ghastly Haunting|恐ろしい憑依|〔青〕 エンチャント — オーラ| Ghastly Mimicry|恐ろしい模倣|〔青〕 エンチャント — オーラ|エンチャント(クリーチャー)\nあなたのアップキープの開始時に、それが他のタイプに加えてスピリットであることを除き、エンチャントしているクリーチャーのコピーであるトークン1体を生成する。\n恐ろしい模倣がいずこかから墓地に置かれるなら、代わりにこれを追放する。 Ghastly Remains|恐ろしい残存者|クリーチャー — ゾンビ|増幅1 (このクリーチャーが戦場に出るに際し、あなたの手札から公開したゾンビ・カード1枚につき+1/+1カウンターを1個置く。)\nあなたのアップキープの開始時に、恐ろしい残存者があなたの墓地にある場合、あなたは{B}{B}{B}を支払ってもよい。そうした場合、恐ろしい残存者をあなたの手札に戻す。 Ghave, Guru of Spores|胞子の教祖、ゲイヴ|伝説のクリーチャー — ファンガス・シャーマン|胞子の教祖、ゲイヴは+1/+1カウンターが5個置かれた状態で戦場に出る。\n{1},あなたがコントロールするクリーチャーから+1/+1カウンター1個取り除く:緑の1/1の苗木クリーチャー・トークンを1体生成する。\n{1},クリーチャーを1体生け贄に捧げる:クリーチャー1体を対象とする。その上に+1/+1カウンター1個置く。 -Ghazban Ogress|Ghazban Ogress|クリーチャー — オーガ|Ghazban Ogressが戦場に出たとき、その日にマジックのゲームに最も多く勝利しているプレイヤーがGhazban Ogressのコントロールを得る。最も多く勝利しているプレイヤーが複数いる場合、Ghazban Ogressのコントロールはあなたに残る。 -Ghazban Ogre|ガズバンのオーガ|クリーチャー — オーガ|あなたのアップキープの開始時に、プレイヤー1人が他の各プレイヤーよりも多いライフを持つ場合、その最も多いライフを持つプレイヤーはガズバンのオーガのコントロールを得る。 +Ghazbán Ogress|Ghazbán Ogress|クリーチャー — オーガ|Ghazbán Ogressが戦場に出たとき、その日にマジックのゲームに最も多く勝利しているプレイヤーがGhazbán Ogressのコントロールを得る。最も多く勝利しているプレイヤーが複数いる場合、Ghazbán Ogressのコントロールはあなたに残る。 +Ghazbán Ogre|ガズバンのオーガ|クリーチャー — オーガ|あなたのアップキープの開始時に、プレイヤー1人が他の各プレイヤーよりも多いライフを持つ場合、その最も多いライフを持つプレイヤーはガズバンのオーガのコントロールを得る。 Ghen, Arcanum Weaver|秘儀の織り手、ゲン|伝説のクリーチャー — 人間・ウィザード|{R}{W}{B},{T},エンチャント1つを生け贄に捧げる:あなたの墓地からエンチャント・カード1枚を対象とする。それを戦場に戻す。 Ghirapur Aether Grid|ギラプールの霊気格子|エンチャント|あなたがコントロールするアンタップ状態のアーティファクトを2つタップする:クリーチャー1体かプレインズウォーカー1体かプレイヤー1人を対象とする。ギラプールの霊気格子はそれに1点のダメージを与える。 Ghirapur Gearcrafter|ギラプールの歯車造り|クリーチャー — 人間・工匠|ギラプールの歯車造りが戦場に出たとき、飛行を持つ無色の1/1の飛行機械アーティファクト・クリーチャー・トークンを1体生成する。 (飛行を持つクリーチャーは、飛行や到達を持たないクリーチャーによってはブロックされない。) @@ -10541,8 +10541,8 @@ Jori En, Ruin Diver|遺跡潜り、ジョリー・エン|伝説のクリーチ Jorn, God of Winter|冬の神、ヨーン|伝説の氷雪クリーチャー — 神|冬の神、ヨーンが攻撃するたび、あなたがコントロールしているすべての氷雪パーマネントをアンタップする。 Jorubai Murk Lurker|ジョルベイの闇潜み|クリーチャー — ヒル|ジョルベイの闇潜みは、あなたが沼をコントロールしているかぎり+1/+1の修整を受ける。\n{1}{B}:クリーチャー1体を対象とする。それはターン終了時まで絆魂を得る。 (そのクリーチャーがダメージを与えると、さらにそのコントローラーはその点数分のライフを得る。) Josu Vess, Lich Knight|リッチの騎士、ジョス・ヴェス|伝説のクリーチャー — ゾンビ・騎士|キッカー{5}{B} (あなたはこの呪文を唱えるに際し、追加で{5}{B}を支払ってもよい。)\n威迫\nリッチの騎士、ジョス・ヴェスが戦場に出たとき、これがキッカーされていた場合、威迫を持ち黒の2/2のゾンビ・騎士クリーチャー・トークンを8体生成する。 -Jotun Grunt|ヨツンの兵卒|クリーチャー — 巨人・兵士|累加アップキープ ― 単一の墓地にあるカードを2枚、オーナーのライブラリーの一番下に置く。 (あなたのアップキープの開始時に、このパーマネントの上に経年カウンターを1個置く。その後あなたがこの上に置かれている経年カウンター1個につきアップキープ・コストを1回支払わないかぎり、それを生け贄に捧げる。) -Jotun Owl Keeper|ヨツンの梟匠|クリーチャー — 巨人|累加アップキープ{W}または{U} (あなたのアップキープの開始時に、このパーマネントの上に経年カウンターを1個置く。その後あなたがこの上に置かれている経年カウンター1個につきアップキープ・コストを1回支払わないかぎり、それを生け贄に捧げる。)\nヨツンの梟匠が死亡したとき、その上に置かれている経年カウンター1個につき、飛行を持つ白の1/1の鳥クリーチャー・トークンを1体生成する。 +Jötun Grunt|ヨツンの兵卒|クリーチャー — 巨人・兵士|累加アップキープ ― 単一の墓地にあるカードを2枚、オーナーのライブラリーの一番下に置く。 (あなたのアップキープの開始時に、このパーマネントの上に経年カウンターを1個置く。その後あなたがこの上に置かれている経年カウンター1個につきアップキープ・コストを1回支払わないかぎり、それを生け贄に捧げる。) +Jötun Owl Keeper|ヨツンの梟匠|クリーチャー — 巨人|累加アップキープ{W}または{U} (あなたのアップキープの開始時に、このパーマネントの上に経年カウンターを1個置く。その後あなたがこの上に置かれている経年カウンター1個につきアップキープ・コストを1回支払わないかぎり、それを生け贄に捧げる。)\nヨツンの梟匠が死亡したとき、その上に置かれている経年カウンター1個につき、飛行を持つ白の1/1の鳥クリーチャー・トークンを1体生成する。 Journey of Discovery|発見の旅路|ソーサリー|以下から1つを選ぶ。\n・あなたのライブラリーから基本土地カードを最大2枚まで探し、それらを公開し、あなたの手札に加え、その後ライブラリーを切り直す。\n・このターン、あなたはさらに2枚までの土地をプレイしてもよい。\n双呪{2}{G} (あなたが双呪コストを支払った場合、両方を選ぶ。) Journey to Eternity|永遠への旅|伝説のエンチャント — オーラ|エンチャント(あなたがコントロールしているクリーチャー)\nエンチャントされているクリーチャーが死亡したとき、それをあなたのコントロール下で戦場に戻し、その後永遠への旅を変身させた状態であなたのコントロール下で戦場に戻す。 Journey to Nowhere|未達への旅|エンチャント|未達への旅が戦場に出たとき、クリーチャー1体を対象とし、それを追放する。\n未達への旅が戦場を離れたとき、その追放されたカードをオーナーのコントロール下で戦場に戻す。 @@ -10602,7 +10602,7 @@ Junk Winder|ガラクタ這い|クリーチャー — 海蛇|親和 (トーク Junktroller|ごみ引きずり|アーティファクト・クリーチャー — ゴーレム|防衛\n{T}:墓地からカード1枚を対象とし、それをオーナーのライブラリーの一番下に置く。 Junkyo Bell|殉教の鐘|アーティファクト|あなたのアップキープの開始時に、あなたがコントロールするクリーチャー1体を対象とする。あなたは「それはターン終了時まで+X/+Xの修整を受ける」ことを選んでもよい。Xはあなたがコントロールするクリーチャーの数である。そうした場合、次の終了ステップの開始時にそのクリーチャーを生け贄に捧げる。 Juntu Stakes|ジュントゥのくい|アーティファクト|パワーが1以下のクリーチャーは、それぞれのコントローラーのアンタップ・ステップにアンタップしない。 -Junun Efreet|ジュナン・イフリート|クリーチャー — イフリート|飛行\nあなたのアップキープの開始時に、あなたが{B}{B}を支払わないかぎり、ジュナン・イフリートを生け贄に捧げる。 +Junún Efreet|ジュナン・イフリート|クリーチャー — イフリート|飛行\nあなたのアップキープの開始時に、あなたが{B}{B}を支払わないかぎり、ジュナン・イフリートを生け贄に捧げる。 Juri, Master of the Revue|一座の支配人、ジョーリ|伝説のクリーチャー — 人間・シャーマン|あなたが他のパーマネントを1つ生け贄に捧げるたび、一座の支配人、ジョーリの上に+1/+1カウンターを1個置く。\n一座の支配人、ジョーリが死亡したとき、クリーチャー1体かプレインズウォーカー1体かプレイヤー1人を対象とする。これはそれに、自身のパワーに等しい点数のダメージを与える。 Jushi Apprentice|呪師の弟子|クリーチャー — 人間・ウィザード|{2}{U},{T}:カードを1枚引く。あなたの手札にカードが9枚以上ある場合、呪師の弟子を反転する。 Just Fate|公正な運命|インスタント|この呪文は攻撃クリーチャー指定ステップの間で、あなたがこのステップで攻撃されているならば唱えられる。\n攻撃クリーチャー1体を対象とし、それを破壊する。 @@ -10612,7 +10612,7 @@ Justice|当然の酬い|エンチャント|あなたのアップキープの開 Justiciar's Portal|大司法官の扉|インスタント|あなたがコントロールしているクリーチャー1体を対象とし、それを追放する。その後、そのカードをオーナーのコントロール下で戦場に戻す。ターン終了時まで、それは先制攻撃を得る。 Juvenile Gloomwidow|未熟な鬱後家蜘蛛|クリーチャー — 蜘蛛|到達 (このクリーチャーは飛行を持つクリーチャーをブロックできる。)\n萎縮 (これはクリーチャーに-1/-1カウンターの形でダメージを与える。) Juxtapose|対置|ソーサリー|プレイヤー1人を対象とする。あなたとそのプレイヤーは、それぞれ自分がコントロールするマナ総量が最も大きいクリーチャー1体のコントロールを交換する。その後アーティファクトについても同じことを行う。プレイヤーがマナ総量が最も大きいパーマネントが2つ以上コントロールしているなら、そのプレイヤーがどちらか1つを選ぶ。 (この効果は、ターン終了時に終わらない。) -Juzam Djinn|Juzam Djinn|クリーチャー — ジン|あなたのアップキープの開始時に、Juzam Djinnはあなたに1点のダメージを与える。 +Juzám Djinn|Juzám Djinn|クリーチャー — ジン|あなたのアップキープの開始時に、Juzám Djinnはあなたに1点のダメージを与える。 Jwar Isle Avenger|ジュワー島の報復者|クリーチャー — スフィンクス|怒濤{2}{U} (あなたかチームメイトがこのターンに他の呪文を唱えていたなら、あなたはこの呪文を怒濤コストで唱えてもよい。)\n飛行 Jwar Isle Refuge|ジュワー島の隠れ家|土地|ジュワー島の隠れ家はタップ状態で戦場に出る。\nジュワー島の隠れ家が戦場に出たとき、あなたは1点のライフを得る。\n{T}:{U}か{B}を加える。 Jwari Disruption|ジュワー島の撹乱|インスタント|呪文1つを対象とする。それのコントローラーが{1}を支払わないかぎり、それを打ち消す。 @@ -10892,7 +10892,7 @@ Ketria Triome|ケトリアのトライオーム|土地 — 森・島・山|({T} Key to the City|街の鍵|アーティファクト|{T},カード1枚を捨てる:クリーチャーを最大1体対象とする。このターン、それはブロックされない。\n街の鍵がアンタップ状態になるたび、あなたは{2}を支払ってもよい。そうしたなら、カードを1枚引く。 Keymaster Rogue|鍵達人のならず者|クリーチャー — 人間・ならず者|鍵達人のならず者はブロックされない。\n鍵達人のならず者が戦場に出たとき、あなたがコントロールするクリーチャーを1体、オーナーの手札に戻す。 Kezzerdrix|ケザードリックス|クリーチャー — 兎・ビースト|先制攻撃\nあなたのアップキープの開始時に、あなたの対戦相手がクリーチャーを1体もコントロールしてない場合、ケザードリックスはあなたに4点のダメージを与える。 -Khabal Ghoul|Khabal Ghoul|クリーチャー — ゾンビ|各終了ステップの開始時に、このターンに死亡したクリーチャー1体につき、Khabal Ghoulの上に+1/+1カウンターを1個置く。 +Khabál Ghoul|Khabál Ghoul|クリーチャー — ゾンビ|各終了ステップの開始時に、このターンに死亡したクリーチャー1体につき、Khabál Ghoulの上に+1/+1カウンターを1個置く。 Khalni Ambush|カルニの待ち伏せ|インスタント|あなたがコントロールしているクリーチャー1体と、あなたがコントロールしていないクリーチャー1体を対象とする。その前者はその後者と格闘を行う。 (それぞれはもう一方に自身のパワーに等しい点数のダメージを与える。) Khalni Garden|カルニの庭|土地|カルニの庭はタップ状態で戦場に出る。\nカルニの庭が戦場に出たとき、緑の0/1の植物クリーチャー・トークンを1体生成する。\n{T}:{G}を加える。 Khalni Gem|カルニの宝石|アーティファクト|カルニの宝石が戦場に出たとき、あなたがコントロールする土地を2つオーナーの手札に戻す。\n{T}:好きな色1色のマナ2点を加える。 @@ -11497,7 +11497,7 @@ Legion's End|軍団の最期|ソーサリー|対戦相手がコントロール Legion's Initiative|軍団の戦略|エンチャント|あなたがコントロールする赤のクリーチャーは+1/+0の修整を受ける。\nあなたがコントロールする白のクリーチャーは+0/+1の修整を受ける。\n{R}{W},軍団の戦略を追放する:あなたがコントロールするすべてのクリーチャーを追放する。次の戦闘の開始時に、それらのカードをオーナーのコントロール下で戦場に戻す。それらのクリーチャーはターン終了時まで速攻を得る。 Legion's Judgment|軍団の裁き|ソーサリー|パワーが4以上のクリーチャー1体を対象とし、それを破壊する。 Legion's Landing|軍団の上陸|伝説のエンチャント|軍団の上陸が戦場に出たとき、絆魂を持つ白の1/1の吸血鬼クリーチャー・トークンを1体生成する。\nあなたがクリーチャー3体以上で攻撃したとき、軍団の上陸を変身させる。 -Legions of Lim-Dul|リム=ドゥールの軍勢|クリーチャー — ゾンビ|氷雪沼渡り(このクリーチャーは、防御プレイヤーが氷雪沼をコントロールしているかぎりブロックされない。) +Legions of Lim-Dûl|リム=ドゥールの軍勢|クリーチャー — ゾンビ|氷雪沼渡り(このクリーチャーは、防御プレイヤーが氷雪沼をコントロールしているかぎりブロックされない。) Leinore, Autumn Sovereign|秋の君主、レノール|伝説のクリーチャー — 人間・貴族|集会 ― あなたのターンの戦闘の開始時に、あなたがコントロールしているクリーチャー最大1体を対象とする。それの上に+1/+1カウンター1個を置く。その後、あなたがパワーが異なる3体以上のクリーチャーをコントロールしているなら、カード1枚を引く。 Lena, Selfless Champion|無私の勇者、レナ|伝説のクリーチャー — 人間・騎士|無私の勇者、レナが戦場に出たとき、あなたがコントロールしていてトークンでないクリーチャー1体につき、白の1/1の兵士クリーチャー・トークンを1体生成する。\n無私の勇者、レナを生け贄に捧げる:ターン終了時まで、あなたがコントロールしていて無私の勇者、レナよりもパワーが小さいクリーチャーは破壊不能を得る。 Lens Flare|レンズの閃光|インスタント|親和 (アーティファクト) (この呪文を唱えるためのコストは、あなたがコントロールするアーティファクト1つにつき{1}少なくなる。)\n攻撃かブロックしているクリーチャー1体を対象とする。レンズの閃光はそれに5点のダメージを与える。 @@ -11707,12 +11707,12 @@ Liliana, Waker of the Dead|死者を目覚めさせる者、リリアナ|伝説 Liliana, the Last Hope|最後の望み、リリアナ|伝説のプレインズウォーカー — リリアナ|[+1]:クリーチャー最大1体を対象とする。あなたの次のターンまで、それは-2/-1の修整を受ける。\n[-2]:カードを2枚切削する。その後、あなたはあなたの墓地からクリーチャー・カード1枚をあなたの手札に戻してもよい。\n[-7]:あなたは「あなたの終了ステップの開始時に、黒の2/2のゾンビ・クリーチャー・トークンをX体生成する。Xはあなたがコントロールするゾンビの総数に2を足した数に等しい。」を持つ紋章を得る。\n 忠誠度:3 Liliana, the Necromancer|屍術師、リリアナ|伝説のプレインズウォーカー — リリアナ|[+1]:プレイヤー1人を対象とする。そのプレイヤーは2点のライフを失う。\n[-1]:あなたの墓地からクリーチャー・カード1枚を対象とし、それをあなたの手札に戻す。\n[-7]:クリーチャー最大2体を対象とし、それらを破壊する。墓地からクリーチャー・カード最大2枚をあなたのコントロール下で戦場に出す。\n 忠誠度:4 Lilting Refrain|軽快なリフレイン|エンチャント|あなたのアップキープの開始時に、あなたは軽快なリフレインの上に詩句カウンターを1個置いてもよい。 \n軽快なリフレインを生け贄に捧げる:呪文1つを対象とし、それをそれのコントローラーが{X}を支払わないかぎり、打ち消す。Xは、軽快なリフレインの上に置かれた詩句カウンターの数である。 -Lim-Dul the Necromancer|屍術師リム=ドゥール|伝説のクリーチャー — 人間・ウィザード|対戦相手1人がコントロールするクリーチャーが死亡するたび、あなたは{1}{B}を支払ってもよい。そうした場合、そのカードをあなたのコントロール下で戦場に戻す。それがクリーチャーである場合、それはその他のクリーチャー・タイプに加えてゾンビである。\n{1}{B}:ゾンビ1つを対象とし、それを再生する。 -Lim-Dul's Cohort|Lim-Dul's Cohort|クリーチャー — ゾンビ|Lim-Dul's Cohortがクリーチャーをブロックするかクリーチャーにブロックされた状態になるたび、このターン、そのクリーチャーは再生できない。 -Lim-Dul's Hex|Lim-Dul's Hex|エンチャント|あなたのアップキープの開始時に、各プレイヤーについて、そのプレイヤーが{B}か{3}を支払わないかぎり、Lim-Dul's Hexはそのプレイヤーに1点のダメージを与える。 -Lim-Dul's High Guard|Lim-Dul's High Guard|クリーチャー — スケルトン|先制攻撃\n{1}{B}:Lim-Dul's High Guardを再生する。 -Lim-Dul's Paladin|Lim-Dul's Paladin|クリーチャー — 人間・騎士|トランプル\nあなたのアップキープの開始時に、あなたはカードを1枚捨ててもよい。そうしなかったなら、Lim-Dul's Paladinを生け贄に捧げ、カードを1枚引く。\nLim-Dul's Paladinがブロックされた状態になるたび、ターン終了時までそれは+6/+3の修整を受ける。\nLim-Dul's Paladinが攻撃してブロックされないたび、それはこのターン、戦闘ダメージを割り振らず、防御プレイヤーは4点のライフを失う。 -Lim-Dul's Vault|リム=ドゥールの櫃|インスタント|あなたのライブラリーの一番上から5枚のカードを見る。あなたが選んだ回数だけ、あなたは1点のライフを支払い、それらのカードをあなたのライブラリーの一番下に望む順番で置き、その後あなたのライブラリーの一番上から5枚のカードを見てもよい。その後、ライブラリーを切り直し、これによりあなたが見た最後のカードを一番上に望む順番で置く。 +Lim-Dûl the Necromancer|屍術師リム=ドゥール|伝説のクリーチャー — 人間・ウィザード|対戦相手1人がコントロールするクリーチャーが死亡するたび、あなたは{1}{B}を支払ってもよい。そうした場合、そのカードをあなたのコントロール下で戦場に戻す。それがクリーチャーである場合、それはその他のクリーチャー・タイプに加えてゾンビである。\n{1}{B}:ゾンビ1つを対象とし、それを再生する。 +Lim-Dûl's Cohort|Lim-Dûl's Cohort|クリーチャー — ゾンビ|Lim-Dûl's Cohortがクリーチャーをブロックするかクリーチャーにブロックされた状態になるたび、このターン、そのクリーチャーは再生できない。 +Lim-Dûl's Hex|Lim-Dûl's Hex|エンチャント|あなたのアップキープの開始時に、各プレイヤーについて、そのプレイヤーが{B}か{3}を支払わないかぎり、Lim-Dûl's Hexはそのプレイヤーに1点のダメージを与える。 +Lim-Dûl's High Guard|Lim-Dûl's High Guard|クリーチャー — スケルトン|先制攻撃\n{1}{B}:Lim-Dûl's High Guardを再生する。 +Lim-Dûl's Paladin|Lim-Dûl's Paladin|クリーチャー — 人間・騎士|トランプル\nあなたのアップキープの開始時に、あなたはカードを1枚捨ててもよい。そうしなかったなら、Lim-Dûl's Paladinを生け贄に捧げ、カードを1枚引く。\nLim-Dûl's Paladinがブロックされた状態になるたび、ターン終了時までそれは+6/+3の修整を受ける。\nLim-Dûl's Paladinが攻撃してブロックされないたび、それはこのターン、戦闘ダメージを割り振らず、防御プレイヤーは4点のライフを失う。 +Lim-Dûl's Vault|リム=ドゥールの櫃|インスタント|あなたのライブラリーの一番上から5枚のカードを見る。あなたが選んだ回数だけ、あなたは1点のライフを支払い、それらのカードをあなたのライブラリーの一番下に望む順番で置き、その後あなたのライブラリーの一番上から5枚のカードを見てもよい。その後、ライブラリーを切り直し、これによりあなたが見た最後のカードを一番上に望む順番で置く。 Limestone Golem|石灰石のゴーレム|アーティファクト・クリーチャー — ゴーレム|{2},石灰石のゴーレムを生け贄に捧げる:プレイヤー1人を対象とする。そのプレイヤーはカードを1枚引く。 Limited Resources|限りある資源|エンチャント|限りある資源が戦場に出たとき、各プレイヤーは自分がコントロールする土地を5つ選び、残りを生け贄に捧げる。\n戦場に10枚以上の土地が出ているかぎり、プレイヤーは土地をプレイできない。 Limits of Solidarity|結束の限界|ソーサリー|クリーチャー1体を対象とし、ターン終了時まで、それのコントロールを得る。そのクリーチャーをアンタップする。ターン終了時まで、それは速攻を得る。\nサイクリング{2} ({2},このカードを捨てる:カードを1枚引く。) @@ -12378,7 +12378,7 @@ Martial Coup|軍部政変|ソーサリー|白の1/1の兵士クリーチャー Martial Glory|軍部の栄光|インスタント|クリーチャー1体を対象とし、クリーチャー1体を対象とする。その前者はターン終了時まで+3/+0の修整を受ける。\nその後者はターン終了時まで+0/+3の修整を受ける。 Martial Impetus|軍部の推進力|エンチャント — オーラ|エンチャント (クリーチャー)\nエンチャントしているクリーチャーは+1/+1の修整を受け、常に使嗾される。 (それは可能なら各戦闘で攻撃し、可能ならあなたでないプレイヤーを攻撃する。)\nエンチャントしているクリーチャーが攻撃するたび、ターン終了時まで、他の、あなたの対戦相手を攻撃している各クリーチャーはそれぞれ+1/+1の修整を受ける。 Martial Law|戒厳令|エンチャント|あなたのアップキープの開始時に、対戦相手1人がコントロールするクリーチャー1体を対象とし、それを留置する。 (あなたの次のターンまで、そのクリーチャーでは攻撃もブロックもできず、その起動型能力を起動できない。) -Marton Stromgald|Marton Stromgald|伝説のクリーチャー — 人間・騎士|Marton Stromgaldが攻撃するたび、他のすべての攻撃しているクリーチャーはターン終了時まで、Marton Stromgald以外の攻撃しているクリーチャー1体につき+1/+1の修整を受ける。\nMarton Stromgaldがブロックするたび、他をブロックしているすべてのクリーチャーはターン終了時まで、Marton Stromgald以外のブロックしているクリーチャー1体につき+1/+1の修整を受ける。 +Márton Stromgald|Márton Stromgald|伝説のクリーチャー — 人間・騎士|Márton Stromgaldが攻撃するたび、他のすべての攻撃しているクリーチャーはターン終了時まで、Márton Stromgald以外の攻撃しているクリーチャー1体につき+1/+1の修整を受ける。\nMárton Stromgaldがブロックするたび、他をブロックしているすべてのクリーチャーはターン終了時まで、Márton Stromgald以外のブロックしているクリーチャー1体につき+1/+1の修整を受ける。 Martyr for the Cause|目的のための殉教者|クリーチャー — 人間・兵士|目的のための殉教者が死亡したとき、増殖を行う。 (望む数のパーマネントやプレイヤーを選び、その後すでにそこにあるカウンター1種類につき、そのカウンターをもう1個与える。) Martyr of Ashes|灰の殉教者|クリーチャー — 人間・シャーマン|{2},あなたの手札から赤のカードをX枚公開する,灰の殉教者を生け贄に捧げる:灰の殉教者は、飛行を持たない各クリーチャーにそれぞれX点のダメージを与える。 Martyr of Bones|骨の殉教者|クリーチャー — 人間・ウィザード|{1},あなたの手札から黒のカードをX枚公開する,骨の殉教者を生け贄に捧げる:単一の墓地にあるカードを最大X枚まで対象とし、それらを追放する。 @@ -13998,7 +13998,7 @@ Oath of Jace|ジェイスの誓い|伝説のエンチャント|ジェイスの Oath of Kaya|ケイヤの誓い|伝説のエンチャント|ケイヤの誓いが戦場に出たとき、クリーチャー1体かプレインズウォーカー1体かプレイヤー1人を対象とする。これはそれに3点のダメージを与え、あなたは3点のライフを得る。\n対戦相手1人が、あなたがコントロールしているプレインズウォーカー1体をクリーチャー1体以上で攻撃するたび、ケイヤの誓いはそのプレイヤーに2点のダメージを与え、あなたは2点のライフを得る。 Oath of Lieges|しもべの誓い|エンチャント|各プレイヤーのアップキープの開始時に、そのプレイヤーは自分の対戦相手であるとともに、自分よりも多くの土地をコントロールしているプレイヤーを対象として選ぶ。前者のプレイヤーは「自分のライブラリーから基本土地カードを1枚探し、それを戦場に出し、その後ライブラリーを切り直す。」を選んでもよい。 Oath of Liliana|リリアナの誓い|伝説のエンチャント|リリアナの誓いが戦場に出たとき、各対戦相手はそれぞれクリーチャー1体を生け贄に捧げる。\n各終了ステップの開始時に、そのターンにプレインズウォーカーがあなたのコントロール下で戦場に出ていた場合、黒の2/2のゾンビ・クリーチャー・トークンを1体生成する。 -Oath of Lim-Dul|Oath of Lim-Dul|エンチャント|あなたがライフを失うたび、あなたが失ったライフ1点につき、あなたがカードを1枚捨てないかぎり、Oath of Lim-Dul以外のパーマネントを1つ生け贄に捧げる。 (あなたに与えられるダメージは、あなたのライフを失わさせる。)\n{B}{B}:カードを1枚引く。 +Oath of Lim-Dûl|Oath of Lim-Dûl|エンチャント|あなたがライフを失うたび、あなたが失ったライフ1点につき、あなたがカードを1枚捨てないかぎり、Oath of Lim-Dûl以外のパーマネントを1つ生け贄に捧げる。 (あなたに与えられるダメージは、あなたのライフを失わさせる。)\n{B}{B}:カードを1枚引く。 Oath of Mages|魔道士の誓い|エンチャント|各プレイヤーのアップキープの開始時に、そのプレイヤーは自分の対戦相手であるとともに、自分よりもライフが多いプレイヤーを対象として選ぶ。前者のプレイヤーは、「魔道士の誓いは後者のプレイヤーに1点のダメージを与える」ことを選んでもよい。 Oath of Nissa|ニッサの誓い|伝説のエンチャント|ニッサの誓いが戦場に出たとき、あなたのライブラリーの一番上から3枚のカードを見る。あなたはその中からクリーチャー・カード1枚か土地カード1枚かプレインズウォーカー・カード1枚を公開してもよい。そうしたなら、それをあなたの手札に加える。残りをあなたのライブラリーの一番下に望む順番で置く。\nあなたは、プレインズウォーカー呪文を唱えるために、任意のマナを望む色のマナであるかのように支払ってもよい。 Oath of Scholars|識者の誓い|エンチャント|各プレイヤーのアップキープの開始時に、そのプレイヤーは自分の対戦相手であるとともに、自分よりも手札のカードの枚数が多いプレイヤーを対象として選ぶ。前者のプレイヤーは自分の手札を捨てて、カードを3枚引いてもよい。 @@ -16495,7 +16495,7 @@ Ring of Evos Isle|イーヴォ島の指輪|アーティファクト — 装備 Ring of Gix|ギックスの指輪|アーティファクト|エコー{3}(あなたのアップキープの開始時に、これが直前のあなたのアップキープの開始時よりも後にあなたのコントロール下になっていた場合、そのエコー・コストを支払わないかぎりそれを生け贄に捧げる。)\n{1},{T}:アーティファクト1つかクリーチャー1体か土地1つを対象とし、それをタップする。 Ring of Immortals|Ring of Immortals|アーティファクト|{3},{T}:あなたがコントロールするパーマネント1つを対象とする、インスタント呪文1つかオーラ呪文1つを対象とし、それを打ち消す。 Ring of Kalonia|カロニアの指輪|アーティファクト — 装備品|装備しているクリーチャーはトランプルを持つ。 (それは余剰の戦闘ダメージをこれが攻撃しているプレイヤーかプレインズウォーカーに与えることができる。)\nあなたのアップキープの開始時に、装備しているクリーチャーが緑ならば、その上に+1/+1カウンターを1個置く。\n装備{1} ({1}:あなたがコントロールするクリーチャー1体を対象とし、それにつける。装備はソーサリーとしてのみ行う。) -Ring of Ma'ruf|Ring of Ma'ruf|アーティファクト|{5},{T},Ring of Ma'rufを追放する:このターン、あなたが次にカードを引く代わりに、ゲームの外部からあなたがオーナーであるカード1枚をあなたの手札に加える。 + Ring of Ma'rûf| Ring of Ma'rûf|アーティファクト|{5},{T}, Ring of Ma'rûfを追放する:このターン、あなたが次にカードを引く代わりに、ゲームの外部からあなたがオーナーであるカード1枚をあなたの手札に加える。 Ring of Renewal|Ring of Renewal|アーティファクト|{5},{T}:カードを1枚無作為に選んで捨てる。その後、カードを2枚引く。 Ring of Three Wishes|三つの願いの指輪|アーティファクト|三つの願いの指輪は願いカウンターが3個置かれた状態で戦場に出る。\n{5},{T},三つの願いの指輪から願いカウンターを1個取り除く:あなたのライブラリーからカードを1枚探し、それをあなたの手札に加え、その後ライブラリーを切り直す。 Ring of Thune|テューンの指輪|アーティファクト — 装備品|装備しているクリーチャーは警戒を持つ。 (それは攻撃してもタップしない。)\nあなたのアップキープの開始時に、装備しているクリーチャーが白ならば、その上に+1/+1カウンターを1個置く。\n装備{1} ({1}:あなたがコントロールするクリーチャー1体を対象とし、それにつける。装備はソーサリーとしてのみ行う。) @@ -17490,7 +17490,7 @@ Seal of Strength|力の印章|エンチャント|力の印章を生け贄に捧 Seal of the Guildpact|ギルドパクトの印章|アーティファクト|ギルドパクトの印章が戦場に出るに際し、色を2色選ぶ。\nあなたが各呪文を唱えるためのコストはそれぞれ、選ばれた色のうちその呪文の色である色1色につき{1}少なくなる。 Sealed Fate|逃れえぬ運命|ソーサリー|対戦相手1人を対象とする。そのプレイヤーのライブラリーのカードを上からX枚見る。それらのカードのうち1枚を追放し、残りをそのプレイヤーのライブラリーの一番上に望む順番で置く。 Sealock Monster|海檻の怪物|クリーチャー — タコ|海檻の怪物は防御プレイヤーが島をコントロールしていないかぎり攻撃できない。\n{5}{U}{U}:怪物化3を行う。 (このクリーチャーが怪物的でない場合、これの上に+1/+1カウンターを3個置く。これは怪物的になる。)\n海檻の怪物が怪物的になったとき、土地1つを対象とする。それはそれの他のタイプに加えて島にもなる。 -Seance|降霊術|エンチャント|各アップキープの開始時に、あなたの墓地にあるクリーチャー・カード1枚を対象とする。あなたはそれを追放してもよい。そうした場合、それの他のタイプに加えてスピリットであることを除き、それのコピーであるトークンを1体生成する。次の終了ステップの開始時に、それを追放する。 +Séance|降霊術|エンチャント|各アップキープの開始時に、あなたの墓地にあるクリーチャー・カード1枚を対象とする。あなたはそれを追放してもよい。そうした場合、それの他のタイプに加えてスピリットであることを除き、それのコピーであるトークンを1体生成する。次の終了ステップの開始時に、それを追放する。 Search Party Captain|捜索隊の隊長|クリーチャー — 人間・兵士|この呪文を唱えるためのコストは、このターンにあなたが攻撃させたクリーチャー1体につき{1}少なくなる。\n捜索隊の隊長が戦場に出たとき、カード1枚を引く。 Search Warrant|捜査令状|ソーサリー|プレイヤー1人を対象とする。そのプレイヤーは自分の手札を公開する。あなたはそのプレイヤーの手札にあるカードの枚数に等しい点数のライフを得る。 Search for Azcanta|アズカンタの探索|伝説のエンチャント|あなたのアップキープの開始時に、諜報1を行う。その後、あなたの墓地にカードが7枚以上あるなら、あなたはアズカンタの探索を変身させてもよい。 (あなたのライブラリーの一番上からカードを1枚見る。あなたはそのカードをあなたの墓地に置いてもよい。) diff --git a/forge-gui/res/lists/quest-opponent-icons.txt b/forge-gui/res/lists/quest-opponent-icons.txt index 28cad0cfa4f..b7e10f6d133 100644 --- a/forge-gui/res/lists/quest-opponent-icons.txt +++ b/forge-gui/res/lists/quest-opponent-icons.txt @@ -254,7 +254,7 @@ https://downloads.cardforge.org/images/icons/Emrakul.jpg https://downloads.cardforge.org/images/icons/En%20Sabah%20Nur.jpg https://downloads.cardforge.org/images/icons/Enchantress.jpg https://downloads.cardforge.org/images/icons/Endora.jpg -https://downloads.cardforge.org/images/icons/Eomer.jpg +https://downloads.cardforge.org/images/icons/Éomer.jpg https://downloads.cardforge.org/images/icons/Equastis.jpg https://downloads.cardforge.org/images/icons/Equilibrium.jpg https://downloads.cardforge.org/images/icons/Erebos.jpg diff --git a/forge-gui/res/puzzle/PC_021616.pzl b/forge-gui/res/puzzle/PC_021616.pzl index 8276328d724..d037ca7f387 100644 --- a/forge-gui/res/puzzle/PC_021616.pzl +++ b/forge-gui/res/puzzle/PC_021616.pzl @@ -14,7 +14,7 @@ humanhand=Fate Transfer; Spawnbroker; Hysterical Blindness; Krosan Groundshaker; humangraveyard=Essence Fracture; Temporal Eddy; Sylvok Explorer; Moonglove Changeling; Martyr of Frost; humanlibrary= humanbattlefield=Forest|Set:INV; Forest|Set:INV; Island|Set:INV; Island|Set:INV; Island|Set:INV; Island|Set:INV; Swamp|Set:INV; Swamp|Set:INV; Swamp|Set:INV; Putrid Imp; Phantom Nantuko|Counters:P1P1=2; Symbiotic Elf; Nephalia Seakite; Faces of the Past; -aibattlefield=Plains|Tapped|Set:INV; Plains|Tapped|Set:INV; Plains|Tapped|Set:INV; Swamp|Tapped|Set:INV; Swamp|Tapped|Set:INV; Swamp|Tapped|Set:INV; Swamp|Tapped|Set:INV; Swamp|Tapped|Set:INV; Yotian Soldier; Junun Efreet; Krovikan Horror; Rashka the Slayer; Ihsan's Shade|Tapped; Dread Reaper; +aibattlefield=Plains|Tapped|Set:INV; Plains|Tapped|Set:INV; Plains|Tapped|Set:INV; Swamp|Tapped|Set:INV; Swamp|Tapped|Set:INV; Swamp|Tapped|Set:INV; Swamp|Tapped|Set:INV; Swamp|Tapped|Set:INV; Yotian Soldier; Junún Efreet; Krovikan Horror; Rashka the Slayer; Ihsan's Shade|Tapped; Dread Reaper; aigraveyard=Descendant of Kiyomaro; Nether Shadow; Indomitable Will; Basal Thrull; Urza's Bauble; ailibrary= aiexile= diff --git a/forge-gui/res/puzzle/PS_LTR1.pzl b/forge-gui/res/puzzle/PS_LTR1.pzl index 0f590136cd2..3e2a1a02325 100644 --- a/forge-gui/res/puzzle/PS_LTR1.pzl +++ b/forge-gui/res/puzzle/PS_LTR1.pzl @@ -12,12 +12,12 @@ activephase=UPKEEP activephaseadvance=MAIN1 p0life=5 p0hand=Bushwhack|Set:BRO|Art:1;Grima Wormtongue|Set:LTR|Art:1;Claim the Precious|Set:LTR|Art:1;Storm the Seedcore|Set:MOM|Art:1;Thirsting Roots|Set:ONE|Art:1 -p0battlefield=Cankerbloom|Set:ONE|Art:3;Shelob, Child of Ungoliant|Set:LTR|Art:3;Fall of Gil-galad|Set:LTR|Art:1|Counters:LORE=1;Dunedain Rangers|Set:LTR|Art:1;Swamp|Set:LTR|Art:2;Swamp|Set:LTR|Art:2;Swamp|Set:LTR|Art:2;Forest|Set:LTR|Art:2;Forest|Set:LTR|Art:2;Forest|Set:LTR|Art:2 +p0battlefield=Cankerbloom|Set:ONE|Art:3;Shelob, Child of Ungoliant|Set:LTR|Art:3;Fall of Gil-galad|Set:LTR|Art:1|Counters:LORE=1;Dúnedain Rangers|Set:LTR|Art:1;Swamp|Set:LTR|Art:2;Swamp|Set:LTR|Art:2;Swamp|Set:LTR|Art:2;Forest|Set:LTR|Art:2;Forest|Set:LTR|Art:2;Forest|Set:LTR|Art:2 p0library=Swamp;Swamp;Swamp;Swamp;Swamp;Forest;Forest;Forest;Forest;Forest p0numringtemptedyou=1 p1life=21 p1landsplayed=0 p1landsplayedlastturn=0 p1numringtemptedyou=0 -p1battlefield=Smeagol, Helpful Guide|Set:LTR|Art:2;Eastfarthing Farmer|Set:LTR|Art:1;Braids's Frightful Return|Set:DMU|Art:1|Counters:LORE=1;Phyrexian Fleshgorger|Set:BRO|Art:2 +p1battlefield=Sméagol, Helpful Guide|Set:LTR|Art:2;Eastfarthing Farmer|Set:LTR|Art:1;Braids's Frightful Return|Set:DMU|Art:1|Counters:LORE=1;Phyrexian Fleshgorger|Set:BRO|Art:2 p1library=Swamp;Swamp;Swamp;Swamp;Swamp;Plains;Plains;Plains;Plains;Plains;Forest;Forest;Forest;Forest;Forest diff --git a/forge-gui/res/puzzle/PS_LTR2.pzl b/forge-gui/res/puzzle/PS_LTR2.pzl index 521e05d0d02..d503cfd0c4a 100644 --- a/forge-gui/res/puzzle/PS_LTR2.pzl +++ b/forge-gui/res/puzzle/PS_LTR2.pzl @@ -11,7 +11,7 @@ activeplayer=p0 activephase=MAIN1 p0life=20 p0numringtemptedyou=0 -p0hand=The Battle of Bywater|Set:LTR|Art:2;Ranger's Firebrand|Set:LTR|Art:1;Glamdring|Set:LTR|Art:3;Gimli's Fury|Set:LTR|Art:1;Improvised Club|Set:LTR|Art:1;Anduril, Flame of the West|Set:LTR|Art:2 +p0hand=The Battle of Bywater|Set:LTR|Art:2;Ranger's Firebrand|Set:LTR|Art:1;Glamdring|Set:LTR|Art:3;Gimli's Fury|Set:LTR|Art:1;Improvised Club|Set:LTR|Art:1;Andúril, Flame of the West|Set:LTR|Art:2 p0battlefield=Riders of Rohan|Set:LTC|Art:2;T:r_2_2_human_knight_trample_haste;T:r_2_2_human_knight_trample_haste;Forge Anew|Set:LTR|Art:3;Plains|Set:LTR|Art:2;Plains|Set:LTR|Art:2;Plains|Set:LTR|Art:2;Mountain|Set:LTR|Art:2;Mountain|Set:LTR|Art:2;Mountain|Set:LTR|Art:2 p1life=16 p1numringtemptedyou=0 diff --git a/forge-gui/res/quest/challenges/Dungeon Crawling (Colorless).dck b/forge-gui/res/quest/challenges/Dungeon Crawling (Colorless).dck index e1aba3ac9be..2536f44237e 100644 --- a/forge-gui/res/quest/challenges/Dungeon Crawling (Colorless).dck +++ b/forge-gui/res/quest/challenges/Dungeon Crawling (Colorless).dck @@ -51,8 +51,8 @@ Deck Type=constructed 1 Illusionary Wall 1 Illusions of Grandeur 1 Imaginary Pet -1 Junun Efreet -1 Juzam Djinn +1 Junún Efreet +1 Juzám Djinn 1 Kezzerdrix 1 Kuro, Pitlord 1 Liege of the Pit diff --git a/forge-gui/res/quest/commanderprecons/Blood Rites [LCC] [2023].dck b/forge-gui/res/quest/commanderprecons/Blood Rites [LCC] [2023].dck index dbb419843b9..03546e6e5d2 100644 --- a/forge-gui/res/quest/commanderprecons/Blood Rites [LCC] [2023].dck +++ b/forge-gui/res/quest/commanderprecons/Blood Rites [LCC] [2023].dck @@ -1,11 +1,11 @@ [metadata] Name=Blood Rites [LCC] [2023] [Commander] -1 Clavileno, First of the Blessed|LCC|3 +1 Clavileño, First of the Blessed|LCC|3 [Main] 1 Arcane Signet|LCC|2 1 Austere Command|LCC|1 -1 Bartolome del Presidio|LCI|1 +1 Bartolomé del Presidio|LCI|1 1 Blade of the Bloodchief|LCC|1 1 Blood Artist|LCC|1 1 Bloodghast|LCC|1 diff --git a/forge-gui/res/quest/commanderprecons/Elven Council [LTC] [2023].dck b/forge-gui/res/quest/commanderprecons/Elven Council [LTC] [2023].dck index 9846c76902c..20bb1b639b5 100644 --- a/forge-gui/res/quest/commanderprecons/Elven Council [LTC] [2023].dck +++ b/forge-gui/res/quest/commanderprecons/Elven Council [LTC] [2023].dck @@ -10,7 +10,7 @@ Name=Elven Council [LTC] [2023] 1 Ash Barrens|LTC|1 1 Beast Within|LTC|1 1 Celeborn the Wise|LTR|1 -1 Cirdan the Shipwright|LTC|1 +1 Círdan the Shipwright|LTC|1 1 Colossal Whale|LTC|1 1 Command Tower|LTC|1 1 Commander's Sphere|LTC|1 @@ -34,7 +34,7 @@ Name=Elven Council [LTC] [2023] 1 Gandalf, Westward Voyager|LTC|1 1 Genesis Wave|LTC|1 1 Growth Spiral|LTC|1 -1 Haldir, Lorien Lieutenant|LTC|1 +1 Haldir, Lórien Lieutenant|LTC|1 1 Heroic Intervention|LTC|1 1 Hinterland Harbor|LTC|1 1 Hornet Queen|LTC|1 @@ -46,8 +46,8 @@ Name=Elven Council [LTC] [2023] 1 Lightning Greaves|LTC|1 1 Lignify|LTC|1 1 Lonely Sandbar|LTC|1 -1 Lorien Revealed|LTR|1 -1 Lothlorien Blade|LTC|1 +1 Lórien Revealed|LTR|1 +1 Lothlórien Blade|LTC|1 1 Mirkwood Elk|LTC|1 1 Mirkwood Trapper|LTC|1 1 Mirror of Galadriel|LTR|1 @@ -67,7 +67,7 @@ Name=Elven Council [LTC] [2023] 1 Sail into the West|LTC|1 1 Seeds of Renewal|LTC|1 1 Sol Ring|LTC|1 -1 Song of Earendil|LTC|1 +1 Song of Eärendil|LTC|1 1 Swan Song|LTC|1 1 Sylvan Offering|LTC|1 1 Thornwood Falls|LTC|1 diff --git a/forge-gui/res/quest/commanderprecons/Political Puppets [COM] [2011].dck b/forge-gui/res/quest/commanderprecons/Political Puppets [COM] [2011].dck index c9204b8cf00..54a401c4abe 100644 --- a/forge-gui/res/quest/commanderprecons/Political Puppets [COM] [2011].dck +++ b/forge-gui/res/quest/commanderprecons/Political Puppets [COM] [2011].dck @@ -40,7 +40,7 @@ Name=Political Puppets [COM] [2011] 3 Island|COM|4 1 Izzet Boilerworks|COM 1 Izzet Chronarch|COM -1 Jotun Grunt|COM +1 Jötun Grunt|COM 1 Journey to Nowhere|COM 1 Lash Out|COM 1 Lightning Greaves|COM diff --git a/forge-gui/res/quest/commanderprecons/Riders of Rohan [LTC] [2023].dck b/forge-gui/res/quest/commanderprecons/Riders of Rohan [LTC] [2023].dck index c9774ae4aa0..9c4d3add397 100644 --- a/forge-gui/res/quest/commanderprecons/Riders of Rohan [LTC] [2023].dck +++ b/forge-gui/res/quest/commanderprecons/Riders of Rohan [LTC] [2023].dck @@ -1,7 +1,7 @@ [metadata] Name=Riders of Rohan [LTC] [2023] [Commander] -1 Eowyn, Shieldmaiden|LTC|1 +1 Éowyn, Shieldmaiden|LTC|1 [Main] 1 Aragorn, King of Gondor|LTC|1 1 Arcane Signet|LTC|1 @@ -23,7 +23,7 @@ Name=Riders of Rohan [LTC] [2023] 1 Denethor, Stone Seer|LTC|1 1 Door of Destinies|LTC|1 1 Earthquake|LTC|1 -1 Eomer, King of Rohan|LTC|1 +1 Éomer, King of Rohan|LTC|1 1 Erkenbrand, Lord of Westfold|LTR|1 1 Evolving Wilds|LTC|1 1 Exotic Orchard|LTC|1 @@ -36,7 +36,7 @@ Name=Riders of Rohan [LTC] [2023] 1 Frontier Warmonger|LTC|1 1 Frontline Medic|LTC|1 1 Furycalm Snarl|LTC|1 -1 Gilraen, Dunedain Protector|LTC|1 +1 Gilraen, Dúnedain Protector|LTC|1 1 Gimli of the Glittering Caves|LTC|1 1 Glacial Fortress|LTC|1 1 Grey Host Reinforcements|LTC|1 @@ -75,7 +75,7 @@ Name=Riders of Rohan [LTC] [2023] 1 Talisman of Progress|LTC|1 1 Taunt from the Rampart|LTC|1 1 Terramorphic Expanse|LTC|1 -1 Theoden, King of Rohan|LTR|1 +1 Théoden, King of Rohan|LTR|1 1 Thought Vessel|LTC|1 1 Throne of the High City|LTC|1 1 Tranquil Cove|LTC|1 diff --git a/forge-gui/res/quest/commanderprecons/The Host of Mordor [LTC] [2023].dck b/forge-gui/res/quest/commanderprecons/The Host of Mordor [LTC] [2023].dck index e6c37369e15..55fd7f19e65 100644 --- a/forge-gui/res/quest/commanderprecons/The Host of Mordor [LTC] [2023].dck +++ b/forge-gui/res/quest/commanderprecons/The Host of Mordor [LTC] [2023].dck @@ -35,8 +35,8 @@ Name=The Host of Mordor [LTC] [2023] 1 Frostboil Snarl|LTC|1 1 Goblin Cratermaker|LTC|1 1 Goblin Dark-Dwellers|LTC|1 -1 Grima, Saruman's Footman|LTC|1 -1 Grishnakh, Brash Instigator|LTR|1 +1 Gríma, Saruman's Footman|LTC|1 +1 Grishnákh, Brash Instigator|LTR|1 1 Guttersnipe|LTC|1 1 Hostage Taker|LTC|1 1 In the Darkness Bind Them|LTC|1 @@ -47,7 +47,7 @@ Name=The Host of Mordor [LTC] [2023] 1 Languish|LTC|1 1 Lidless Gaze|LTC|1 1 Living Death|LTC|1 -1 Lord of the Nazgul|LTC|1 +1 Lord of the Nazgûl|LTC|1 1 Merciless Executioner|LTC|1 1 Mind Stone|LTC|1 1 Monstrosity of the Lake|LTC|1 @@ -84,7 +84,7 @@ Name=The Host of Mordor [LTC] [2023] 1 Too Greedily, Too Deep|LTC|1 1 Treason of Isengard|LTR|1 1 Treasure Nabber|LTC|1 -1 Troll of Khazad-dum|LTR|1 +1 Troll of Khazad-dûm|LTR|1 1 Underground River|LTC|1 1 Voracious Fell Beast|LTR|1 1 Wake the Dragon|LTC|1 diff --git a/forge-gui/res/quest/commanderprecons/The Ruinous Powers [40K] [2022].dck b/forge-gui/res/quest/commanderprecons/The Ruinous Powers [40K] [2022].dck index de0980939c5..6ba8015171b 100644 --- a/forge-gui/res/quest/commanderprecons/The Ruinous Powers [40K] [2022].dck +++ b/forge-gui/res/quest/commanderprecons/The Ruinous Powers [40K] [2022].dck @@ -40,7 +40,7 @@ Name=The Ruinous Powers [40K] [2022] 1 Heralds of Tzeentch|40K|1 8 Island|40K|2 1 Keeper of Secrets|40K|1 -1 Kharn the Betrayer|40K|1 +1 Khârn the Betrayer|40K|1 1 Kill! Maim! Burn!|40K|1 1 Knight Rampager|40K|1 1 Let the Galaxy Burn|40K|1 diff --git a/forge-gui/res/quest/duels/Eomer 2.dck b/forge-gui/res/quest/duels/Eomer 2.dck index fae48f1511b..99c8c76fdb6 100644 --- a/forge-gui/res/quest/duels/Eomer 2.dck +++ b/forge-gui/res/quest/duels/Eomer 2.dck @@ -1,10 +1,10 @@ [duel] [metadata] -Name=Eomer 2 -Title=Eomer +Name=Éomer 2 +Title=Éomer Difficulty=medium Description=Mono W flanking deck -Icon=Eomer.jpg +Icon=Éomer.jpg Deck Type=constructed [main] 4 Cavalry Master|TSP diff --git a/forge-gui/res/quest/duels/Kojak 1.dck b/forge-gui/res/quest/duels/Kojak 1.dck index 1e187c2bd3f..9bbba6d20e3 100644 --- a/forge-gui/res/quest/duels/Kojak 1.dck +++ b/forge-gui/res/quest/duels/Kojak 1.dck @@ -18,7 +18,7 @@ Deck Type=constructed 1 Inundate 2 Boomerang 2 Eye of Nowhere -1 Dandan +1 Dandân 4 Faerie Swarm 1 Manta Ray 2 Invisibility diff --git a/forge-gui/res/quest/duels/Kojak 2.dck b/forge-gui/res/quest/duels/Kojak 2.dck index 6c85d92b948..2d36708d86d 100644 --- a/forge-gui/res/quest/duels/Kojak 2.dck +++ b/forge-gui/res/quest/duels/Kojak 2.dck @@ -25,7 +25,7 @@ Deck Type=constructed 2 Concentrate 1 Kami of the Crescent Moon 1 Thalakos Seer -1 Dandan +1 Dandân 1 Manta Ray 1 Serpent of the Endless Sea 1 Amnesia diff --git a/forge-gui/res/quest/duels/Rowan and Will's Knightly Vanguard 2.dck b/forge-gui/res/quest/duels/Rowan and Will's Knightly Vanguard 2.dck index 4231402d196..34e69b549e1 100644 --- a/forge-gui/res/quest/duels/Rowan and Will's Knightly Vanguard 2.dck +++ b/forge-gui/res/quest/duels/Rowan and Will's Knightly Vanguard 2.dck @@ -20,7 +20,7 @@ Deck Type=constructed 5 Island 1 Knight Exemplar 3 Lightning Helix -1 Marton Stromgald +1 Márton Stromgald 5 Mountain 4 Mystic Monastery 4 Plains diff --git a/forge-gui/res/quest/duels/Rowan and Will's Knightly Vanguard 3.dck b/forge-gui/res/quest/duels/Rowan and Will's Knightly Vanguard 3.dck index db7f0fa44dc..80e2c813e2a 100644 --- a/forge-gui/res/quest/duels/Rowan and Will's Knightly Vanguard 3.dck +++ b/forge-gui/res/quest/duels/Rowan and Will's Knightly Vanguard 3.dck @@ -20,7 +20,7 @@ Deck Type=constructed 2 Inspiring Veteran 8 Island 2 Knight Exemplar -1 Marton Stromgald +1 Márton Stromgald 7 Mountain 4 Mystic Monastery 7 Plains diff --git a/forge-gui/res/quest/duels/Rowan and Will's Knightly Vanguard 4.dck b/forge-gui/res/quest/duels/Rowan and Will's Knightly Vanguard 4.dck index cbc86a9f58a..1bc81860fd2 100644 --- a/forge-gui/res/quest/duels/Rowan and Will's Knightly Vanguard 4.dck +++ b/forge-gui/res/quest/duels/Rowan and Will's Knightly Vanguard 4.dck @@ -16,7 +16,7 @@ Deck Type=constructed 3 Insult // Injury 4 Island 3 Knight Exemplar -1 Marton Stromgald +1 Márton Stromgald 4 Mountain 3 Mystic Monastery 4 Plains diff --git a/forge-gui/res/quest/duels/Wishmaster 1.dck b/forge-gui/res/quest/duels/Wishmaster 1.dck index 69f9412d879..7cc1fe9e00a 100644 --- a/forge-gui/res/quest/duels/Wishmaster 1.dck +++ b/forge-gui/res/quest/duels/Wishmaster 1.dck @@ -21,7 +21,7 @@ Deck Type=constructed 2 Fledgling Djinn 5 Island 3 Izzet Charm -1 Juzam Djinn +1 Juzám Djinn 1 Maelstrom Muse 2 Mistfire Adept 5 Mountain diff --git a/forge-gui/res/quest/duels/Wishmaster 2.dck b/forge-gui/res/quest/duels/Wishmaster 2.dck index 08182ac9b3a..105873ab463 100644 --- a/forge-gui/res/quest/duels/Wishmaster 2.dck +++ b/forge-gui/res/quest/duels/Wishmaster 2.dck @@ -22,7 +22,7 @@ Deck Type=constructed 2 Future Sight 3 Ice Tunnel 3 Island -2 Juzam Djinn +2 Juzám Djinn 1 Maelstrom Muse 2 Mistfire Adept 3 Mountain diff --git a/forge-gui/res/quest/precons/Fate Blaster.dck b/forge-gui/res/quest/precons/Fate Blaster.dck index 75547303ed7..bb780ca43bb 100644 --- a/forge-gui/res/quest/precons/Fate Blaster.dck +++ b/forge-gui/res/quest/precons/Fate Blaster.dck @@ -10,7 +10,7 @@ Deck Type=constructed Set=FUT Image=fate_blaster.jpg [main] -1 Dandan|TSB +1 Dandân|TSB 1 Uthden Troll|TSB 2 Barbed Shocker|TSP 2 Sage of Epityr|TSP diff --git a/forge-gui/res/quest/precons/Kjeldoran Cunning.dck b/forge-gui/res/quest/precons/Kjeldoran Cunning.dck index 213483dfa26..dce4dd462a0 100644 --- a/forge-gui/res/quest/precons/Kjeldoran Cunning.dck +++ b/forge-gui/res/quest/precons/Kjeldoran Cunning.dck @@ -19,8 +19,8 @@ Image=kjeldoran_cunning.jpg 4 Island|ICE|1 4 Island|ICE|2 3 Island|ICE|3 -1 Jotun Grunt|CSP -1 Jotun Owl Keeper|CSP +1 Jötun Grunt|CSP +1 Jötun Owl Keeper|CSP 2 Kjeldoran Elite Guard|ICE 1 Kjeldoran Gargoyle|CSP 1 Kjeldoran Home Guard|ALL diff --git a/forge-gui/res/quest/precons/Political Puppets.dck b/forge-gui/res/quest/precons/Political Puppets.dck index d36b16a1d83..a36b5f5f5a6 100644 --- a/forge-gui/res/quest/precons/Political Puppets.dck +++ b/forge-gui/res/quest/precons/Political Puppets.dck @@ -30,7 +30,7 @@ Image=political_puppets.png 1 Wall of Denial|CMD 1 Ghostly Prison|CMD 1 Armillary Sphere|CMD -1 Jotun Grunt|CMD +1 Jötun Grunt|CMD 1 Perilous Research|CMD 1 Breath of Darigaaz|CMD 1 Repulse|CMD diff --git a/forge-gui/res/quest/themes/Islandwalk U.thm b/forge-gui/res/quest/themes/Islandwalk U.thm index 105fe52b70b..e4b4ebb9cb9 100644 --- a/forge-gui/res/quest/themes/Islandwalk U.thm +++ b/forge-gui/res/quest/themes/Islandwalk U.thm @@ -15,7 +15,7 @@ Water Wurm [Group MaxCnt=4 Percentage=10] Stonybrook Banneret -Dandan +Dandân Hammerhead Shark [/Group] diff --git a/forge-gui/res/quest/world/1993-12 Arabian Nights/challenges/ARN Challenge The Ogres.dck b/forge-gui/res/quest/world/1993-12 Arabian Nights/challenges/ARN Challenge The Ogres.dck index 45175b277a9..84c8a62d803 100644 --- a/forge-gui/res/quest/world/1993-12 Arabian Nights/challenges/ARN Challenge The Ogres.dck +++ b/forge-gui/res/quest/world/1993-12 Arabian Nights/challenges/ARN Challenge The Ogres.dck @@ -16,4 +16,4 @@ Icon=The Ogres.jpg Deck Type=constructed [main] 20 Forest|LEB|1 -40 Ghazban Ogre|ARN +40 Ghazbán Ogre|ARN diff --git a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 1 Color 2U Sindbad.dck b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 1 Color 2U Sindbad.dck index 505c909bef5..e68e8d8df28 100644 --- a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 1 Color 2U Sindbad.dck +++ b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 1 Color 2U Sindbad.dck @@ -7,7 +7,7 @@ Description=Then the maiden bade him cast off his robes and cover his body with Icon=Sindbad.jpg Deck Type=constructed [Main] -4 Dandan|ARN +4 Dandân|ARN 4 Desert|ARN 2 Fishliver Oil|ARN|2 4 Flying Men|ARN diff --git a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 1 Color 3B Nailah.dck b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 1 Color 3B Nailah.dck index 8960b69ffb2..1332e455a22 100644 --- a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 1 Color 3B Nailah.dck +++ b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 1 Color 3B Nailah.dck @@ -9,14 +9,14 @@ Deck Type=constructed [Main] 4 Cuombajj Witches|ARN 4 Desert|ARN -2 El-Hajjaj|ARN +2 El-Hajjâj|ARN 4 Erg Raiders|ARN|2 4 Guardian Beast|ARN 4 Hasran Ogress|ARN|2 2 Jandor's Saddlebags|ARN -4 Junun Efreet|ARN -4 Juzam Djinn|ARN -4 Khabal Ghoul|ARN +4 Junún Efreet|ARN +4 Juzám Djinn|ARN +4 Khabál Ghoul|ARN 4 Stone-Throwing Devils|ARN|2 20 Swamp|LEB|2 [Sideboard] diff --git a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 1 Color 5G The Wilds.dck b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 1 Color 5G The Wilds.dck index 0dac87bff79..7b79ca7d1dc 100644 --- a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 1 Color 5G The Wilds.dck +++ b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 1 Color 5G The Wilds.dck @@ -14,7 +14,7 @@ Deck Type=constructed 2 Drop of Honey|ARN 4 Erhnam Djinn|ARN 20 Forest|LEB|2 -4 Ifh-Biff Efreet|ARN +4 Ifh-Bíff Efreet|ARN 2 Jandor's Ring|ARN 4 Nafs Asp|ARN|2 4 Sandstorm|ARN diff --git a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick 4-Color Aggro.dck b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick 4-Color Aggro.dck index 72f9ba7982d..52d0c3ddbb1 100644 --- a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick 4-Color Aggro.dck +++ b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick 4-Color Aggro.dck @@ -12,7 +12,7 @@ Deck Type=constructed 4 Erg Raiders|ARN|2 4 Flying Men|ARN 6 Forest|LEB|1 -4 Ghazban Ogre|ARN +4 Ghazbán Ogre|ARN 5 Island|LEB|1 4 Kird Ape|ARN 4 Mountain|LEB|3 diff --git a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick Djinns Efreets.dck b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick Djinns Efreets.dck index 2de939fb6bd..ccefd286f6e 100644 --- a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick Djinns Efreets.dck +++ b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick Djinns Efreets.dck @@ -11,10 +11,10 @@ Deck Type=constructed 4 City of Brass|ARN 4 Erhnam Djinn|ARN 4 Forest|LEB|1 -4 Ifh-Biff Efreet|ARN +4 Ifh-Bíff Efreet|ARN 6 Island|LEB|1 -4 Junun Efreet|ARN -4 Juzam Djinn|ARN +4 Junún Efreet|ARN +4 Juzám Djinn|ARN 4 Mijae Djinn|ARN 4 Mountain|ARN 4 Old Man of the Sea|ARN diff --git a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick Eggs Honey.dck b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick Eggs Honey.dck index c398fbb4bf2..d357dbe9335 100644 --- a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick Eggs Honey.dck +++ b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick Eggs Honey.dck @@ -14,7 +14,7 @@ Deck Type=constructed 4 Drop of Honey|ARN 4 Erhnam Djinn|ARN 11 Forest|LEB|1 -4 Ifh-Biff Efreet|ARN +4 Ifh-Bíff Efreet|ARN 4 Kird Ape|ARN 4 Mijae Djinn|ARN 11 Mountain|LEB|2 diff --git a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick No Life.dck b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick No Life.dck index d86b71f8fe8..3ff569c731c 100644 --- a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick No Life.dck +++ b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick No Life.dck @@ -15,7 +15,7 @@ Deck Type=constructed 4 Flying Men|ARN 4 Hasran Ogress|ARN|2 6 Island|LEB|1 -4 Juzam Djinn|ARN +4 Juzám Djinn|ARN 7 Mountain|LEB|2 4 Serendib Djinn|ARN 4 Serendib Efreet|ARN diff --git a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick Operation Jumbo Drop.dck b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick Operation Jumbo Drop.dck index 9002bdae212..f4d68b5257d 100644 --- a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick Operation Jumbo Drop.dck +++ b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 2 Gimmick Operation Jumbo Drop.dck @@ -15,7 +15,7 @@ Deck Type=constructed 4 Elephant Graveyard|ARN 4 Erhnam Djinn|ARN 8 Forest|LEB|1 -4 Ifh-Biff Efreet|ARN +4 Ifh-Bíff Efreet|ARN 1 Jandor's Ring|ARN 4 King Suleiman|ARN 1 Library of Alexandria|ARN diff --git a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 3 Strategy Air Assault.dck b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 3 Strategy Air Assault.dck index f45980d6bb3..1fe4f82c552 100644 --- a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 3 Strategy Air Assault.dck +++ b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 3 Strategy Air Assault.dck @@ -15,7 +15,7 @@ Deck Type=constructed 4 Flying Men|ARN 8 Island|LEB|1 1 Jandor's Ring|ARN -4 Junun Efreet|ARN +4 Junún Efreet|ARN 1 Library of Alexandria|ARN 4 Old Man of the Sea|ARN 4 Serendib Djinn|ARN diff --git a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 3 Strategy Black Blue Midrange.dck b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 3 Strategy Black Blue Midrange.dck index 7a9f617e2e7..3e339917703 100644 --- a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 3 Strategy Black Blue Midrange.dck +++ b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 3 Strategy Black Blue Midrange.dck @@ -14,7 +14,7 @@ Deck Type=constructed 4 Erg Raiders|ARN|2 4 Hasran Ogress|ARN|1 9 Island|LEB|1 -4 Juzam Djinn|ARN +4 Juzám Djinn|ARN 1 Library of Alexandria|ARN 4 Old Man of the Sea|ARN 4 Serendib Efreet|ARN diff --git a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 3 Strategy The Rock.dck b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 3 Strategy The Rock.dck index cf8713e4c91..6f0aedd85a3 100644 --- a/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 3 Strategy The Rock.dck +++ b/forge-gui/res/quest/world/1993-12 Arabian Nights/duels/ARN 3 Strategy The Rock.dck @@ -16,9 +16,9 @@ Deck Type=constructed 4 Erg Raiders|ARN|2 4 Erhnam Djinn|ARN 5 Forest|LEB|1 -4 Ifh-Biff Efreet|ARN +4 Ifh-Bíff Efreet|ARN 1 Jandor's Ring|ARN -4 Juzam Djinn|ARN -4 Khabal Ghoul|ARN +4 Juzám Djinn|ARN +4 Khabál Ghoul|ARN 1 Library of Alexandria|ARN 11 Swamp|LEB|1 diff --git a/forge-gui/res/quest/world/1996-05 Ice Age/duels/ICE 1 Lore Lim-Dl The Order of Stromgald.dck b/forge-gui/res/quest/world/1996-05 Ice Age/duels/ICE 1 Lore Lim-Dl The Order of Stromgald.dck index 1d71bcda402..c82419e76b4 100644 --- a/forge-gui/res/quest/world/1996-05 Ice Age/duels/ICE 1 Lore Lim-Dl The Order of Stromgald.dck +++ b/forge-gui/res/quest/world/1996-05 Ice Age/duels/ICE 1 Lore Lim-Dl The Order of Stromgald.dck @@ -7,7 +7,7 @@ Description="Kjeldorans should rule supreme, and to the rest, death!" -Avram Gar On the surface, the Order of Stromgald appears to be a concerned party that fears the weakened will of Kjeldor's king, Darien. However, under the surface the Order has more malign roots. The Order was formed by former Kjeldoran knight Avram Garrison and the necromancer and archenemy of the people of Kjeld, Lim-Dul. The true intent of the Order of Stromgald is to assassinate Darien and weaken the political structure of Kjeld, hastening Lim-Dul's victory over the already assaulted nation. -The Order of Stromgald took its name from the legendary Kjeldoran general Marton Stromgald. +The Order of Stromgald took its name from the legendary Kjeldoran general Márton Stromgald. Icon=Dungeon Crawling Gold.jpg Deck Type=constructed [Main] diff --git a/forge-gui/res/quest/world/1997-05 Portal/duels/POR 1 Theme 204 The Elementalist.dck b/forge-gui/res/quest/world/1997-05 Portal/duels/POR 1 Theme 204 The Elementalist.dck index 092f11abab9..9bc829689b4 100644 --- a/forge-gui/res/quest/world/1997-05 Portal/duels/POR 1 Theme 204 The Elementalist.dck +++ b/forge-gui/res/quest/world/1997-05 Portal/duels/POR 1 Theme 204 The Elementalist.dck @@ -8,7 +8,7 @@ Icon=Dungeon Crawling Gold.jpg Deck Type=constructed [Main] 4 Blaze|POR|1 -4 Deja Vu|POR +4 Déjà Vu|POR 4 Forked Lightning|POR 8 Island|POR|3 4 Lava Axe|POR diff --git a/forge-gui/res/quest/world/1997-05 Portal/duels/POR 2 Gimmick Familiar Reanimator.dck b/forge-gui/res/quest/world/1997-05 Portal/duels/POR 2 Gimmick Familiar Reanimator.dck index 03eb61b235a..26b8af6494b 100644 --- a/forge-gui/res/quest/world/1997-05 Portal/duels/POR 2 Gimmick Familiar Reanimator.dck +++ b/forge-gui/res/quest/world/1997-05 Portal/duels/POR 2 Gimmick Familiar Reanimator.dck @@ -10,7 +10,7 @@ Deck Type=constructed 4 Archangel|POR 4 Breath of Life|POR 4 Command of Unsummoning|POR -2 Deja Vu|POR +2 Déjà Vu|POR 4 Djinn of the Lamp|POR 2 Gift of Estates|POR 11 Island|POR|2 diff --git a/forge-gui/res/quest/world/2019-09 Throne of Eldraine/duels/ELD 1 Reprints.dck b/forge-gui/res/quest/world/2019-09 Throne of Eldraine/duels/ELD 1 Reprints.dck index 33ad508e8e7..d61ac1ca287 100755 --- a/forge-gui/res/quest/world/2019-09 Throne of Eldraine/duels/ELD 1 Reprints.dck +++ b/forge-gui/res/quest/world/2019-09 Throne of Eldraine/duels/ELD 1 Reprints.dck @@ -1,7 +1,7 @@ [metadata] -Title=Deja Vu +Title=Déjà Vu Difficulty=easy -Description="Feel like I've been here before"\n-Iron Maiden, Deja Vu +Description="Feel like I've been here before"\n-Iron Maiden, Déjà Vu Icon=Dungeon Crawling Gold.jpg Deck Type=constructed Name=ELD 1 Reprints diff --git a/forge-gui/res/quest/world/2021-01 Kaldheim/duels/KHM 1 Deja Vu.dck b/forge-gui/res/quest/world/2021-01 Kaldheim/duels/KHM 1 Deja Vu.dck index 6bcce7b4d44..bec6dc7e677 100644 --- a/forge-gui/res/quest/world/2021-01 Kaldheim/duels/KHM 1 Deja Vu.dck +++ b/forge-gui/res/quest/world/2021-01 Kaldheim/duels/KHM 1 Deja Vu.dck @@ -1,10 +1,10 @@ [metadata] -Title=Deja Vu +Title=Déjà Vu Difficulty=easy Description=A French phrase translating literally to "already seen". Icon=Dungeon Crawling Gold.jpg Deck Type=constructed -Name=KHM 1 Deja Vu +Name=KHM 1 Déjà Vu [Main] 2 Annul|USG|1 3 Bishop's Soldier|XLN|1 diff --git a/forge-gui/res/quest/world/Starter/duels/DejaVu.dck b/forge-gui/res/quest/world/Starter/duels/DejaVu.dck index 6dfacedb2ab..876f11d4874 100644 --- a/forge-gui/res/quest/world/Starter/duels/DejaVu.dck +++ b/forge-gui/res/quest/world/Starter/duels/DejaVu.dck @@ -1,6 +1,6 @@ [duel] [metadata] -Title=Deja Vu +Title=Déjà Vu Icon=Dungeon Crawling Blue.jpg Difficulty=easy Description=I think I have seen this card before... (U/W control) @@ -11,8 +11,8 @@ Name=DejaVu 2 Alabaster Dragon|POR 4 Angel of Mercy|PO2 1 Archangel|POR -2 Deja Vu|PO2 -2 Deja Vu|POR +2 Déjà Vu|PO2 +2 Déjà Vu|POR 3 Island|S99|1 1 Island|S99|2 2 Island|S99|3 diff --git a/forge-gui/res/quest/world/jamuraa/challenges/Jahannam.dck b/forge-gui/res/quest/world/jamuraa/challenges/Jahannam.dck index 283b3902118..1806ebcedf4 100644 --- a/forge-gui/res/quest/world/jamuraa/challenges/Jahannam.dck +++ b/forge-gui/res/quest/world/jamuraa/challenges/Jahannam.dck @@ -25,7 +25,7 @@ Deck Type=constructed 2 Dwarven Miner|MIR 2 Gorilla Shaman|ALL 4 Icequake|ICE -4 Juzam Djinn|ARN +4 Juzám Djinn|ARN 4 Knight of Stromgald|ICE 4 Mishra's Factory|ATQ 4 Mox Jet|LEB diff --git a/forge-gui/res/quest/world/jamuraa/duels/Akongo 1.dck b/forge-gui/res/quest/world/jamuraa/duels/Akongo 1.dck index 0d54ca1d771..edd447206a6 100644 --- a/forge-gui/res/quest/world/jamuraa/duels/Akongo 1.dck +++ b/forge-gui/res/quest/world/jamuraa/duels/Akongo 1.dck @@ -8,7 +8,7 @@ Description=Akongo plays John's Meta-Weenie PCL deck. Deck Type=constructed [main] 11 Forest|MIR -4 Ghazban Ogre|ARN +4 Ghazbán Ogre|ARN 4 Giant Growth|LEB 3 Granger Guildmage|MIR 4 Incinerate|MIR diff --git a/forge-gui/res/quest/world/jamuraa/duels/Asanbosam 2.dck b/forge-gui/res/quest/world/jamuraa/duels/Asanbosam 2.dck index 5cf6879a3fa..1e1df779f71 100644 --- a/forge-gui/res/quest/world/jamuraa/duels/Asanbosam 2.dck +++ b/forge-gui/res/quest/world/jamuraa/duels/Asanbosam 2.dck @@ -18,7 +18,7 @@ Deck Type=constructed 1 Fetid Horror|MIR 1 Gravebane Zombie|MIR 2 Hypnotic Specter|LEB -2 Junun Efreet|ARN +2 Junún Efreet|ARN 1 Kaervek's Hex|MIR 1 Mox Jet|LEB 1 Nocturnal Raid|MIR diff --git a/forge-gui/res/quest/world/jamuraa/duels/Bumba 4.dck b/forge-gui/res/quest/world/jamuraa/duels/Bumba 4.dck index 03e55c3f681..2555c8a247f 100644 --- a/forge-gui/res/quest/world/jamuraa/duels/Bumba 4.dck +++ b/forge-gui/res/quest/world/jamuraa/duels/Bumba 4.dck @@ -11,7 +11,7 @@ Card Reward=14% chosen card sets:5ED,MIR,VIS rules:green,creature rarity:C,U des 2 Berserk|LEB 16 Forest|MIR 4 Llanowar Elves|5ED -4 Ghazban Ogre|ARN +4 Ghazbán Ogre|ARN 4 Giant Growth|LEB 3 Harvest Wurm|WTH 2 Heart of Yavimaya|ALL diff --git a/forge-gui/res/quest/world/jamuraa/duels/Juzam Genie 2.dck b/forge-gui/res/quest/world/jamuraa/duels/Juzam Genie 2.dck index ba660496b76..878fb0975f0 100644 --- a/forge-gui/res/quest/world/jamuraa/duels/Juzam Genie 2.dck +++ b/forge-gui/res/quest/world/jamuraa/duels/Juzam Genie 2.dck @@ -19,7 +19,7 @@ Deck Type=constructed 1 Fork|LEB 4 Gemstone Mine|WTH 1 Ivory Tower|ATQ -1 Juzam Djinn|ARN +1 Juzám Djinn|ARN 1 Library of Alexandria|ARN 2 Lightning Bolt|LEB 4 Lotus Petal|TMP diff --git a/forge-gui/res/quest/world/jamuraa/duels/Ododua 3.dck b/forge-gui/res/quest/world/jamuraa/duels/Ododua 3.dck index f814dc40e23..9b4775ddf6f 100644 --- a/forge-gui/res/quest/world/jamuraa/duels/Ododua 3.dck +++ b/forge-gui/res/quest/world/jamuraa/duels/Ododua 3.dck @@ -13,7 +13,7 @@ Deck Type=constructed 2 Emerald Charm|VIS 3 Fallow Wurm|WTH 16 Forest|MIR -3 Ghazban Ogre|ARN +3 Ghazbán Ogre|ARN 3 Giant Growth|5ED 4 Harvest Wurm|WTH 2 Heart of Yavimaya|ALL diff --git a/forge-gui/res/quest/world/jamuraa/duels/Tenga 3.dck b/forge-gui/res/quest/world/jamuraa/duels/Tenga 3.dck index a051d2266a9..eb0501273f0 100644 --- a/forge-gui/res/quest/world/jamuraa/duels/Tenga 3.dck +++ b/forge-gui/res/quest/world/jamuraa/duels/Tenga 3.dck @@ -13,7 +13,7 @@ Deck Type=constructed 2 Desert Twister|ARN 24 Forest|MIR 4 Llanowar Elves|5ED -3 Ghazban Ogre|ARN +3 Ghazbán Ogre|ARN 3 Giant Growth|5ED 2 Hurricane|5ED 3 River Boa|VIS diff --git a/forge-gui/res/quest/world/shandalar/challenges/Black Castle (Black).dck b/forge-gui/res/quest/world/shandalar/challenges/Black Castle (Black).dck index 6bd3151d3bc..bb90c5912e2 100644 --- a/forge-gui/res/quest/world/shandalar/challenges/Black Castle (Black).dck +++ b/forge-gui/res/quest/world/shandalar/challenges/Black Castle (Black).dck @@ -23,7 +23,7 @@ Deck Type=constructed 2 Greed|LEG 2 Howl from Beyond|LEB 4 Hypnotic Specter|4ED -2 Juzam Djinn|ARN +2 Juzám Djinn|ARN 2 Lord of the Pit|LEB 1 Mind Twist|LEB 1 Mox Jet|LEB diff --git a/forge-gui/res/quest/world/shandalar/challenges/Green Castle (Green).dck b/forge-gui/res/quest/world/shandalar/challenges/Green Castle (Green).dck index a610b538989..daa115380d8 100644 --- a/forge-gui/res/quest/world/shandalar/challenges/Green Castle (Green).dck +++ b/forge-gui/res/quest/world/shandalar/challenges/Green Castle (Green).dck @@ -7,7 +7,7 @@ Wins=30 Card Reward=33% chosen card sets:3ED,4ED,ARN,ATQ,DRK,LEG rules:green desc:a Green card;chosen card sets:3ED,4ED,ARN,ATQ,DRK,LEG rules:green desc:a Green card;3 green rares;50% 1 green rare Credit Reward=250 HumanExtras=Concordant Crossroads -AIExtras=Ghazban Ogre +AIExtras=Ghazbán Ogre [metadata] Name=quest7 Title=Green Castle (Green) @@ -23,7 +23,7 @@ Deck Type=constructed 22 Forest|4ED 1 Gaea's Avenger|ATQ 4 Gaea's Liege|4ED -2 Ifh-Biff Efreet|ARN +2 Ifh-Bíff Efreet|ARN 1 Island of Wak-Wak|ARN 1 Ivory Tower|ATQ 2 Jayemdae Tome|4ED diff --git a/forge-gui/res/quest/world/shandalar/duels/Aga Galneer 2.dck b/forge-gui/res/quest/world/shandalar/duels/Aga Galneer 2.dck index 9c7f47817e7..885986128e0 100644 --- a/forge-gui/res/quest/world/shandalar/duels/Aga Galneer 2.dck +++ b/forge-gui/res/quest/world/shandalar/duels/Aga Galneer 2.dck @@ -10,7 +10,7 @@ Deck Type=constructed 2 Ashes to Ashes|DRK 2 City of Brass|CHR 3 Drain Life|2ED -2 El-Hajjaj|ARN +2 El-Hajjâj|ARN 2 Erg Raiders|ARN 6 Forest|2ED 2 Fungusaur|LEB diff --git a/forge-gui/res/quest/world/shandalar/duels/Aga Galneer 3.dck b/forge-gui/res/quest/world/shandalar/duels/Aga Galneer 3.dck index d8d31a547b0..49506ac05bc 100644 --- a/forge-gui/res/quest/world/shandalar/duels/Aga Galneer 3.dck +++ b/forge-gui/res/quest/world/shandalar/duels/Aga Galneer 3.dck @@ -11,7 +11,7 @@ Deck Type=constructed 4 Bayou|2ED 2 City of Brass|CHR 3 Drain Life|2ED -2 El-Hajjaj|ARN +2 El-Hajjâj|ARN 2 Erg Raiders|ARN 2 Forest|2ED 2 Giant Growth|2ED @@ -19,7 +19,7 @@ Deck Type=constructed 2 Greed|LEG 4 Healing Salve|2ED 2 Hurricane|2ED -2 Juzam Djinn|ARN +2 Juzám Djinn|ARN 3 Onulet|ATQ 4 Plains|2ED 4 Savannah|2ED diff --git a/forge-gui/res/quest/world/shandalar/duels/Alt-A-Kesh 2.dck b/forge-gui/res/quest/world/shandalar/duels/Alt-A-Kesh 2.dck index 54c6219b207..d3518493ab7 100644 --- a/forge-gui/res/quest/world/shandalar/duels/Alt-A-Kesh 2.dck +++ b/forge-gui/res/quest/world/shandalar/duels/Alt-A-Kesh 2.dck @@ -15,7 +15,7 @@ Deck Type=constructed 2 Energy Flux|ATQ 7 Forest|2ED 7 Island|2ED -2 Junun Efreet|ARN +2 Junún Efreet|ARN 2 Lord of the Pit|2ED 2 Mahamoti Djinn|2ED 2 Phantasmal Forces|2ED diff --git a/forge-gui/res/quest/world/shandalar/duels/Alt-A-Kesh 3.dck b/forge-gui/res/quest/world/shandalar/duels/Alt-A-Kesh 3.dck index 22da49c47ce..a234f6458a1 100644 --- a/forge-gui/res/quest/world/shandalar/duels/Alt-A-Kesh 3.dck +++ b/forge-gui/res/quest/world/shandalar/duels/Alt-A-Kesh 3.dck @@ -16,7 +16,7 @@ Deck Type=constructed 2 Erhnam Djinn|ARN 4 Forest|4ED 5 Island|4ED -1 Junun Efreet|ARN +1 Junún Efreet|ARN 2 Lord of the Pit|2ED 2 Mahamoti Djinn|2ED 1 Phantasmal Forces|2ED diff --git a/forge-gui/res/quest/world/shandalar/duels/Lord of Fate 3.dck b/forge-gui/res/quest/world/shandalar/duels/Lord of Fate 3.dck index 93bcbba0e23..3326076ce8a 100644 --- a/forge-gui/res/quest/world/shandalar/duels/Lord of Fate 3.dck +++ b/forge-gui/res/quest/world/shandalar/duels/Lord of Fate 3.dck @@ -14,7 +14,7 @@ Deck Type=constructed 3 Drudge Skeletons|4ED 3 Healing Salve|4ED 3 Holy Strength|4ED -2 Khabal Ghoul|ARN +2 Khabál Ghoul|ARN 2 Ornithopter|4ED 3 Osai Vultures|LEG 3 Pestilence|4ED diff --git a/forge-gui/res/quest/world/shandalar/duels/Mind Stealer 3.dck b/forge-gui/res/quest/world/shandalar/duels/Mind Stealer 3.dck index e89a94f6bd1..f1fe76c94a6 100644 --- a/forge-gui/res/quest/world/shandalar/duels/Mind Stealer 3.dck +++ b/forge-gui/res/quest/world/shandalar/duels/Mind Stealer 3.dck @@ -13,7 +13,7 @@ Deck Type=constructed 2 Fellwar Stone|DRK 4 Hypnotic Specter|4ED 9 Island|4ED -2 Junun Efreet|ARN +2 Junún Efreet|ARN 2 Mana Drain|LEG 1 Mind Twist|LEB 2 Phantasmal Forces|LEB diff --git a/forge-gui/res/quest/world/shandalar/duels/Nether Fiend 1.dck b/forge-gui/res/quest/world/shandalar/duels/Nether Fiend 1.dck index cd31b94361f..79b40401eb7 100644 --- a/forge-gui/res/quest/world/shandalar/duels/Nether Fiend 1.dck +++ b/forge-gui/res/quest/world/shandalar/duels/Nether Fiend 1.dck @@ -12,7 +12,7 @@ Deck Type=constructed 3 Bog Rats|DRK 3 Erg Raiders|ARN 2 Frozen Shade|LEB -2 Junun Efreet|ARN +2 Junún Efreet|ARN 2 Kormus Bell|LEB 4 Lord of the Pit|LEB 4 Mishra's Factory|ATQ diff --git a/forge-gui/res/quest/world/shandalar/duels/Nether Fiend 2.dck b/forge-gui/res/quest/world/shandalar/duels/Nether Fiend 2.dck index d617791da6d..0d82f6aeb54 100644 --- a/forge-gui/res/quest/world/shandalar/duels/Nether Fiend 2.dck +++ b/forge-gui/res/quest/world/shandalar/duels/Nether Fiend 2.dck @@ -10,7 +10,7 @@ Deck Type=constructed 4 Animate Dead|LEB 4 Black Knight|4ED 4 Erg Raiders|ARN -2 Khabal Ghoul|ARN +2 Khabál Ghoul|ARN 4 Lord of the Pit|LEB 4 Mishra's Factory|ATQ 4 Nether Shadow|LEB diff --git a/forge-gui/res/quest/world/shandalar/duels/Sea Dragon 1.dck b/forge-gui/res/quest/world/shandalar/duels/Sea Dragon 1.dck index 8b98b8b7fff..5d079075563 100644 --- a/forge-gui/res/quest/world/shandalar/duels/Sea Dragon 1.dck +++ b/forge-gui/res/quest/world/shandalar/duels/Sea Dragon 1.dck @@ -9,7 +9,7 @@ Deck Type=constructed [main] 3 Counterspell|4ED 4 Creature Bond|LEB -4 Dandan|ARN +4 Dandân|ARN 4 Giant Tortoise|ARN 22 Island|4ED 2 Island Fish Jasconius|ARN diff --git a/forge-gui/res/quest/world/shandalar/duels/Sea Dragon 2.dck b/forge-gui/res/quest/world/shandalar/duels/Sea Dragon 2.dck index 402339a98c1..bd354aa70ea 100644 --- a/forge-gui/res/quest/world/shandalar/duels/Sea Dragon 2.dck +++ b/forge-gui/res/quest/world/shandalar/duels/Sea Dragon 2.dck @@ -9,7 +9,7 @@ Deck Type=constructed [main] 4 Azure Drake|LEG 4 Counterspell|4ED -1 Dandan|ARN +1 Dandân|ARN 4 Giant Tortoise|ARN 26 Island|4ED 2 Island Fish Jasconius|ARN diff --git a/forge-gui/res/quest/world/shandalar/duels/Undead Knight 2.dck b/forge-gui/res/quest/world/shandalar/duels/Undead Knight 2.dck index ce16cb7b69a..a755391b16e 100644 --- a/forge-gui/res/quest/world/shandalar/duels/Undead Knight 2.dck +++ b/forge-gui/res/quest/world/shandalar/duels/Undead Knight 2.dck @@ -10,7 +10,7 @@ Deck Type=constructed 4 Bad Moon|2ED 4 Black Knight|2ED 2 Drudge Skeletons|2ED -3 El-Hajjaj|ARN +3 El-Hajjâj|ARN 2 Fear|LEB 2 Flying Carpet|ARN 2 Frozen Shade|LEB diff --git a/forge-gui/res/quest/world/shandalar/duels/Warlock 2.dck b/forge-gui/res/quest/world/shandalar/duels/Warlock 2.dck index 8502eda46ab..76bce96f3f4 100644 --- a/forge-gui/res/quest/world/shandalar/duels/Warlock 2.dck +++ b/forge-gui/res/quest/world/shandalar/duels/Warlock 2.dck @@ -8,7 +8,7 @@ Description=Black hard-to-block creatures with special abilities. Deck Type=constructed [main] 3 Bad Moon|LEB -4 El-Hajjaj|ARN +4 El-Hajjâj|ARN 4 Fear|LEB 2 Frozen Shade|LEB 4 Hypnotic Specter|2ED diff --git a/forge-gui/src/main/java/forge/player/HumanPlay.java b/forge-gui/src/main/java/forge/player/HumanPlay.java index 4a11fb27e56..a654177ae77 100644 --- a/forge-gui/src/main/java/forge/player/HumanPlay.java +++ b/forge-gui/src/main/java/forge/player/HumanPlay.java @@ -340,7 +340,7 @@ public class HumanPlay { } CardCollection list = CardLists.getValidCards(listView, part.getType().split(";"), p, source, sourceAbility); - if (sameZone) { // Jotun Grunt + if (sameZone) { // Jötun Grunt FCollectionView players = p.getGame().getPlayers(); List payableZone = new ArrayList<>(); for (Player player : players) { diff --git a/forge-gui/tools/DeckConversionTools/mtgdecksnet_convert.py b/forge-gui/tools/DeckConversionTools/mtgdecksnet_convert.py index b721736e7b9..22b738cf125 100755 --- a/forge-gui/tools/DeckConversionTools/mtgdecksnet_convert.py +++ b/forge-gui/tools/DeckConversionTools/mtgdecksnet_convert.py @@ -129,11 +129,11 @@ for root, dirs, files in os.walk(DECKFOLDER): line = line.replace("Nissa, Sage Animist", "Nissa, Vastwood Seer") line = line.replace("Neck Breaker", "Breakneck Rider") line = line.replace("Avacyn, the Purifier", "Archangel Avacyn") - line = line.replace("Dandân", "Dandan") - line = line.replace("Séance", "Seance") - line = line.replace("Jötun Grunt", "Jotun Grunt") + line = line.replace("Dandân", "Dandân") + line = line.replace("Séance", "Séance") + line = line.replace("Jötun Grunt", "Jötun Grunt") line = line.replace("Ifh-Bíff Efreet", "Ifh-Biff Efreet") - line = line.replace("Juzám Djinn", "Juzam Djinn") + line = line.replace("Juzám Djinn", "Juzám Djinn") line = line.replace("\xC3\xB6", "o") line = line.replace("\x97", "-") line = line.replace("\x91", "'") diff --git a/forge-gui/tools/ai_limitedplayable.lst b/forge-gui/tools/ai_limitedplayable.lst index 342ae96ded0..044b833f00f 100644 --- a/forge-gui/tools/ai_limitedplayable.lst +++ b/forge-gui/tools/ai_limitedplayable.lst @@ -523,7 +523,7 @@ Agent of Stromgald Time Elemental Conch Horn Giant Trap Door Spider -Ghazban Ogre +Ghazbán Ogre Phantasmal Terrain Orcish Artillery Rainbow Efreet diff --git a/forge-gui/tools/mtg-data.txt b/forge-gui/tools/mtg-data.txt index a4627360659..67e1f69def0 100644 --- a/forge-gui/tools/mtg-data.txt +++ b/forge-gui/tools/mtg-data.txt @@ -10895,7 +10895,7 @@ Hand +0, life -2 {X}, Sacrifice an artifact with converted mana cost X: Bosh, Iron Golem Avatar deals X damage to target creature or player. VAN S -Bosium Strip +Bösium Strip {3} Artifact {3}, {T}: Until end of turn, if the top card of your graveyard is an instant or sorcery card, you may cast that card. If a card cast this way would be put into a graveyard this turn, exile it instead. @@ -20347,12 +20347,12 @@ Artifact Creature - Spirit Flying (This creature can't be blocked except by creatures with flying or reach.) AN R, 3E R, 4E R, 5E R, 6E R, 9ED U -Dandan +Dandân {U}{U} Creature - Fish 4/1 -Dandan can't attack unless defending player controls an Island. -When you control no Islands, sacrifice Dandan. +Dandân can't attack unless defending player controls an Island. +When you control no Islands, sacrifice Dandân. AN C, CH C, 5E C, TSB S Dangerous Wager @@ -22332,7 +22332,7 @@ Deity of Scars enters the battlefield with two -1/-1 counters on it. {B/G}, Remove a -1/-1 counter from Deity of Scars: Regenerate Deity of Scars. EVE R -Deja Vu +Déjà Vu {2}{U} Sorcery Return target sorcery card from your graveyard to your hand. @@ -27028,7 +27028,7 @@ El-Hajjaj {1}{B}{B} Creature - Human Wizard 1/1 -Whenever El-Hajjaj deals damage, you gain that much life. +Whenever El-Hajjâj deals damage, you gain that much life. AN R, 3E R, 4E R Eladamri @@ -35962,11 +35962,11 @@ Ghave, Guru of Spores enters the battlefield with five +1/+1 counters on it. {1}, Sacrifice a creature: Put a +1/+1 counter on target creature. CMD M -Ghazban Ogre +Ghazbán Ogre {G} Creature - Ogre 2/2 -At the beginning of your upkeep, if a player has more life than each other player, the player with the most life gains control of Ghazban Ogre. +At the beginning of your upkeep, if a player has more life than each other player, the player with the most life gains control of Ghazbán Ogre. AN C, CH C, 5E C, MED C Ghirapur AEther Grid @@ -45146,7 +45146,7 @@ Ifh-Biff Efreet Creature - Efreet 3/3 Flying -{G}: Ifh-Biff Efreet deals 1 damage to each creature with flying and each player. Any player may activate this ability. +{G}: Ifh-Bíff Efreet deals 1 damage to each creature with flying and each player. Any player may activate this ability. AN R, MED R Igneous Golem @@ -48227,19 +48227,19 @@ Jorubai Murk Lurker gets +1/+1 as long as you control a Swamp. {1}{B}: Target creature gains lifelink until end of turn. (Damage dealt by the creature also causes its controller to gain that much life.) M15 U -Jotun Grunt +Jötun Grunt {1}{W} Creature - Giant Soldier 4/4 Cumulative upkeep-Put two cards from a single graveyard on the bottom of their owner's library. (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.) CSP U, CMD U -Jotun Owl Keeper +Jötun Owl Keeper {2}{W} Creature - Giant 3/3 Cumulative upkeep {W} or {U} (At the beginning of your upkeep, put an age counter on this permanent, then sacrifice it unless you pay its upkeep cost for each age counter on it.) -When Jotun Owl Keeper dies, put a 1/1 white Bird creature token with flying onto the battlefield for each age counter on it. +When Jötun Owl Keeper dies, put a 1/1 white Bird creature token with flying onto the battlefield for each age counter on it. CSP U Journey of Discovery @@ -48523,12 +48523,12 @@ Artifact Creatures with power 1 or less don't untap during their controllers' untap steps. IN R -Junun Efreet +Junún Efreet {1}{B}{B} Creature - Efreet 3/3 Flying -At the beginning of your upkeep, sacrifice Junun Efreet unless you pay {B}{B}. +At the beginning of your upkeep, sacrifice Junún Efreet unless you pay {B}{B}. AN R, 4E U, ME4 U Jushi Apprentice @@ -48571,11 +48571,11 @@ Sorcery You and target player exchange control of the creature you each control with the highest converted mana cost. Then exchange control of artifacts the same way. If two or more permanents a player controls are tied for highest cost, their controller chooses one of them. LE R, CH R, 5E R, 6E R, MED U -Juzam Djinn +Juzám Djinn {2}{B}{B} Creature - Djinn 5/5 -At the beginning of your upkeep, Juzam Djinn deals 1 damage to you. +At the beginning of your upkeep, Juzám Djinn deals 1 damage to you. AN R, MED R Jwar Isle Refuge @@ -49756,11 +49756,11 @@ First strike At the beginning of your upkeep, if your opponents control no creatures, Kezzerdrix deals 4 damage to you. TE R, VMA U, TPR R -Khabal Ghoul +Khabál Ghoul {2}{B} Creature - Zombie 1/1 -At the beginning of each end step, put a +1/+1 counter on Khabal Ghoul for each creature that died this turn. +At the beginning of each end step, put a +1/+1 counter on Khabál Ghoul for each creature that died this turn. AN U, MED R Khalni Garden @@ -52707,7 +52707,7 @@ White creatures you control get +0/+1. {R}{W}, Exile Legion's Initiative: Exile all creatures you control. At the beginning of the next combat, return those cards to the battlefield under their owner's control and those creatures gain haste until end of turn. DGM M -Legions of Lim-Dul +Legions of Lim-Dûl {1}{B}{B} Creature - Zombie 2/3 @@ -53639,7 +53639,7 @@ At the beginning of your upkeep, you may put a verse counter on Lilting Refrain. Sacrifice Lilting Refrain: Counter target spell unless its controller pays {X}, where X is the number of verse counters on Lilting Refrain. UZ U -Lim-Dul the Necromancer +Lim-Dûl the Necromancer {5}{B}{B} Legendary Creature - Human Wizard 4/4 @@ -53647,38 +53647,38 @@ Whenever a creature an opponent controls dies, you may pay {1}{B}. If you do, re {1}{B}: Regenerate target Zombie. TSP R -Lim-Dul's Cohort +Lim-Dûl's Cohort {1}{B}{B} Creature - Zombie 2/3 -Whenever Lim-Dul's Cohort blocks or becomes blocked by a creature, that creature can't be regenerated this turn. +Whenever Lim-Dûl's Cohort blocks or becomes blocked by a creature, that creature can't be regenerated this turn. IA C, ME4 C -Lim-Dul's Hex +Lim-Dûl's Hex {1}{B} Enchantment -At the beginning of your upkeep, for each player, Lim-Dul's Hex deals 1 damage to that player unless he or she pays {B} or {3}. +At the beginning of your upkeep, for each player, Lim-Dûl's Hex deals 1 damage to that player unless he or she pays {B} or {3}. IA U -Lim-Dul's High Guard +Lim-Dûl's High Guard {1}{B}{B} Creature - Skeleton 2/1 First strike -{1}{B}: Regenerate Lim-Dul's High Guard. +{1}{B}: Regenerate Lim-Dûl's High Guard. AL C (x2), ME2 U -Lim-Dul's Paladin +Lim-Dûl's Paladin {2}{B}{R} Creature - Human Knight 0/3 Trample -At the beginning of your upkeep, you may discard a card. If you don't, sacrifice Lim-Dul's Paladin and draw a card. -Whenever Lim-Dul's Paladin becomes blocked, it gets +6/+3 until end of turn. -Whenever Lim-Dul's Paladin attacks and isn't blocked, it assigns no combat damage to defending player this turn and that player loses 4 life. +At the beginning of your upkeep, you may discard a card. If you don't, sacrifice Lim-Dûl's Paladin and draw a card. +Whenever Lim-Dûl's Paladin becomes blocked, it gets +6/+3 until end of turn. +Whenever Lim-Dûl's Paladin attacks and isn't blocked, it assigns no combat damage to defending player this turn and that player loses 4 life. AL U -Lim-Dul's Vault +Lim-Dûl's Vault {U}{B} Instant Look at the top five cards of your library. As many times as you choose, you may pay 1 life, put those cards on the bottom of your library in any order, then look at the top five cards of your library. Then shuffle your library and put the last cards you looked at this way on top of it in any order. @@ -56843,12 +56843,12 @@ Enchantment At the beginning of your upkeep, detain target creature an opponent controls. (Until your next turn, that creature can't attack or block and its activated abilities can't be activated.) RTR R -Marton Stromgald +Márton Stromgald {2}{R}{R} Legendary Creature - Human Knight 1/1 -Whenever Marton Stromgald attacks, other attacking creatures get +1/+1 until end of turn for each attacking creature other than Marton Stromgald. -Whenever Marton Stromgald blocks, other blocking creatures get +1/+1 until end of turn for each blocking creature other than Marton Stromgald. +Whenever Márton Stromgald attacks, other attacking creatures get +1/+1 until end of turn for each attacking creature other than Márton Stromgald. +Whenever Márton Stromgald blocks, other blocking creatures get +1/+1 until end of turn for each blocking creature other than Márton Stromgald. IA R, MED R Martyr of Ashes @@ -64703,10 +64703,10 @@ Enchantment At the beginning of each player's upkeep, that player chooses target player who controls more lands than he or she does and is his or her opponent. The first player may search his or her library for a basic land card, put that card onto the battlefield, then shuffle his or her library. EX R -Oath of Lim-Dul +Oath of Lim-Dûl {3}{B} Enchantment -Whenever you lose life, for each 1 life you lost, sacrifice a permanent other than Oath of Lim-Dul unless you discard a card. (Damage dealt to you causes you to lose life.) +Whenever you lose life, for each 1 life you lost, sacrifice a permanent other than Oath of Lim-Dûl unless you discard a card. (Damage dealt to you causes you to lose life.) {B}{B}: Draw a card. IA R @@ -76476,10 +76476,10 @@ At the beginning of your upkeep, put a +1/+1 counter on equipped creature if it' Equip {1} ({1}: Attach to target creature you control. Equip only as a sorcery.) M13 U -Ring of Ma'ruf +Ring of Ma'rûf {5} Artifact -{5}, {T}, Exile Ring of Ma'ruf: The next time you would draw a card this turn, instead choose a card you own from outside the game and put it into your hand. +{5}, {T}, Exile Ring of Ma'rûf: The next time you would draw a card this turn, instead choose a card you own from outside the game and put it into your hand. AN R, MED R Ring of Renewal @@ -81145,7 +81145,7 @@ Sealock Monster can't attack unless defending player controls an Island. When Sealock Monster becomes monstrous, target land becomes an Island in addition to its other types. THS U, DDO U -Seance +Séance {2}{W}{W} Enchantment At the beginning of each upkeep, you may exile target creature card from your graveyard. If you do, put a token onto the battlefield that's a copy of that card except it's a Spirit in addition to its other types. Exile it at the beginning of the next end step.