List of Foil Cards: Difference between revisions

From LOTR-TCG Wiki
(Created page with "Here is a list of every foil card (in English), or a placeholder if the card is missing. __TOC__ == Promotional == {{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L...")
 
No edit summary
Line 1: Line 1:
Here is a list of every foil card (in English), or a placeholder if the card is missing.
First, a few words about how best to capture a foil image:


__TOC__
== Foil Background ==


== Promotional ==
The foil effect on cards actually comes from the paper, which has a shiny layer added to it. Decipher produced foil images that pop by printing foil-obscuring ink on the card so that only parts of the image would shine with the rainbow effect. This was done by producing a black-and-white mask for each foil image that looked like this:
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '0'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== The Fellowship of the Ring ==
[[File:foil-mask.jpg|thumb|none|This is actually from the Star Trek CCG, but the same method applies.]]
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '1'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Mines of Moria ==
The black indicates where there would be no foil, and the white indicates which parts will have both the printed color and the rainbow diffraction foil effect.
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '2'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Realms of the Elf-lords ==
As you can see, this is an image with sharp edges and a defined shape. From a certain point of view, the purpose of documenting foil images is to determine what the original shape of the foil mask was, so that the effect can be recreated digitally in future projects (the historical preservation is a well-received bonus, however!)
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '3'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== The Two Towers ==
== Standards of Foil Images ==
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '4'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Battle of Helm's Deep ==
We would rather have a sub-optimal foil image than no image at all, but that's no reason to purposefully accept poor images if it can be avoided. Foil images should try as much as possible to do the following:
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '5'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Ents of Fangorn ==
* Include the foil image of the entire portrait
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
* Display the entire sharp border between foil and non-foil
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
* Shift the color around to make it distinct from the normal portrait colors
|fields= CR.ImageFilename=ImageFile
** This means get a color other than green for Wraiths, and other than red for fire
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
* Be in-focus and non-blurry
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '6'
* If possible, include foiled icons and other foil elements of the card (but only if the portrait is also fully covered!  That takes priority)
|order by=C.SetNum, C.CardNum, CR.Revision
* Provide an image that is as high resolution as possible
|named args= yes
** This also means trying to fill the entire photo space with a card, if possible. There's little use for 100,000 pixels if only 10,000 of them are the card.
|format=template
* If your cards are sleeved, make sure they're invisible and don't show up in the image!  There's little use for a foil image that has wavy white bands of light crisscrossing the important part of the image.
|template=CardListRow
|limit=400
}}


