mtgjson / mtgjson-website

MTGJSON Documentation Front-End Application built with VitePress
https://mtgjson.com
MIT License
36 stars 24 forks source link

text and originalText is currently broken in HOU.json (probably all json files but didn't check) #614

Closed bit-pax closed 10 months ago

bit-pax commented 10 months ago

Steps to reproduce

I just downloaded and was looking through the HOU json data and noticed.

What is expected?

A lot of cards text and originalText is currently broken.

For example, the card "Angel of the God-Pharaoh" has a card text of:

"Flying..."

when it should be

"Flying
Cycling 2 (2, Discard this card: Draw a card.)"

What is actually happening?

Additional context