Fixing new errata missing images
This commit is contained in:
@@ -605,7 +605,13 @@ var PCCards = {
|
|||||||
// Cavern Entrance (4U355) [Errata] [Playtest]
|
// Cavern Entrance (4U355) [Errata] [Playtest]
|
||||||
'74_355' : 'https://i.lotrtcgpc.net/errata/LOTR-EN04E355.1_card.jpg',
|
'74_355' : 'https://i.lotrtcgpc.net/errata/LOTR-EN04E355.1_card.jpg',
|
||||||
// Cavern Entrance (11S232) [Errata] [Playtest]
|
// Cavern Entrance (11S232) [Errata] [Playtest]
|
||||||
'81_232' : 'https://i.lotrtcgpc.net/errata/LOTR-EN11E232.2_card.jpg'
|
'81_232' : 'https://i.lotrtcgpc.net/errata/LOTR-EN11E232.2_card.jpg',
|
||||||
|
// Savagery to Match\Their Numbers (1R139) [Errata] [Playtest]
|
||||||
|
'71_139' : 'https://i.lotrtcgpc.net/errata/LOTR-EN01E139.2_card.jpg',
|
||||||
|
// Gondor Bowmen (3R41) [Errata] [Playtest]
|
||||||
|
'73_41' : 'https://i.lotrtcgpc.net/errata/LOTR-EN03E041.1_card.jpg',
|
||||||
|
// Shadowfax, Greatest of the Mearas (17R24) [Errata] [Playtest]
|
||||||
|
'87_24' : 'https://i.lotrtcgpc.net/errata/LOTR-EN17E024.1_card.jpg'
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
71_139: {
|
71_139: {
|
||||||
cardInfo: {
|
cardInfo: {
|
||||||
//Either a full URL, or a subpath for the PC image server
|
//Either a full URL, or a subpath for the PC image server
|
||||||
imagePath: errata/LOTR-EN01E139.2.jpg
|
imagePath: errata/LOTR-EN01E139.3.jpg
|
||||||
//If this is true, then all gameplay-related info outside this cardInfo definition
|
//If this is true, then all gameplay-related info outside this cardInfo definition
|
||||||
// will be ignored and the java class loaded instead.
|
// will be ignored and the java class loaded instead.
|
||||||
javaClass: false
|
javaClass: false
|
||||||
|
|||||||
Reference in New Issue
Block a user