This is the place to discuss playing the game. Find tips, debate the best places to find certain items and share advice.
How are opportunity draws determined?
 Arepo Posts: 21
11/10/2013
|
There are a number of cards I see coming up repeatedly while I wait for a single instance of others. This isn't a complaint - but I'm wondering whether the draw is fully random among the available cards, and if not, how much not, and what I can do about it. What I'm aware of:
Location specific cards Cards with requirements for a stat above (or more quietly below) a certain level Item or quality-specific cards Cards in your hand never seem to duplicate
But those alone don't explain for eg why I seem to draw large numbers of 'ways of the [place]' cards, and incessant faction related cards, but haven't seen the keen-eyed lapidary for dust since I repeatedly paid off her glim demands, why the charismatic anarchist I've been pursuing hasn't returned my telegrams, and so on. Is it a statistical artifact of actual randomness, or something... sinister?
|
|
|
0
link
|
 Erik Vimes Posts: 182
11/10/2013
|
If you're curious about the physical programming which determines the cards you draw, the process is as so:
1) Each card is assigned a 'weight' value based on how rare it is (or becomes a 0 if you're not eligible to draw it at the moment) Higher value=more common. 2) Each card is assigned 3(or maybe 4)-digit numbers: as many as the weight value is. Eg. weight of 3 gets 3 random #s like 389, 254, and 099. 3) A random # generator selects a 3(or respectively 4)-digit #. 4) The card that was assigned that # is the one you draw. If none were assigned it, the computer generates another random # until it creates one assigned to a card.
Was that what you were looking for?
-- http://fallenlondon.storynexus.com/Profile/Eric~Vimes
|
|
|
+2
link
|
 Erik Vimes Posts: 182
11/11/2013
|
xKiv wrote:
Is that with replacement (the pool of number-to-card assignments stays the same), or without (i.e. any number you roll can only yield a card once, until all numbers have been used up)? This process is done for each card draw individually; if you're drawing 4 at once, the process happens 4 times, but in the 2nd trial the card your drew first has a weight of 0 because you already have it.
Arepo wrote:
Yes, thanks. Is there a way to find out the weight of specific cards? Three ways, all of which are impractical: 1) Beg the team to tell us (Rude and unlikely they'll respond) 2) Hack into their system and look at the raw numbers (Never trifle with a tiger) Or: 3) Empirically determine them. Basically, every time you (or a larger community) draws a card, they would record what they drew. This would not only take hundreds of us drawing over a month or so to get accurate results, but we would all have to record what are current status values are to see which cards are available to each at the time of the draws. Once the raw data is accumulated, we'd have to see how many times cards were drawn (when they were available to the player to be drawn) out of the total # of cards that could have potentially been drawn and analyse the results by seeing typically what % chance each card is drawn and then multiplying them all by a number that would make all the %s into whole # weights.
This is what statisticians do. Not a walk in the park.
So basically, to truly determine them is much more effort than it's worth. If you're trying to see a card less though, either get rid of the quality which allows it to be drawn or raise connections and whatnot to make more cards available to be drawn.
-- http://fallenlondon.storynexus.com/Profile/Eric~Vimes
|
|
|
+2
link
|