Croebh / Avrae-Customizations

A place for me to store and update all of my Avrae aliases and customizations.
GNU General Public License v3.0
28 stars 23 forks source link

Add a `-stats #` to adjust the number of stats rolled in `!threshold` #71

Closed TheReverendB closed 2 years ago

TheReverendB commented 2 years ago

What Alias/Snippet is this for?

!threshold

Summary

Added additional option for rolling a custom number of stats.

Checklist

PR Type

TheReverendB commented 2 years ago

You were already using stats as a variable and I thought amt would just further confuse people with -rr and -tries

⁣Get BlueMail for Android ​

On Dec 26, 2021, 9:22 PM, at 9:22 PM, Joseph Keen @.> wrote: @. commented on this pull request.

@@ -11,6 +11,7 @@ Max = args.last("max", type_ = int) dice = args.last("dice", "4d6kh3", str) rr = args.last("rr", 1, int) tries = args.last("tries", 10, int) +amt = args.last("stats", 6, int)

why call the variable amt and uses stats for everything else?

-- Reply to this email directly or view it on GitHub: https://github.com/Croebh/Avrae-Customizations/pull/71#pullrequestreview-840147164 You are receiving this because you authored the thread.

Message ID: @.***>