From 38bc021455f6f3b65fc2011436ba37153c91c807 Mon Sep 17 00:00:00 2001 From: Ean Milligan Date: Sat, 28 Jun 2025 05:48:33 -0400 Subject: [PATCH] add sorting dice to readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6bbf59c..434d87f 100644 --- a/README.md +++ b/README.md @@ -110,6 +110,8 @@ The Artificer comes with a few supplemental commands to the main rolling command | mz | Optional | No | matching dice, adds labels to any dice that have z or more matches | | mt | Optional | No | matching dice, adds labels to any dice that match, changes result to be the count of labels added | | mtz | Optional | No | matching dice, adds labels to any dice that have z or more matches, changes result to be the count of labels added | + | s or sa | Optional | No | sort dice, sorts the list of dice for a roll in ascending order | + | sd | Optional | No | sort dice, sorts the list of dice for a roll in descending order | * If the parameter is Required, it must be provided at all times. * If the parameter is Repeatable, it may occur multiple times in the roll configuration.