Forgot about the humble d6

This commit is contained in:
Nox Sluijtman 2022-08-21 19:28:24 +02:00
parent 89f6a3c475
commit 895b6a3646
2 changed files with 5 additions and 5 deletions

View file

@ -7,8 +7,8 @@ arguments=(
'(--coin --advantage --disadvantage -throws)-c=-[Specify amount of dice to cast]:(number of dice)'
'(--coin --advantage --disadvantage -c)--throws=-[Specify amount of dice to cast]:(number of dice)'
'(--coin --advantage --disadvantage --surfaces)-s=[Use to specify die surfaces]:(number of surfaces):(4 8 10 12 20 100)'
'(--coin --advantage --disadvantage -s)--surfaces=[Use to specify die surfaces]:(number of surfaces):(4 8 10 12 20 100)'
'(--coin --advantage --disadvantage --surfaces)-s=[Use to specify die surfaces]:(number of surfaces):(4 6 8 10 12 20 100)'
'(--coin --advantage --disadvantage -s)--surfaces=[Use to specify die surfaces]:(number of surfaces):(4 6 8 10 12 20 100)'
'(--coin --modifier)-m=[Add modifier to result of rolls]:(number to add)'
'(--coin -m)--modifier=[Add modifier to result of rolls]:(number to add)'