Whebon / dale-of-merchants

Board Game Arena adaptation of Dale Of Merchants
Other
2 stars 0 forks source link

Interaction: Blindfold and Chameleons #92

Closed Whebon closed 1 month ago

Whebon commented 1 month ago

Description

Original idea:

If you have not copied the chameleon yet, they need to guess the original value. If they have copied a target, the opponent would have to guess the new value.

Issue:

If the chameleon has a valid target, it doesn't make sense to decide a value for the chameleon itself. After all: that value would be overwritten when copying anyways..

Solutions

Solution 1:

If the chameleon has a valid target, blindfold forces the player to make a local binding before guessing. In this case, the opponent could read the logs and guess the correct value with 100% confidence.

Solution 2:

The opponent needs to guess the value of the chameleon card. If the opponent guesses incorrectly, the player chooses the value for the chameleon card. The blindfold effect expires upon binding to a target when "using" the chameleon card.

Solution 3:

The opponent needs to guess the value of the chameleon card. If the opponent guesses incorrectly, the player is forced to bind the chameleon before fixing its value.

Whebon commented 1 month ago

Solution 1 is implemented