diff --git a/web-svelte/src/components/modals/OptionInfo.svelte b/web-svelte/src/components/modals/OptionInfo.svelte index 6ca4043..c3cea87 100644 --- a/web-svelte/src/components/modals/OptionInfo.svelte +++ b/web-svelte/src/components/modals/OptionInfo.svelte @@ -11,27 +11,37 @@ export let open: boolean = false;

No Secrets

During the mining phase of each round, all cards remain face up, - this includes the piles that are available for choosing from and - the cards each player has chosen stay visible until the movement - phase begins. + including the piles that are available for choosing from and the + cards each player has chosen, stay visible until the Movement Phase + begins.

Hardcore Mode

- When Hardcore Mode is enabled, you can only use the emergency stop - card one time for the entire game! + When Hardcore Mode is enabled, you can only use the Emergency Stop + one time for the entire game!

Warp Gate Activated!

With this option enabled, when a spaceship enters the Warp Gate - space (#54), it is immediately removed from the board, but the warp - gate remains open. This allows more spaceships to enter the gate + space (#54), it is immediately removed from the game, but the Warp + Gate remains open. This allows more spaceships to enter the gate before the end of the round, any additional spaceships that enter - the warp gate before the round ends share in the victory because - they escaped from + the Warp Gate before the round ends share in the victory because + they escaped from the black hole.

Chaos Theory

- ! ! ! ChAoS ! ! ! + The first card played during each movement phase is chosen randomly. + You still have the opportunity to use your Emergency Stop if you + have it available. +

+

Fate (Currently Unavailable)

+

+ Every player must decide on the order that their cards will be + played in prior to the first movement happening in the round. Then + the cards will be resolved as normal, but with the player not being + able to dynamically react. The Emergency Stop is able to be used as + normal.

\ No newline at end of file