In Sentinels of Earth-Prime, nothing happens simultaneously. Anything that seems to happen at the same time must actually be done in an order, and the player is in charge of deciding the order (exception: start of turn and end of turn effects are always processed in the order that the cards entered play).
In the video game, there are basically three things that can happen in these situations:
In the video game, there are basically three things that can happen in these situations:
- The game knows that the order doesn’t matter, and chooses an order for you arbitrarily.
- The game knows that the order could matter, and asks you for the order.
- The game cannot tell whether it will matter, and asks you for the order.
As we continue to work on the game and make improvements, we’re reducing the third category to a smaller and smaller set of situations. It’s a large task however, and we feel it’s important to err on the side of allowing the player to have control over the outcome.