forge icon indicating copy to clipboard operation
forge copied to clipboard

Update draftable edition sections

Open Ayora29 opened this issue 4 months ago • 0 comments

  • FileSection.java : Use a LinkedHashMap to parse edition section, preserving section order and improve performance.
  • CardEdition.java : Increment art index when multiple cards with the same name are in the same sheet. Add new section names, remove irrelevant ones.
  • Edition txt files of draftable sets : update "sections" and "Booster=" parts to better reflect reallity (cf scryfall and mtg.fandom.com) and reduce amount of unecessary additionnal sections/sheets.
  • printsheets.txt : remove unecessary or dead sections
  • No card addition, no card remove, no cards in different order compared to before (exept some basic lands)
  • I have tested drafts for all editions that I have modified

Ayora29 avatar Oct 11 '24 11:10 Ayora29