1
1
mirror of https://github.com/Burn-E99/TheArtificer.git synced 2026-06-04 09:03:50 -04:00

add -ns decorator

This commit is contained in:
Ean Milligan
2025-07-13 06:04:50 -04:00
parent 3b3ce821bd
commit d386561855
7 changed files with 27 additions and 4 deletions

View File

@@ -194,6 +194,19 @@ If multiple custom dice are needed, separate their configurations with a \`;\`.
],
},
],
[
'-ns',
{
name: 'No Spaces',
description: `**Usage:** \`-ns\`
Removes the default padding added space between rolls.`,
example: [
'`[[d4]][[d4]]` will normally return as `2 2` for readability',
'`[[d4]][[d4]] -ns` will remove the added padding to follow the exact input format and return as `22`',
],
},
],
]);
export const DecoratorsHelpPages: HelpPage = {