tadeaustria / EverdellScore

Serverless JS App for counting Everdell Score
https://tadeaustria.github.io/EverdellScore/
GNU General Public License v3.0
2 stars 3 forks source link

[Bug] [Mistwood] [Mayberry Matriarch] Priority over a Wife #45

Open Dajakk opened 4 months ago

Dajakk commented 4 months ago

Replication scenario (possible in real game):

Right now in the app, the first Wife that was paired stops giving extra points, but Mayberry Matriarch does not give extra points, because there is no Farm. Legendary always takes precedence over normal wife. Ideally it's the player who decides which wife is paired. If the player knows he is not able to play a farm into his town, he might decide it's more profitable for him, to use a Wife that is not paired for a Legendary card.

The easiest way of fixing this issue would be introducing one more card for a wife - "wife with a husband" Another one would be introducing some sort of a checkbox or a slider on a Wife card to determine which wives are paired.

Dajakk commented 4 months ago

What's interesting, in Polish version of the rule book there is a part that's missing from English one, but it was later clarified on BGG by a Designer. It reads: "You should decide on marriage when playing a card, and that decision cannot be changed later on."

image

Dajakk commented 4 months ago

One more possible solution: There could be a new card called "Husband & Wife", but it would need to have 2 types to work properly with for example visitors, both Production and Prosperity

Some of those solutions have additional advantages, like simplifying calculations or possibility to get rid of wife prosperity section, this could get moved to a card itself

tadeaustria commented 3 months ago

Yes, I am aware of this bug. It kinda developed through the fact, that for the base game it did not matter. But yes, this whole calcuation for the wives are a bit messy.

The slider sultion is currently no option, as there is no place to store such information. Currently cards in town are just references, not copies.

tadeaustria commented 3 months ago

The more I think about, the more I like the idea of the separate card "wife with a husband". It would make stuff alot easier, but a little bit more complicated for the end user.

Dajakk commented 3 months ago

Personally I think "wife with a husband" is easiest to implement and simplifies everything the most. Of course it would be responsibility of a player to make sure, that this card is always paired with a husband. On the other hand "wife + husband" would be the safer option for a player, but on our side it would require some changes:

Anyways, for both approaches similar thing should probably be implemented for Mayberry card.

tadeaustria commented 3 months ago

No, I don't like wife + husband, it is not necessary and should not be necessary to support multiple types on one card.