Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/notation/modifiers.md
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ You can work around this by specifying the Target compare point first:

```javascript
2d6>3! // explode on a roll of 6, greater than 3 is a success
2d6>3!<4 // explode on any roll greater than 4, greater than 3 is a success
2d6>3!<4 // explode on any roll less than 4, greater than 3 is a success
```
:::

Expand Down