Fixing missing/obsolete PC errata image definitions

This commit is contained in:
Christian 'ketura' McCarty
2024-12-08 17:01:51 -06:00
parent 9528afcffc
commit 9b81a00818
2 changed files with 56 additions and 57 deletions

View File

@@ -611,12 +611,7 @@ var PCCards = {
'10_127' : 'https://i.lotrtcgpc.net/promos/LOTR-EN10U025.0_card.jpg',
//Arwen, Queen of Elves and Men FA
'10_128' : 'https://i.lotrtcgpc.net/promos/LOTR-EN10U006.0_card.jpg',
//Maps
'100_2' : 'https://i.lotrtcgpc.net/sets/vset0/LOTR-ENV0S002.0_card.jpg',
'100_3' : 'https://i.lotrtcgpc.net/sets/vset0/LOTR-ENV0S003.0_card.jpg',
'100_4' : 'https://i.lotrtcgpc.net/sets/vset0/LOTR-ENV0S004.0_card.jpg',
//April 2024 Weekend League
//Troop of Uruk-hai FA
@@ -871,7 +866,8 @@ var PCCards = {
'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',
//Why Shouldn't I Keep It, entirely reverted
//'53_105' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E105.2_card.jpg',
//2024 World Championship promos
//Unbranded - Do not release until 2025 WC has concluded.
@@ -944,7 +940,10 @@ var PCCards = {
'54_276' : 'https://i.lotrtcgpc.net/errata/LOTR-EN04E276.2_card.jpg',
// Boromir, Redeemed (V1 20) [Errata]
'101_20' : 'https://i.lotrtcgpc.net/sets/vset1/LOTR-ENV1E020.1_card.jpg'
// Southron Archer (4R245)
'4_245' : 'https://i.lotrtcgpc.net/errata/LOTR-EN04E245.1_card.jpg',
// The Number Must Be Few (1U260)
'1_260' : 'https://i.lotrtcgpc.net/errata/LOTR-EN01E260.1_card.jpg',
}

View File

@@ -890,53 +890,53 @@
# }
# }
# }
53_105: {
cardInfo: {
//id: 3_105.2
parent: 3_105
variant: ERRATA
variantPath: promos/pc
revision: 2
image: errata/LOTR-EN03E105.2_card.jpg
collInfo: 3R105
rarity: R
}
title: Why Shouldn't I Keep It?
unique: false
side: Shadow
culture: Sauron
twilight: 0
type: event
timeword: maneuver
effects: {
type: event
requires: {
type: canSpot
filter: culture(sauron),minion
}
effect: {
type: preventable
text: Would you like to discard 2 FP conditions to prevent discarding Bilbo?
player: fp
cost: {
type: discard
select: choose(side(free),condition)
count: 2
}
effect: {
type: discard
select: choose(name(Bilbo))
}
}
}
gametext: Spot a [sauron] minion to discard Bilbo. The Free Peoples player may discard 2 Free Peoples conditions to prevent this.
lore: ""
promotext: ""
alts: {
promos: {
}
errata: {
}
}
}
# 53_105: {
# cardInfo: {
# //id: 3_105.2
# parent: 3_105
# variant: ERRATA
# variantPath: promos/pc
# revision: 2
# image: errata/LOTR-EN03E105.2_card.jpg
# collInfo: 3R105
# rarity: R
# }
# title: Why Shouldn't I Keep It?
# unique: false
# side: Shadow
# culture: Sauron
# twilight: 0
# type: event
# timeword: maneuver
# effects: {
# type: event
# requires: {
# type: canSpot
# filter: culture(sauron),minion
# }
# effect: {
# type: preventable
# text: Would you like to discard 2 FP conditions to prevent discarding Bilbo?
# player: fp
# cost: {
# type: discard
# select: choose(side(free),condition)
# count: 2
# }
# effect: {
# type: discard
# select: choose(name(Bilbo))
# }
# }
# }
# gametext: Spot a [sauron] minion to discard Bilbo. The Free Peoples player may discard 2 Free Peoples conditions to prevent this.
# lore: ""
# promotext: ""
# alts: {
# promos: {
# }
# errata: {
# }
# }
# }
}