Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decide on template structure regarding pack slots #23

Open
latenssi opened this issue Sep 13, 2021 · 1 comment
Open

Decide on template structure regarding pack slots #23

latenssi opened this issue Sep 13, 2021 · 1 comment

Comments

@latenssi
Copy link
Member

latenssi commented Sep 13, 2021

Currently we have two proposals for how the slots in a pack are decided.

  1. Slots are explicitly defined in the template

    • This is how it has been described in the design document
    • The template defines each slot in a pack explicitly
    • In the template a slot is given buckets (lists or ranges of IDs) to pull from
  2. Slots are deduced from the template

    • This is how it has been currently (initially) implemented
    • In the template there is no notion of a pack slot
    • The template describes buckets (lists or ranges of IDs) and how many items to pick from each (forming the slots)

Pros/cons

Way 1

Pros

  • Simple mapping of the concept of rarity to buckets (each bucket can be a self contained rarity tier)

Cons

  • If there is a need for large packs (for example packs with 100 slots), the template will have to reflect this and become quite large as well (as each slot needs to be defined in the template)

Way 2

Pros

  • Pack size does not affect the size of the template

Cons

  • The concept of rarity is mingled as rarity tiers need to be mixed in buckets

So it kind of boils down the whether or not there will be a need for large packs and how the concept of rarity is handled.

@latenssi
Copy link
Member Author

Eric (paraphrased): "Current way (way 2) is probably ok but need to make sure from legal"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant