Open thomastuts opened 10 years ago
We could parse the card's cardTextInHand property for effects that a minion has, e.g. Divine Shield, Taunt, Battlecry, ... Looks like they're quite easy to extract since they are always formatted in the same way with escaped HTML entities:
cardTextInHand
"cardTextInHand": { "enUS": "<b>Taunt</b>.<b>Divine Shield</b>" }
Effects
We could parse the card's
cardTextInHand
property for effects that a minion has, e.g. Divine Shield, Taunt, Battlecry, ... Looks like they're quite easy to extract since they are always formatted in the same way with escaped HTML entities: