flow-hydraulics / flow-pds

This repository is currently not maintained
4 stars 8 forks source link

Decide on template structure regarding pack slots #23

Open latenssi opened 3 years ago

latenssi commented 3 years ago

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

Cons

Way 2

Pros

Cons

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 commented 3 years ago

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