mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-14 01:38:13 +00:00
Merge pull request #3252 from paulsnoops/ltr_update
Edition updates: LTR, LTC
This commit is contained in:
@@ -1958,11 +1958,11 @@ public class CardDbCardMockTestCase extends CardMockTestCase {
|
||||
assertEquals(loyalUnicorn, legacyLoyalUnicorn);
|
||||
|
||||
// Selfless Squire: Available in Forge in COMMANDER 2021; Treasure Chest;
|
||||
// COMMANDER 2016
|
||||
// COMMANDER 2016; The Lord of the Rings: Tales of Middle-earth Commander
|
||||
String cnSelflessSquire = "Selfless Squire";
|
||||
PaperCard selflessSquire = this.cardDb.getCard(cnSelflessSquire);
|
||||
assertNotNull(selflessSquire);
|
||||
assertEquals(selflessSquire.getEdition(), "C21"); // Commander 2021
|
||||
assertEquals(selflessSquire.getEdition(), "LTC"); // The Lord of the Rings: Tales of Middle-earth Commander
|
||||
|
||||
PaperCard legacySelflessSquire = this.legacyCardDb.getCardFromEdition(cnSelflessSquire,
|
||||
LegacyCardDb.LegacySetPreference.Latest);
|
||||
@@ -2003,10 +2003,10 @@ public class CardDbCardMockTestCase extends CardMockTestCase {
|
||||
assertEquals(loyalUnicorn, legacyLoyalUnicorn);
|
||||
|
||||
// Selfless Squire: Available in Forge in COMMANDER 2021; Treasure Chest;
|
||||
// COMMANDER 2016
|
||||
// COMMANDER 2016; The Lord of the Rings: Tales of Middle-earth Commander
|
||||
selflessSquire = this.cardDb.getCard(cnSelflessSquire);
|
||||
assertNotNull(selflessSquire);
|
||||
assertEquals(selflessSquire.getEdition(), "C21");
|
||||
assertEquals(selflessSquire.getEdition(), "LTC");
|
||||
|
||||
legacySelflessSquire = this.legacyCardDb.getCardFromEdition(cnSelflessSquire,
|
||||
LegacyCardDb.LegacySetPreference.LatestCoreExp);
|
||||
|
||||
@@ -181,7 +181,10 @@ ScryfallCode=LTC
|
||||
173 R Mentor of the Meek @Wei Guan
|
||||
174 U Palace Jailer @Brian Valeza
|
||||
175 U Path to Exile @Torgeir Fjereide
|
||||
176 R Selfless Squire @Kim Sokol
|
||||
177 U Sunset Revelry @Viko Menezes
|
||||
178 U Swords to Plowshares @Christina Kraus
|
||||
179 R Unbreakable Formation @Ben Wootten
|
||||
180 R Verge Rangers @Miguel Mercado
|
||||
181 C Village Bell-Ringer @Brian Valeza
|
||||
182 R Visions of Glory @Justyna Dura
|
||||
|
||||
@@ -52,7 +52,7 @@ ScryfallCode=LTR
|
||||
43 C Birthday Escape @David Álvarez
|
||||
44 R Borne Upon a Wind @Alexander Mokhov
|
||||
45 C Captain of Umbar @Wei Guan
|
||||
46 U Council's Deliberation @
|
||||
46 U Council's Deliberation @Viko Menezes
|
||||
47 C Deceive the Messenger @Tomas Duchek
|
||||
48 C Dreadful as the Storm @Daniel Correia
|
||||
49 U Elrond, Lord of Rivendell @Ryan Yee
|
||||
@@ -227,7 +227,7 @@ ScryfallCode=LTR
|
||||
218 R Pippin, Guard of the Citadel @Bartłomiej Gaweł
|
||||
219 U Prince Imrahil the Fair @Justyna Dura
|
||||
220 U Ringsight @Campbell White
|
||||
221 U Rise of the Witch-king @
|
||||
221 U Rise of the Witch-king @Andrea Piparo
|
||||
222 R Samwise Gamgee @Ekaterina Burmak
|
||||
223 M Saruman of Many Colors @Alexander Mokhov
|
||||
224 M Sauron, the Dark Lord @Kieran Yanner
|
||||
@@ -306,7 +306,7 @@ ScryfallCode=LTR
|
||||
297 R The Balrog, Flame of Udun @John Tedrick
|
||||
298 R Bilbo's Ring @Randy Gallegos
|
||||
299 M Gandalf the White @Leonardo Borazio
|
||||
300 M Saruman of Many Colors @
|
||||
300 M Saruman of Many Colors @Wonchun Choi
|
||||
302 R Boromir, Warden of the Tower @Anato Finnstark
|
||||
303 U Faramir, Field Commander @Dominik Mayer
|
||||
304 R Frodo, Sauron's Bane @Andreas Rocha
|
||||
@@ -332,10 +332,10 @@ ScryfallCode=LTR
|
||||
324 U Legolas, Counter of Kills @Anato Finnstark
|
||||
325 R Merry, Esquire of Rohan @Dominik Mayer
|
||||
326 R Pippin, Guard of the Citadel @Anato Finnstark
|
||||
327 R Samwise Gamgee @
|
||||
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
|
||||
330 R Smeagol, Helpful Guide @Andreas Rocha
|
||||
331 M Tom Bombadil @Marko Manev
|
||||
332 U Nazgul @Wonchun Choi
|
||||
333 U Nazgul @Chris Cold
|
||||
@@ -458,7 +458,7 @@ ScryfallCode=LTR
|
||||
450 U Gollum, Patient Plotter @Marta Nael
|
||||
451 M The One Ring @Marta Nael
|
||||
649 U Denethor, Ruling Steward @Campbell White
|
||||
753 R Mines of Moria @
|
||||
753 R Mines of Moria @Lucas Terryn
|
||||
760 R Forge Anew @Craig J Spearing
|
||||
763 R Press the Enemy @
|
||||
764 R Rangers of Ithilien @Torgeir Fjereide
|
||||
|
||||
Reference in New Issue
Block a user