#  <span style='font-size: 1.25em;'>QUICKREF</span>

# Setup

<ubg-rules-text>
<!-- Place 2 mana on each element -->
Place the stack of trophies with the 1 being topmost
Prepare a market of 2 + number of players cards
Each Player
<!--   - Take 2 starter cards. Start with 1 in play and the other in trash -->
  - Gain (2).
  - Take 3 cards from deck to form your starting hand
  - Choose 1 of 2 random character mats
<!-- Determine first active player. -->
</ubg-rules-text>
<!-- Place 15 vp chips per player -->

# Round Overview

<!-- 1. Card Selection -->
1. Activating an Element
2. Players’ Turns
3. Combat

<!--
1. Active player calls an element
2. All players simultaneously perform their turn
3. Combat
 -->

<!-- ## 1. Card Selection (All Players in Turn Order) -->
## 1. Activating an Element (Active Player)

<!-- <ubg-rules-text>
  - each player selects a card
  - pass first player token to next player
</ubg-rules-text> -->


Active player chooses a non-empty element to activate:

<ubg-rules-text>
- Mark active element and power with the x die.
- Distribute the mana from active element as equally as possible to 2 other elements.
</ubg-rules-text>


<!--
Active player activates an element
- move
- divide mana on an element into 2 groups (as big as possible)
- move each group to a different element
-	Each player performs the elemental bonus action.
-->

## 2. Players’ Turns (Each Player Simultaneously)

**Simultaneously,** each player performs their turn:

<ubg-rules-text>
1. Perform the elemental bonus action of called element.
<!-- 1. Draw selected card and gain () from it. -->
2. Exec start of turn effects.
<!-- 3. Perform <b>one</b> of the following main actions:
- Buy a card.
- Gain (2) and draw 2 cards.
- castIcon Cast a spell. -->
3. Perform 'Buy a card' as your <b>single</b> main action
  AND: <b>Any number</b> of free actions (gear, tap, ...) in any order.
4. Use end of turn effects.
</ubg-rules-text>


<ubg-rules-text>
</ubg-rules-text>

## 3. Combat <ubg-rules-text>combat</ubg-rules-text> (All Players)

<ubg-rules-text>
Players compare their vp. Count vp chips and base vp of cards, but !!skip tapped cards!!.
- The player with the highest vp wins the combat and takes this turn's trophy.
- If multiple players win, other winners also take a trophy.
</ubg-rules-text>

<ubg-rules-text>If a player has 3 or more trophies: The game ends immediately with that player being the winner.</ubg-rules-text>

<div style='background: red'></div>

## Between Rounds

<ubg-rules-text>
<!-- - Remove temporary vp -->
- Untap your cards
- Pass the active player token.
</ubg-rules-text>

<script>
import mark from './markup.js'
mark(this);
</script>
