Kamalisk / arkhamdb-json-data

JSON formatted data for the ArkhamDB deckbuilder
98 stars 145 forks source link

[Carcosa] Bad Image for The Organist #1400

Open sbernard31 opened 3 months ago

sbernard31 commented 3 months ago

I'm not sure this is the right way to report that but at https://fr.arkhamdb.com/card/03221b

There is an image issue.

A comment explains it well :

both cards versions depicted above are the same. One should be replaced with a proper one (Hopeless I defied him -> Draped in Mistery)

The first card image should be :

Draped in Mistery

(source : https://www.cardgamedb.com/index.php/arkhamhorror/arkham-horror-the-card-game/_/the-path-to-carcosa-cycle/a-phantom-of-truth/the-organist-r806)

fspoettel commented 3 months ago

As far as I can tell, this happens because the backside of the card (indicated by the b suffix) is the main entry for these instead of the front, which is marked as hidden.

There's a few more cards that have a similar issue:

I'll try and raise a PR that fixes this when I have some spare time to verify the changes in my local arkhamdb instance.

fspoettel commented 1 month ago

The issue with the other cards turned to be unrelated: https://github.com/Kamalisk/arkhamdb-json-data/pull/1412

However, the cards have the same problem now - front and back have identical images. This needs to be fixed in the image data, nothing we can do about it on the json data level.