the-fab-cube / flesh-and-blood-cards

Open source JSON/CSV representations of the cards for the Flesh and Blood TCG
99 stars 34 forks source link

Added support for expansion slot #424

Closed AlphSpirit closed 1 month ago

AlphSpirit commented 2 months ago

Added a column in the card printings csv files called Expansion Slot which contains whether the card printing is an expansion slot card ("Yes") or not (""). This field is then mapped to the required field expansion_slot in the JSON data.

Closes #385