Make a move

Makes a Move based on the Moves available in the active Rulesets and Homebrew. If you've activated the Use character system Setting, rollable moves will use values from your character sheet for your Stats. Otherwise, it will prompt you for the relevant Stat value. It will also prompt you for which Stat to roll as necessary.

When the Move has been made, the command will add a `move` mechanics node with the Move results into your current journal.

After it's made, you can also choose to invoke the Burn momentum command.

Example

Face Danger

Action Die
6
Stat
3
Adds
0
Score
9
Challenge Die 1
8
Challenge Die 2
9
Outcome
Weak Hit

Endure Harm

Meter

health

Delta
1
From
3
To
2
Action Die
3
Stat
4
Adds
0
Score
7
Challenge Die 1
3
Challenge Die 2
5
Outcome
Strong Hit
```iron-vault-mechanics
move "Face Danger" {
    roll action=6 stat=3 adds=0 vs1=8 vs2=9
    - "ouch"
}
move "Endure Harm" {
    meter "health" from=3 to=2
    roll action=3 stat=4 adds=0 vs1=3 vs2=5
}
```

Skipping action move rolls

For some moves, like suffer moves, making a roll is sometimes optional. In those cases, you can still
record that you made the move by selecting "Skip roll" when you are prompted for the stat. This will
record an empty move block, where you can then record your meter changes and so on.