taw / magic-search-engine

Search engine for Magic cards
MIT License
47 stars 19 forks source link

Missing set jumpstart packs for ONE and MOM #216

Closed axxroytovu closed 1 year ago

axxroytovu commented 1 year ago

I can add these, but I don't know what your sorting methodology is for the decks.json file is.

taw commented 1 year ago

Fo precons:

Example of correct file: https://github.com/taw/magic-preconstructed-decks/blob/master/data/jumpstart-19/bro/Infantry%201.txt (generated by url2txt with just manual correction for that random card and release date)

I always put release date in the files, but it only really matters if it's different from set release date. By default it will set it to whatever mtgjson says set was released. It matters for some precons that get released a month after their set. For precon sets it's always identical.

Do you want to give it a go? If not, I can do this real quick.

axxroytovu commented 1 year ago

Should be complete with https://github.com/taw/magic-preconstructed-decks/pull/32