|
16 | 16 | - [Easier creature type selection](#easier-creature-type-selection) |
17 | 17 | - [Auto-Target](#auto-target) |
18 | 18 | - [Auto-Pay](#auto-pay) |
19 | | - - [Auto-Yield](#auto-yield) |
| 19 | + - [Auto-Pass and Yield Options](#auto-pass-and-yield-options) |
| 20 | + - [Auto-Yield and Trigger Decisions](#auto-yield-and-trigger-decisions) |
20 | 21 | - [Shift Key helper](#shift-key-helper) |
21 | 22 | - [Full Control](#full-control) |
22 | 23 | - [Repeatable Sequences (Macros)](#repeatable-sequences-macros) |
@@ -189,16 +190,32 @@ When paying mana costs, you can press Enter/Spacebar or click the Auto button in |
189 | 190 | - You can still manually pay the cost by clicking mana sources in play (e.g. lands) or clicking symbols in your mana pool, which might be a good idea if you want to save specific mana sources for a later play that turn. |
190 | 191 | - you'll still be prompted when paying Sunburst or cards that care what colors are spent to cast it (ex. Firespout). |
191 | 192 |
|
192 | | -## Auto-Yield |
193 | | -- When a spell or an ability appears on the stack and it says "(OPTIONAL)" you can right-click it to decide if you want to always accept or to decline it. |
| 193 | +## Auto-Pass and Yield Options |
| 194 | +**Yielding** lets you hand priority to Forge so it passes on your behalf instead of you needing to click through every priority pass. This helps you get to your desired phase of action quickly. |
194 | 195 |
|
195 | | - It is possible to specify the granularity level for auto-yields: the difference is that, for example, when choosing per ability if you auto-yield to Hellrider's triggered ability once, all triggers from other Hellrider cards will be automatically yielded to as well. When choosing per card, you will need to auto-yield to each Hellrider separately. |
| 196 | +Forge offers several yield options depending on how long you want to skip prompts: |
196 | 197 |
|
197 | | - Note that in when auto-yielding per ability, yields will NOT be automatically cleared between games in a match, which should speed the game up. When auto-yielding per card, yields WILL be automatically cleared between games because they are dependent on card IDs which change from game to game, thus you will need to auto-yield to each card again in each game of the match. |
| 198 | +- **Auto-Pass** — a persistent toggle that automatically yields priority when you have no playable actions. Available on **Desktop** via the Auto-Pass dock icon and the **P** hotkey, or on **Mobile** from the in-match Game menu. |
| 199 | +- **End Turn** — auto-pass through the rest of the current turn, bypassing any phase stops. Triggered by the End Turn dock button. |
| 200 | +- **Yield markers** — auto-pass until a specific phase is reached. Right-click (or long-press) a phase indicator to set one; a fast-forward symbol marks the active cell. Each (player, phase) cell is independent, so in multiplayer you can yield to a specific opponent's end step. |
| 201 | +- **Yield to stack / Resolve entire stack** — auto-pass while the stack resolves. Right-click a stack item to choose: **Yield to stack** auto-passes until the stack empties or an interrupt fires (for example, an opponent casts another spell); **Resolve entire stack** keeps auto-passing until the whole stack is empty even if opponents cast more spells. |
198 | 202 |
|
199 | | -- Pressing "End Turn" skips your attack phase and doesn't get cancelled automatically if a spell or ability is put on the stack. You'll still be given a chance to declare blockers if your opponent attacks, but after that the rest of your opponent's turn will then progress without you receiving priority. |
| 203 | +> [!NOTE] |
| 204 | +> For more information and configuration options — including interrupt conditions, automatic yield suggestions, and speed settings — see [Advanced Yield Options](advanced-yield-options.md). |
| 205 | +
|
| 206 | +## Individual Yields and Trigger Decisions |
| 207 | +When a spell or an ability appears on the stack you can right-click it to decide if you want to always accept (Always Yes) or always decline it (Always No). For abilities marked "(OPTIONAL)" the same right-click lets you set an auto-yield so you don't get prompted on subsequent activations. |
| 208 | + |
| 209 | +The granularity and lifetime of these decisions are controlled by the **Auto Yield/Trigger Mode** setting under Settings → Preferences: |
| 210 | + |
| 211 | +- **Per Card (Each Game)** — decisions are tied to a specific card instance and cleared at the end of each game. You'll need to set them again in the next game of the match. (For example, auto-yielding one Hellrider does not affect another copy of Hellrider.) |
| 212 | +- **Per Ability (Each Match)** — decisions apply to every copy of the ability and persist across games within the current match, then clear when you start a new match. |
| 213 | +- **Per Ability (Each Session)** — decisions persist across matches until you close Forge. |
| 214 | +- **Per Ability (Each Install)** — decisions are saved to disk and persist across Forge restarts. |
| 215 | + |
| 216 | +Pick a longer-lived scope when you want recurring triggers (e.g. routine ETBs, upkeep optional triggers) to stay yielded across many games; pick a shorter scope when you want a clean slate each game. |
200 | 217 |
|
201 | | - To alleviate pressing this accidentally, as long as you're passing this way, you'll be able to press Escape or the Cancel button to be given the chance to act again. Phases with stops and spells/abilities resolving will be given a slight delay to allow you to see what's going on. |
| 218 | +The current list of active auto-yields and Always Yes / Always No trigger decisions is visible from Game → Auto-Yields and Triggers, where individual entries can be cleared. |
202 | 219 |
|
203 | 220 | ## Shift Key helper |
204 | 221 | * When you mouse over a flip, transform or Morph (controlled by you) card in battlefield, hold SHIFT to see other state of that card at the side panel that displays card picture and details. |
@@ -247,7 +264,7 @@ The layout is highly customisable and can be re-arranged to suit your preference |
247 | 264 | - **Move an entire cell:** Click and drag the handle on the left side of a cell's header to move all its tabs as a unit. |
248 | 265 | - **Drop zones:** Dragging to the left, right, top, or bottom edge of a target cell splits it in that direction. Dragging to the centre adds the panel as a tab. A visual preview shows where the panel will land. |
249 | 266 |
|
250 | | -Layouts are saved as XML files and adapt to different window sizes and resolutions. |
| 267 | +Layouts are saved as XML files and adapt to different window sizes and resolutions. |
251 | 268 | - **Save/Load:** Use **Layout > File** in the menu bar to save, open, or revert layouts. |
252 | 269 | - **Default layouts** ship with Forge and are restored when you select **Revert to Default Layout**. |
253 | 270 | - **User layouts** are stored in your Forge user data directory under `preferences/` (e.g., `%APPDATA%/Forge/preferences/match.xml` on Windows). |
|
0 commit comments