Skip to content

Commit 2e0e0ee

Browse files
committed
Remove Duplicate Notaton
1 parent e8befdb commit 2e0e0ee

File tree

2 files changed

+4
-514
lines changed

2 files changed

+4
-514
lines changed

RANDSUM_DICE_NOTATION.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Note: When using custom sides with Randsum Dice Notation, we can only mark sides
9595
- for example, given the custom faces argument `[6, 5, 4, 3, 2, 1]`, `1` would be considered the "highest" number, and `6` the "lowest`, which would be silly!
9696
- In light of this, modifiers are ignored (if provided in JS) or rejected (in TS) when providing custom sides.
9797

98-
### Plus
98+
### add
9999

100100
---
101101

@@ -118,11 +118,11 @@ roll('6d20+5')
118118
roll({
119119
sides: 20,
120120
quantity: 6,
121-
modifiers: { plus: 5 }
121+
modifiers: { add: 5 }
122122
})
123123
```
124124

125-
### Minus
125+
### subtract
126126

127127
**Key: `-`**
128128

@@ -143,7 +143,7 @@ roll('6d20-5')
143143
roll({
144144
sides: 20,
145145
quantity: 6,
146-
modifiers: { minus: 5 }
146+
modifiers: { subtract: 5 }
147147
})
148148
```
149149

0 commit comments

Comments
 (0)