#69806: "Allow player to choose order of end-of-round effects"
De què tracta aquest informe?
Què ha passat? Si us plau, selecciona a sota
Què ha passat? Si us plau, selecciona a sota
Si us plau, comprova si ja existeix un informe sobre el mateix tema
En cas afirmatiu, si us plau VOTA per aquest informe. Els informes amb més vots tenen PRIORITAT!
| # | Status | Votes | Game | Type | Title | Last update |
|---|
Descripció detallada
-
• Si us plau, copia i enganxa el missatge d'error que veus a la pantalla, si és que n'hi ha algun.
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
-
• Si us plau, què volies fer, què vas fer i que va succeir
• Quin és el meu navegador?
Mozilla v5
-
• Si us plau, copieu/enganxeu el text mostrat en anglès en comptes del teu idioma. Si tens una captura de pantalla d'aquest error (bona pràctica), pots utilitzar un servei d'allotjament d'imatges de la teva elecció (per exemple, snipboard.io) per penjar-la i copiar/enganxar l'enllaç aquí. És aquest text disponible al sistema de traducció? Si és així, ha sigut traduït fa més de 24 hores?
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
• Quin és el meu navegador?
Mozilla v5
-
• Si us plau, expliqueu el vostre suggeriment de manera precisa i concisa, per que sigui el més fàcil d'entendre possible.
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
• Quin és el meu navegador?
Mozilla v5
-
• Què es mostrava a la pantalla quan estaves bloquejat (pantalla en blanc? Part de la interfície del joc? Missatge d'error?)
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
• Quin és el meu navegador?
Mozilla v5
-
• Quina part de les regles no s'han respectat per l'adaptació de BGA
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
-
• És visible la violació de les normes durant la repetició de la partida? Si es així, en quin número de moviment?
• Quin és el meu navegador?
Mozilla v5
-
• Quina va ser l'acció del joc que volies fer?
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
-
• Què intentes fer per dur a terme aquesta acció del joc?
-
• Què va passar quan ho vas intentar fer (missatge d'error, missatge de la barra d'estat de la partida, ...)?
• Quin és el meu navegador?
Mozilla v5
-
• A quina fase del joc va passar l'error (quina era la ordre en curs)?
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
-
• Què va passar quan vas intentar dur a terme l'acció del joc (missatge d'error, missatge de la barra d'estat del joc, ...)?
• Quin és el meu navegador?
Mozilla v5
-
• Si us plau, descriviu el problema de visualització. Si tens una captura de pantalla d'aquest error (bona pràctica), pots utilitzar un servei d'allotjament d'imatges de la teva elecció (per exemple, snipboard.io) per penjar-la i copiar/enganxar l'enllaç aquí.
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
• Quin és el meu navegador?
Mozilla v5
-
• Si us plau, copieu/enganxeu el text mostrat en anglès en comptes del teu idioma. Si tens una captura de pantalla d'aquest error (bona pràctica), pots utilitzar un servei d'allotjament d'imatges de la teva elecció (per exemple, snipboard.io) per penjar-la i copiar/enganxar l'enllaç aquí. És aquest text disponible al sistema de traducció? Si és així, ha sigut traduït fa més de 24 hores?
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
• Quin és el meu navegador?
Mozilla v5
-
• Si us plau, expliqueu el vostre suggeriment de manera precisa i concisa, per que sigui el més fàcil d'entendre possible.
According to the rules of Seasons, a player should be able to choose the order of end-of-round effects.
• Quin és el meu navegador?
Mozilla v5
Historial de denúncies
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.
Afegeix quelcom a aquest report
- Un altre ID de partida / ID de moviment
- Prémer F5 ha ajudat a arreglar el problema?
- El problema apareix diversos cops? Cada cop? a l'atzar?
- Si tens una captura de pantalla d'aquest error (bona pràctica), pots utilitzar un servei d'allotjament d'imatges de la teva elecció (per exemple, snipboard.io) per penjar-la i copiar/enganxar l'enllaç aquí.
