Fixing latest errata batch pointing to old images

This commit is contained in:
Christian 'ketura' McCarty
2024-09-15 00:41:59 -05:00
parent 4577d31861
commit 703b9796f9

View File

@@ -562,25 +562,25 @@ var PCCards = {
// Strength of Kings (1R115) [Errata] // Strength of Kings (1R115) [Errata]
'51_115' : 'https://i.lotrtcgpc.net/errata/LOTR-EN01E115.1_card.jpg', '51_115' : 'https://i.lotrtcgpc.net/errata/LOTR-EN01E115.1_card.jpg',
// Goblin Patrol Troop (1C177) [Errata] // Goblin Patrol Troop (1C177) [Errata]
'51_177' : 'https://i.lotrtcgpc.net/errata/LOTR-EN01E177.1_card.jpg', //'51_177' : 'https://i.lotrtcgpc.net/errata/LOTR-EN01E177.1_card.jpg',
// Secret Sentinels (2R20) [Errata] // Secret Sentinels (2R20) [Errata]
'52_20' : 'https://i.lotrtcgpc.net/errata/LOTR-EN02E020.1_card.jpg', '52_20' : 'https://i.lotrtcgpc.net/errata/LOTR-EN02E020.1_card.jpg',
// Helpless (2U76) [Errata] // Helpless (2U76) [Errata]
'52_76' : 'https://i.lotrtcgpc.net/errata/LOTR-EN02E076.1_card.jpg', //'52_76' : 'https://i.lotrtcgpc.net/errata/LOTR-EN02E076.1_card.jpg',
// Elrond, Herald to Gil-galad (3R13) [Errata] // Elrond, Herald to Gil-galad (3R13) [Errata]
'53_13' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E013.1_card.jpg', '53_13' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E013.1_card.jpg',
// Phial of Galadriel (3U24) [Errata] // Phial of Galadriel (3U24) [Errata]
'53_24' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E024.1_card.jpg', '53_24' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E024.1_card.jpg',
// Can You Protect Me From Yourself? (3R50) [Errata] // Can You Protect Me From Yourself? (3R50) [Errata]
'53_50' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E050.1_card.jpg', //'53_50' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E050.1_card.jpg',
// Such a Little Thing (3R80) [Errata] // Such a Little Thing (3R80) [Errata]
'53_80' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E080.1_card.jpg', //'53_80' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E080.1_card.jpg',
// Too Great and Terrible (3R85) [Errata] // Too Great and Terrible (3R85) [Errata]
'53_85' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E085.1_card.jpg', //'53_85' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E085.1_card.jpg',
// Terrible as the Dawn (3R103) [Errata] // Terrible as the Dawn (3R103) [Errata]
'53_103' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E103.2_card.jpg', //'53_103' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E103.2_card.jpg',
// Why Shouldn't I Keep It? (3R105) [Errata] // Why Shouldn't I Keep It? (3R105) [Errata]
'53_105' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E105.1_card.jpg', //'53_105' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E105.1_card.jpg',
// Forearmed (6U16) [Errata] // Forearmed (6U16) [Errata]
'56_16' : 'https://i.lotrtcgpc.net/errata/LOTR-EN06E016.1_card.jpg', '56_16' : 'https://i.lotrtcgpc.net/errata/LOTR-EN06E016.1_card.jpg',
// Gimli, Bearer of Grudges (9R+4) [Errata] // Gimli, Bearer of Grudges (9R+4) [Errata]
@@ -650,6 +650,15 @@ var PCCards = {
//September 2024 Walk-on Qualifiers //September 2024 Walk-on Qualifiers
//Legolas, Greenleaf FA //Legolas, Greenleaf FA
'1_391': 'https://i.lotrtcgpc.net/promos/LOTR-EN01U050.0_card.jpg' '1_391': 'https://i.lotrtcgpc.net/promos/LOTR-EN01U050.0_card.jpg',
//September 2024 Post-FC Errata
'51_177' : 'https://i.lotrtcgpc.net/errata/LOTR-EN01E177.2_card.jpg',
'52_76' : 'https://i.lotrtcgpc.net/errata/LOTR-EN02E076.2_card.jpg',
'53_50' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E050.2_card.jpg',
'53_80' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E080.2_card.jpg',
'53_85' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E085.2_card.jpg',
'53_103' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E103.3_card.jpg',
'53_105' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E105.2_card.jpg'
} }