Page 1 of 1

card distribution

Posted: 21 February 2023, 12:39
by cultry
What is the distribution of cards (color and type) in BGA's Welcome To? It doesn't seem to match that of my entity game. It was pretty confusing that once I even saw 2 pools of "11" at the same turn, and the number of that in my entity cards is 0! I might consider that it is randomly generated (perhaps subject to the restriction of total number) each time the game starts and is no big deal, but it is somehow frustrating when some cards I thought to show up never emerge, vice versa.

Re: card distribution

Posted: 21 February 2023, 12:51
by Tisaac
cultry wrote: 21 February 2023, 12:39 What is the distribution of cards (color and type) in BGA's Welcome To? It doesn't seem to match that of my entity game. It was pretty confusing that once I even saw 2 pools of "11" at the same turn, and the number of that in my entity cards is 0! I might consider that it is randomly generated (perhaps subject to the restriction of total number) each time the game starts and is no big deal, but it is somehow frustrating when some cards I thought to show up never emerge, vice versa.
Not sure to understand the question, numbers and actions are not linked since you take the number from a card and the action from another card. So you know in advance how many numbers of each type and how many action of each type, but of course not how many combos, otherwise the game would be pretty repetitive.
Here is the full distribution of cards in the game (IRL and on BGA)
// SURVEYOR, POOL, TEMP, BIS, PARK, ESTATE
1 => [ 1, 0, 0, 0, 1, 1],
2 => [ 1, 0, 0, 0, 1, 1],
3 => [ 1, 1, 1, 1, 0, 0],
4 => [ 0, 1, 1, 1, 1, 1],
5 => [ 2, 0, 0, 0, 2, 2],
6 => [ 2, 1, 1, 1, 1, 1],
7 => [ 1, 1, 1, 1, 2, 2],
8 => [ 2, 1, 1, 1, 2, 2],
9 => [ 1, 1, 1, 1, 2, 2],
10 => [ 2, 1, 1, 1, 1, 1],
11 => [ 2, 0, 0, 0, 2, 2],
12 => [ 0, 1, 1, 1, 1, 1],
13 => [ 1, 1, 1, 1, 0, 0],
14 => [ 1, 0, 0, 0, 1, 1],
15 => [ 1, 0, 0, 0, 1, 1],