change how pages are referenced
This commit is contained in:
parent
bddf7c6fdb
commit
4e12e11fe2
|
@ -16,7 +16,7 @@ import { MiscFeaturesHelpPages } from 'commands/helpLibrary/miscFeatures.ts';
|
||||||
const name = `${config.name}'s Roll Command Details`;
|
const name = `${config.name}'s Roll Command Details`;
|
||||||
const description = `You can chain as many of these options as you want, as long as the option does not disallow it. This command also can fully solve math equations with parenthesis.
|
const description = `You can chain as many of these options as you want, as long as the option does not disallow it. This command also can fully solve math equations with parenthesis.
|
||||||
|
|
||||||
The help options in this group use the notation \`xdy\` to indicate the basic/required dice notation for die count and size as detailed in the \`Dice Options/Basic Dice Options\` page.
|
The help options in this group use the notation \`xdy\` to indicate the basic/required dice notation for die count and size as detailed in the \`Dice Options>Basic Dice Options\` page.
|
||||||
|
|
||||||
As this supports the [Roll20 formatting](${config.links.roll20Formatting}) syntax fully, more details and examples can be found [here](${config.links.roll20Formatting}).
|
As this supports the [Roll20 formatting](${config.links.roll20Formatting}) syntax fully, more details and examples can be found [here](${config.links.roll20Formatting}).
|
||||||
|
|
||||||
|
|
|
@ -10,8 +10,8 @@ const dict = new Map<string, HelpContents>([
|
||||||
{
|
{
|
||||||
name: 'Features Differences',
|
name: 'Features Differences',
|
||||||
description: `The following features are implemented slightly different in ${config.name}:
|
description: `The following features are implemented slightly different in ${config.name}:
|
||||||
- **GM Rolls:** Instead of doing \`/gmroll\`, use the regular inline syntax, but tack on \`-gm @user\`. More details can be found on the \`Roll Command Decorators/GM Roll\` page.
|
- **GM Rolls:** Instead of doing \`/gmroll\`, use the regular inline syntax, but tack on \`-gm @user\`. More details can be found on the \`Roll Command Decorators>GM Roll\` page.
|
||||||
- **Computed Dice Rolls:** As ${config.name} supports implicit multiplication, computed dice rolls use the Nested Rolls syntax. More details can be found on the \`Miscellaneous Features/Nested Rolls\` page.`,
|
- **Computed Dice Rolls:** As ${config.name} supports implicit multiplication, computed dice rolls use the Nested Rolls syntax. More details can be found on the \`Miscellaneous Features>Nested Rolls\` page.`,
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
[
|
[
|
||||||
|
|
Loading…
Reference in New Issue