Update option descriptions and add Fate option
This commit is contained in:
parent
8683f50bd4
commit
8e568d355c
1 changed files with 20 additions and 10 deletions
|
|
@ -11,27 +11,37 @@ export let open: boolean = false;
|
||||||
<h2>No Secrets</h2>
|
<h2>No Secrets</h2>
|
||||||
<p>
|
<p>
|
||||||
During the mining phase of each round, all cards remain face up,
|
During the mining phase of each round, all cards remain face up,
|
||||||
this includes the piles that are available for choosing from and
|
including the piles that are available for choosing from and the
|
||||||
the cards each player has chosen stay visible until the movement
|
cards each player has chosen, stay visible until the Movement Phase
|
||||||
phase begins.
|
begins.
|
||||||
</p>
|
</p>
|
||||||
<h2>Hardcore Mode</h2>
|
<h2>Hardcore Mode</h2>
|
||||||
<p>
|
<p>
|
||||||
When Hardcore Mode is enabled, you can only use the emergency stop
|
When Hardcore Mode is enabled, you can only use the Emergency Stop
|
||||||
card <b>one time</b> for the entire game!
|
<b>one time</b> for the entire game!
|
||||||
</p>
|
</p>
|
||||||
<h2>Warp Gate Activated!</h2>
|
<h2>Warp Gate Activated!</h2>
|
||||||
<p>
|
<p>
|
||||||
With this option enabled, when a spaceship enters the Warp Gate
|
With this option enabled, when a spaceship enters the Warp Gate
|
||||||
space (#54), it is immediately removed from the board, but the warp
|
space (#54), it is immediately removed from the game, but the Warp
|
||||||
gate remains open. This allows more spaceships to enter the gate
|
Gate remains open. This allows more spaceships to enter the gate
|
||||||
before the end of the round, any additional spaceships that enter
|
before the end of the round, any additional spaceships that enter
|
||||||
the warp gate before the round ends share in the victory because
|
the Warp Gate before the round ends share in the victory because
|
||||||
they escaped from
|
they escaped from the black hole.
|
||||||
</p>
|
</p>
|
||||||
<h2>Chaos Theory</h2>
|
<h2>Chaos Theory</h2>
|
||||||
<p>
|
<p>
|
||||||
! ! ! 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.
|
||||||
|
</p>
|
||||||
|
<h2>Fate (Currently Unavailable)</h2>
|
||||||
|
<p>
|
||||||
|
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.
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</BaseModal>
|
</BaseModal>
|
||||||
Loading…
Add table
Add a link
Reference in a new issue