Skip to content

Commit

Permalink
Script auto-commit Ski
Browse files Browse the repository at this point in the history
  • Loading branch information
ski-freak committed Sep 4, 2024
1 parent 83358cd commit 1d22655
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions content/main/Card Game/Card Game Rules Doc.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,22 @@ When you are the active player and are taking actions, you may commit multiple n
### Advanced notes on timing rules and dream:
- If during dream effect resolution one or more new cards/abilities are put into dream that are not at ∞ speed, resolution stops, and the player not in control of the new top most card/effect becomes the active player.
- If effects would trigger simultaneously, they are put into dream all at once, in order of, from top to bottom:
- Effects from the first player in the round above effects from other players.
- Top to bottom, triggers from cards in: Dream, Reality (combat zone before the rest), Memory.
- Dream, top to bottom: Cards higher in dream to cards lower in dream.
- Reality, top to bottom: Cards on the left side of a players reality zone to cards on the right side of their reality zone (units, then items, then claims).
- Memory, top to bottom: Cards higher in memory to cards lower in memory.
- Method A (unsure which method to use):
- Effects from the first player in the round above effects from other players.
- Top to bottom, triggers from cards in: Dream, Reality (combat zone before the rest), Memory.
- Dream, top to bottom: Cards higher in dream to cards lower in dream.
- Reality, top to bottom: Cards on the left side of a players reality zone to cards on the right side of their reality zone (units, then items, then claims).
- Memory, top to bottom: Cards higher in memory to cards lower in memory.
- Method B (no need for order/location of cards mattering in paper, has issues with multiple copies of the same card):
- Top to bottom, triggers from cards x before cards y (use each lower bullet as a tie breaker for the one above it if needed):
- Cards in Dream > Reality > Memory > Void
- (Cards with) higher base speed > lower base speed
- First player > 2nd player
- Spells > Units > Items > Claims
- Higher base cost > lower base cost
- Higher base defense > lower base defense
- Higher source requirement > lower source requirement
- Alphabetical order of card names
- If multiple effects that require targets to be chosen are put into dream simultaneously, targets must be chosen for the bottom most effect(s) first.
- New cards arrive in memory above cards already in memory.
- All new cards arrive in reality to the right of cards already in reality. Attacking and blocking does rearrange unit order, and at end of combat all attacking/blocking units return to the rest of the reality zone on the left of cards already there, in the same arrangement they were in combat.
Expand Down

0 comments on commit 1d22655

Please sign in to comment.