== The Return of the King ==
Notably, while foil images should try to be straight-on, there is much less of a problem with skewed images than there is blurry, low resolution, or incompletely foiled images. If you have to get it from the side, then get it from the side!
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '7'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Siege of Gondor ==
[[File:askew_foil_example.jpg|thumb|none|500px|So long as the foiling is well-captured, it doesn't matter if its askew...]] [[File:LOTR-EN01F363.0_card.jpg|thumb|none|500px|...we can correct the perspective no problem!]]
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '8'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Reflections ==
When taking photos of foil cards, act as if we are attempting to document the exact foil coverage of the portrait so that it can be recreated digitally. See the following examples for excellent foil images that capture 90+% of the portrait and can easily be recreated digitally:
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '9'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Mount Doom ==
[[File:LOTR-EN01F233.0_card.jpg|x500px]] [[File:LOTR-EN01F236.0_card.jpg|x500px]] [[File:LOTR-EN01F127.0_card.jpg|x500px]]
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '10'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Shadows ==
Notice how each of these are so sharp and crisp that recreating the black-and-white foil mask would be as easy as tracing the shape out!  This is the goal for each of our foil images.
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '11'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Black Rider ==
You may find it easier to capture good foil photos if you use a flashlight, and you may also have better luck if you shoot in low-light conditions. Experiment to see what works best for you!
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '12'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Bloodlines ==
== Common Failure States to Avoid ==
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '13'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Expanded Middle-earth ==
These are examples of foil images which are '''not''' suitable for submission to the wiki--there comes a point where it is better to not lie to ourselves and just keep the "not found" placeholder:
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '14'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== The Hunters ==
<div><ul>
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
<li style="display: inline-block;"> [[File:bad-foil-example1.jpg|thumb|none|x500px|Here, the foiling is evident in the culture icon but almost nowhere else. You can hardly tell that this ''is'' a foil card.]] </li>
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
<li style="display: inline-block;"> [[File:bad-foil-example2.jpg|thumb|none|x300px|The foiling here is ''okay'', but the image itself is cut off, and what's more there's a thumb in the way.  The amount of work required to photoshop this into usability probably pales compared to simply taking another photo.]]  </li>
|fields= CR.ImageFilename=ImageFile
<li style="display: inline-block;"> [[File:bad-foil-example3.jpg|thumb|none|x500px|The foiling here is very slight--if you look closely, you can see how the background is ''probably'' foiled, but it's more of a guessing game than anything.]]  </li>
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
<li style="display: inline-block;"> [[File:bad-foil-example4.jpg|thumb|none|x500px|Here we can see the colorful foil effect on much of the image, but we would be at a loss to recreate it. There are no sharp borders at play showing the foil/nonfoil border, and where it goes on the right and left are a mystery. We can make guesses, but it's better to have ''proof''.]] </li>
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '15'
<li style="display: inline-block;"> [[File:bad-foil-example5.jpg|thumb|none|Has there ever been a better capture of the foil effect at a lower resolution?? This photo would have been one for the ages, except it's the size of a postage-stamp.  If you can't read the text, it's probably far too small.]] </li>
|order by=C.SetNum, C.CardNum, CR.Revision
</ul></div>
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== The Wraith Collection ==
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '16'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Rise of Saruman ==
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '17'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Treachery & Deceit ==
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
|fields= CR.ImageFilename=ImageFile
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '18'
|order by=C.SetNum, C.CardNum, CR.Revision
|named args= yes
|format=template
|template=CardListRow
|limit=400
}}


== Age's End ==
 
{{#cargo_query:tables=Cards=C,CardReleases=CR,Languages=L
 
|join on=C.ID = CR.BaseCardID,CR.LanguageCode=L.Code
 
|fields= CR.ImageFilename=ImageFile
 
,REPLACE(REPLACE(C._pageName, '/Data', ''), 'Data:', '')=PageTitle
 
|where=L.Code='EN' AND CR.Subset = 'F' AND C.SetNum = '19'
== List of Existing Foil Cards ==
|order by=C.SetNum, C.CardNum, CR.Revision
 
|named args= yes
The full list of foils is too large for a single page, so each set has its own page to display what does and doesn't exist foil-wise.  These pages only show English foils, as (with few exceptions), they can later be reconstituted from the English foils, if the images are sufficiently high quality.
|format=template
 
|template=CardListRow
These pages will be loading hundreds of images apiece, so be warned if your bandwidth is low.
|limit=400
 
}}
* [[List of Foil Cards/Promotional]]
* [[List of Foil Cards/The Fellowship of the Ring]]
* [[List of Foil Cards/Mines of Moria]]
* [[List of Foil Cards/Realms of the Elf-lords]]
* [[List of Foil Cards/The Two Towers]]
* [[List of Foil Cards/Battle of Helm's Deep]]
* [[List of Foil Cards/Ents of Fangorn]]
* [[List of Foil Cards/The Return of the King]]
* [[List of Foil Cards/Siege of Gondor]]
* [[List of Foil Cards/Reflections]]
* [[List of Foil Cards/Mount Doom]]
* [[List of Foil Cards/Shadows]]
* [[List of Foil Cards/Black Rider]]
* [[List of Foil Cards/Bloodlines]]
* [[List of Foil Cards/Expanded Middle-earth]]
* [[List of Foil Cards/The Hunters]]
* [[List of Foil Cards/Rise of Saruman]]
* [[List of Foil Cards/Treachery & Deceit]]
* [[List of Foil Cards/Age's End]]

Revision as of 03:26, 2 March 2022

First, a few words about how best to capture a foil image:

Foil Background

The foil effect on cards actually comes from the paper, which has a shiny layer added to it. Decipher produced foil images that pop by printing foil-obscuring ink on the card so that only parts of the image would shine with the rainbow effect. This was done by producing a black-and-white mask for each foil image that looked like this:

This is actually from the Star Trek CCG, but the same method applies.

The black indicates where there would be no foil, and the white indicates which parts will have both the printed color and the rainbow diffraction foil effect.

As you can see, this is an image with sharp edges and a defined shape. From a certain point of view, the purpose of documenting foil images is to determine what the original shape of the foil mask was, so that the effect can be recreated digitally in future projects (the historical preservation is a well-received bonus, however!)

Standards of Foil Images

We would rather have a sub-optimal foil image than no image at all, but that's no reason to purposefully accept poor images if it can be avoided. Foil images should try as much as possible to do the following:

  • Include the foil image of the entire portrait
  • Display the entire sharp border between foil and non-foil
  • Shift the color around to make it distinct from the normal portrait colors
    • This means get a color other than green for Wraiths, and other than red for fire
  • Be in-focus and non-blurry
  • If possible, include foiled icons and other foil elements of the card (but only if the portrait is also fully covered! That takes priority)
  • Provide an image that is as high resolution as possible
    • This also means trying to fill the entire photo space with a card, if possible. There's little use for 100,000 pixels if only 10,000 of them are the card.
  • If your cards are sleeved, make sure they're invisible and don't show up in the image! There's little use for a foil image that has wavy white bands of light crisscrossing the important part of the image.

Notably, while foil images should try to be straight-on, there is much less of a problem with skewed images than there is blurry, low resolution, or incompletely foiled images. If you have to get it from the side, then get it from the side!

So long as the foiling is well-captured, it doesn't matter if its askew...
...we can correct the perspective no problem!

When taking photos of foil cards, act as if we are attempting to document the exact foil coverage of the portrait so that it can be recreated digitally. See the following examples for excellent foil images that capture 90+% of the portrait and can easily be recreated digitally:

Notice how each of these are so sharp and crisp that recreating the black-and-white foil mask would be as easy as tracing the shape out! This is the goal for each of our foil images.

You may find it easier to capture good foil photos if you use a flashlight, and you may also have better luck if you shoot in low-light conditions. Experiment to see what works best for you!

Common Failure States to Avoid

These are examples of foil images which are not suitable for submission to the wiki--there comes a point where it is better to not lie to ourselves and just keep the "not found" placeholder:

  • Here, the foiling is evident in the culture icon but almost nowhere else. You can hardly tell that this is a foil card.
  • The foiling here is okay, but the image itself is cut off, and what's more there's a thumb in the way. The amount of work required to photoshop this into usability probably pales compared to simply taking another photo.
  • The foiling here is very slight--if you look closely, you can see how the background is probably foiled, but it's more of a guessing game than anything.
  • Here we can see the colorful foil effect on much of the image, but we would be at a loss to recreate it. There are no sharp borders at play showing the foil/nonfoil border, and where it goes on the right and left are a mystery. We can make guesses, but it's better to have proof.
  • Has there ever been a better capture of the foil effect at a lower resolution?? This photo would have been one for the ages, except it's the size of a postage-stamp. If you can't read the text, it's probably far too small.





List of Existing Foil Cards

The full list of foils is too large for a single page, so each set has its own page to display what does and doesn't exist foil-wise. These pages only show English foils, as (with few exceptions), they can later be reconstituted from the English foils, if the images are sufficiently high quality.

These pages will be loading hundreds of images apiece, so be warned if your bandwidth is low.