Code Monkey home page Code Monkey logo

Comments (4)

taw avatar taw commented on August 13, 2024

For 19+random Jumpstarts, I'm currently using human-readable annotations like this.

Technically this could be modelled as dmu-jumpstart.yaml with 20 variants, each with 19 unique sheets, but I don't know if this is a good way to present this data.

For other booster types, could you remind me what they are?

from magic-search-engine.

axxroytovu avatar axxroytovu commented on August 13, 2024

The way I was going to handle jumpstart boosters was to have a separate (as an example) "Arcane Mystic Sealed Booster" object, which contains the dmu/Arcane Myschief.txt deck and a dmu-blue-rare-mythic.yaml "pack", since both decks and boosters are stored in the same format for my uses.

from magic-search-engine.

taw avatar taw commented on August 13, 2024

I don't think I'd want "boosters" of 1-2 cards right now.

Are theme boosters randomized or preconstructed? Either way, they should be OK?

For other randomized products, if we have reliable information about them, and they fit the current system, I guess they could be represented. I know there were some nonstandard faction boosters for prereleases and other weird things as well. For a while most prereleases did this.

By the way I could imagine some future system where there's "product" object which contains a bunch of preconstructed and randomized subproducts, and it would make sense to have those micro-boosters there, but right now I think we should pass on that. (by the way there's this from mtgjson, but I never really integrated it with anything)

We could do something like this:

name: "Streets of New Capenna Commander Deck Obscura Operation"
contents:
- precon:
  - set: ncc
  - name: "Obscura Operation"
- boosters:
  - code: "ncc-collector-sampler"
  - count: 1
name: "March of the Machine Draft Booster Box"
contents:
- boosters:
  - code:  mom
  - count: 36
# buyabox promo
- card:
  - set: mom
  - number: 387
  - foil: true
name: "Return to Ravnica Prerelease Pack Azorius"
contents:
- boosters
  - code: rtr
  - count: 5
- boosters:
  - code: rtr-prerelease-azorius
  - count: 1
- card:
   # Archon of the Triumvirate
  - set: prtr
  - number: "142★"

etc.

I don't think I'd have time for this right now, but I think the concept could work.

from magic-search-engine.

axxroytovu avatar axxroytovu commented on August 13, 2024

I'm using that list from MTGJson as my starting point, and building out the "contents" of each sealed product as I go.

I'm going to be working on this in my own fork, and I'll push over whatever makes the most sense to distribute. Feel free to reject things that don't make sense to load.

from magic-search-engine.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.