mirror of
https://gitlab.com/EternalWanderer/dice-roller.git
synced 2025-06-08 06:14:25 +02:00
New package, changed -c to -t
This commit is contained in:
parent
b3350a5765
commit
d92e8cd230
4 changed files with 10 additions and 10 deletions
|
@ -4,8 +4,8 @@ arguments=(
|
|||
'(--coin --advantage --disadvantage --attacks)-a[Roll a set rules multiple times]:(number of attacks)'
|
||||
'(--coin --advantage --disadvantage -a)--attacks[Roll a set rules multiple times]:(number of attacks)'
|
||||
|
||||
'(--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 --throws)-t[Specify amount of dice to cast]:(number of dice)'
|
||||
'(--coin --advantage --disadvantage -t)--throws[Specify amount of dice to cast]:(number of dice)'
|
||||
|
||||
'(--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)'
|
||||
|
@ -13,8 +13,8 @@ arguments=(
|
|||
'(--coin --modifier)-m[Add modifier to result of rolls]:(number to add)'
|
||||
'(--coin -m)--modifier[Add modifier to result of rolls]:(number to add)'
|
||||
|
||||
'(--coin --advantage -c --throws -a --attacks -s --surfaces)--disadvantage[Roll 2d20 and take the lowest value]'
|
||||
'(--coin --disadvantage -c -a --throws --attacks -s --surfaces)--advantage[Roll 2d20 and take the highest value]'
|
||||
'(--coin --advantage -t --throws -a --attacks -s --surfaces)--disadvantage[Roll 2d20 and take the lowest value]'
|
||||
'(--coin --disadvantage -t -a --throws --attacks -s --surfaces)--advantage[Roll 2d20 and take the highest value]'
|
||||
'(--disadvantage --advantage -a --attacks -s --surfaces -m --modifier)--coin[Toss coin, same as -s 2]'
|
||||
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue