#69806: "Allow player to choose order of end-of-round effects"
這是關於哪方面的案件?
發生什麼事? 請從下方選擇
發生什麼事? 請從下方選擇
請檢查是否已有同課題案件
若肯定,請「投票」給這樁案件。最高票的案件將「優先」處理!
| # | Status | Votes | Game | Type | Title | Last update |
|---|
細節描述
-
• 如果可以的話,請轉貼螢幕顯示的錯誤訊息。
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
-
• 請說明你當時想做什麼,你做了什麼,然後發生了什麼事
• 你的瀏覽器是什麼?
Mozilla v5
-
• 請轉貼未翻譯的英文字句。 如果您有此錯誤的螢幕截圖(這是個好習慣),您可以使用您選擇的圖片託管服務(例如snipboard.io)上傳它,然後將連結複製/貼上到這裡。 這些文字存在於 翻譯系統 中嗎?若為真,其是否已被翻譯超過 24 小時?
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
• 你的瀏覽器是什麼?
Mozilla v5
-
• 請簡明精確地解釋你的建議,以便讓人一目了然。
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
• 你的瀏覽器是什麼?
Mozilla v5
-
• 當你不能動作時,螢幕上顯示什麼?(螢幕全黑?部份遊戲介面?錯誤訊息?)
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
• 你的瀏覽器是什麼?
Mozilla v5
-
• 遊戲規則的哪部分在 BGA 版本有所錯漏?
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
-
• 這項違反規則之處可否在遊戲重播中看到?若可以是在哪步?(重播時左上角資訊)
• 你的瀏覽器是什麼?
Mozilla v5
-
• 你當時想採取哪個遊戲行動?
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
-
• 你想觸發這個遊戲行動時做了什麼?
-
• 當你試著這麼做時發生了什麼(錯誤訊息、遊戲狀態條訊息...)?
• 你的瀏覽器是什麼?
Mozilla v5
-
• 問題發生在遊戲的哪一步?(目前遊戲指示是什麼)
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
-
• 當你試著進行遊戲動作時發生了什麼(錯誤訊息、遊戲狀態條訊息...)?
• 你的瀏覽器是什麼?
Mozilla v5
-
• 請描述顯示問題。 如果您有此錯誤的螢幕截圖(這是個好習慣),您可以使用您選擇的圖片託管服務(例如snipboard.io)上傳它,然後將連結複製/貼上到這裡。
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
• 你的瀏覽器是什麼?
Mozilla v5
-
• 請轉貼未翻譯的英文字句。 如果您有此錯誤的螢幕截圖(這是個好習慣),您可以使用您選擇的圖片託管服務(例如snipboard.io)上傳它,然後將連結複製/貼上到這裡。 這些文字存在於 翻譯系統 中嗎?若為真,其是否已被翻譯超過 24 小時?
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
• 你的瀏覽器是什麼?
Mozilla v5
-
• 請簡明精確地解釋你的建議,以便讓人一目了然。
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
• 你的瀏覽器是什麼?
Mozilla v5
案件沿革
Still, you can never have a hard-coded order which will work for all cases, there will always be corner cases, for example:
- A player may want to have fewer crystals (so intentionally triggering Wondrous Chest at 3 energies, before Heart of Argos or after Fairy Monolith) to kill an opponent Titus.
- A player may want to activate Horn of Plenty without energies in their reserve (before using Beggar's Horn or Heart of Argos) to have more energies the next turn
- For the two random effects Dial of Colof and Carnivora Strombosea, the player may decide one based on the outcome of the other
So ideally the player should be able to choose explicitly in which order effects happen.
Unfortunately, a naive implementation would slow down the game (especially turn-based games) if automatic effects such as Wondrous Chest or Titus Deepgaze would no longer be automatic. So the game should still do these automatic effects without player interaction if the order doesn't matter (determining whether the order matters may be non-trivial)
- Dial of Colof
- Damned Soul of Onys
- Ethiel's Fountain
- Carnivora Strombosea
- Beggar's Horn
- Heart of Argos
- Titus Deepgaze
- Wondrous Chest
- Mesodae’s Lantern
- Io's transmuter
- Fairy Monolith
- Chalice of eternity
- Horn of Plenty
but where we will restart the list whenever an effect actually triggers. So the fact that Horn of Plenty is last in thi list doesn't mean that no further effects are possible: whenever Horn of Plenty triggers, then we'll recheck the list from the beginning.
The general principle remains that the player retains the choice between performing these actions manually or performing them automatically. Seasons is a notable exception because it seems to me that this is one of the first games implemented on BGA, if not the first. In my opinion, there is no longer any reason to retain this exception, as soon as a developer recognizes the need for necessary changes.
It should already be noted that automatism is of much less interest now that the end-round effects are solved by player in the order of the turn and no longer card by card as before. In addition, some end-of-turn effects require player intervention anyway, for example to choose an effect, or the type of energy received.
However, when there is only one end-of-turn effect, and no choice is required, the player’s intervention is not useful.
Fiercely in favour of strict application of the rules, I would add that it would be useful, in case of manual selection of cards with end-of-turn effects, to be able to differentiate the achievable effects from the inoperative effects by a color code. This in order to be able to choose more easily to activate inoperative effects (but which could become achievable during the end-of-turn of the player) because deemed undesirable at this time of the game.
為本案件添加內容
- 其他同樣狀況的桌號/步數
- 按 F5 是否解決了這個問題?
- 問題是否發生了好幾次?每次都發生?時好時壞?
- 如果您有此錯誤的螢幕截圖(這是個好習慣),您可以使用您選擇的圖片託管服務(例如snipboard.io)上傳它,然後將連結複製/貼上到這裡。
