It appears the service from which you obtain card images (and gold animated gifs) doesn't work for the latest expansion, but the heartstonejson art api (listed as alternate here
|
// alternate: `http://art.hearthstonejson.com/v1/render/latest/enUS/512x/${this.id}.png` |
) does work.
For example "Hakkar, the Soulflayer" -- compare:
http://media.services.zam.com/v1/media/byName/hs/cards/enus/TRL_541.png
and
https://art.hearthstonejson.com/v1/render/latest/enUS/512x/TRL_541.png
It appears the service from which you obtain card images (and gold animated gifs) doesn't work for the latest expansion, but the heartstonejson art api (listed as alternate here
stonebot/src/models/card.ts
Line 108 in 6480794
For example "Hakkar, the Soulflayer" -- compare:
http://media.services.zam.com/v1/media/byName/hs/cards/enus/TRL_541.png
and
https://art.hearthstonejson.com/v1/render/latest/enUS/512x/TRL_541.png