thomastuts / hearthstone-api

0 stars 0 forks source link

Card parsing should be expanded to include more metadata #9

Open thomastuts opened 10 years ago

thomastuts commented 10 years ago

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:

"cardTextInHand": {
  "enUS": "<b>Taunt</b>.<b>Divine Shield</b>"
}