From 52c6866817e5c705932de2d08d1e3a85370034f7 Mon Sep 17 00:00:00 2001 From: Oliver-Akins Date: Fri, 17 Dec 2021 01:41:25 -0600 Subject: [PATCH] Add a modal for the option info --- .../src/components/modals/OptionInfo.svelte | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 web-svelte/src/components/modals/OptionInfo.svelte diff --git a/web-svelte/src/components/modals/OptionInfo.svelte b/web-svelte/src/components/modals/OptionInfo.svelte new file mode 100644 index 0000000..6ca4043 --- /dev/null +++ b/web-svelte/src/components/modals/OptionInfo.svelte @@ -0,0 +1,37 @@ + + + +
+

Option Info

+
+

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. +

+

Hardcore Mode

+

+ When Hardcore Mode is enabled, you can only use the emergency stop + card 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 + 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 +

+

Chaos Theory

+

+ ! ! ! ChAoS ! ! ! +

+
+
\ No newline at end of file