diff --git a/docs/message-flags.md b/docs/message-flags.md index 626aa33..46935a6 100644 --- a/docs/message-flags.md +++ b/docs/message-flags.md @@ -168,41 +168,130 @@ flags.adv-reminder.grants.message.damage.all | ---------------------------------------------- | ----------- | ------------------------------------ | | `flags.adv-reminder.grants.message.damage.all` | Custom | `Critical roll if doing fire damage` | -## Ability Checks +# Ability Checks + +``` +flags.adv-reminder.message.ability.check.all + [ability] +``` + +>
+> Ability Abbreviations +> +> | Ability | Abbreviation | +> | ------------ | ------------ | +> | Strength | `str` | +> | Dexterity | `dex` | +> | Constitution | `con` | +> | Wisdom | `wis` | +> | Intelligence | `int` | +> | Charisma | `cha` | +> +> Source: `CONFIG.DND5E.abilities` +>
+ +### Message on All Ability Checks + +| Attribute Key | Change Mode | Effect Value | +| ---------------------------------------------- | ----------- | --------------------------------- | +| `flags.adv-reminder.message.ability.check.all` | Custom | `Advantage in certain situations` | + +### Message on Charisma Ability Checks + +| Attribute Key | Change Mode | Effect Value | +| ---------------------------------------------- | ----------- | ----------------------------------------- | +| `flags.adv-reminder.message.ability.check.cha` | Custom | `Advantage when interacting with Dwarves` | | Attribute Key | Description | |----|----| -| flags.adv-reminder.message.all | Message on all rolls, including ability checks | -| flags.adv-reminder.message.ability.all | Message on all ability checks, saves, and skills | | flags.adv-reminder.message.ability.check.all | Message on all ability checks | | flags.adv-reminder.message.ability.check.str/dex/con/int/wis/cha | Message on ability checks with a specific Ability Modifier | -## Skill Checks +# Skill Checks -Since all skill checks are also ability checks, this list is in addition to the keys for Ability Checks. +> [!NOTE] +> Since all skill checks are also ability checks, messages on Ability Checks can also apply to Skill Checks. -| Attribute Key | Description | -|----|----| -| flags.adv-reminder.message.skill.all | Message on all skill checks | -| flags.adv-reminder.message.skill.acr/ani/arc/ath/dec/his/ins/itm/inv/med/nat/prc/prf/per/rel/slt/ste/sur | Message on specific Skills | +``` +flags.adv-reminder.message.skill.all + [skill] +``` -## Saving Throws +>
+> Skill Abbreviations +> +> | Skill | Abbreviation | +> | --------------- | ------------ | +> | Acrobatics | `acr` | +> | Animal Handling | `ani` | +> | Arcana | `arc` | +> | Athletics | `ath` | +> | Deception | `dec` | +> | History | `his` | +> | Insight | `ins` | +> | Investigation | `inv` | +> | Intimidation | `itm` | +> | Medicine | `med` | +> | Nature | `nat` | +> | Persuasion | `per` | +> | Perception | `prc` | +> | Performance | `prf` | +> | Religion | `rel` | +> | Sleight of Hand | `slt` | +> | Stealth | `ste` | +> | Survival | `sur` | +> +> Source: `CONFIG.DND5E.skills` +>
-| Attribute Key | Description | -|----|----| -| flags.adv-reminder.message.all | Message on all rolls, including saving throws | -| flags.adv-reminder.message.ability.all | Message on all ability checks, saves, and skills | -| flags.adv-reminder.message.ability.save.all | Message on all saving throws | -| flags.adv-reminder.message.ability.save.str/dex/con/int/wis/cha | Message on saving throws with a specific Ability Modifier | +### Message on Deception Skill Checks -## Death Saving Throw +| Attribute Key | Change Mode | Effect Value | +| -------------------------------------- | ----------- | ---------------------------------------- | +| `flags.adv-reminder.message.skill.dec` | Custom | `Imposter: Advantage to avoid detection` | -| Attribute Key | Description | -|----|----| -| flags.adv-reminder.message.all | Message on all rolls, including death saves | -| flags.adv-reminder.message.ability.all | Message on all ability checks, saves, and skills | -| flags.adv-reminder.message.ability.save.all | Message on all saving throws | -| flags.adv-reminder.message.deathSave | Message on death saving throws | +# Saving Throws + +``` +flags.adv-reminder.message.ability.save.all + [ability] +``` + +>
+> Ability Abbreviations +> +> | Ability | Abbreviation | +> | ------------ | ------------ | +> | Strength | `str` | +> | Dexterity | `dex` | +> | Constitution | `con` | +> | Wisdom | `wis` | +> | Intelligence | `int` | +> | Charisma | `cha` | +> +> Source: `CONFIG.DND5E.abilities` +>
+ +### Message on Constitution Saving Throws + +| Attribute Key | Change Mode | Effect Value | +| --------------------------------------------- | ----------- | -------------------------- | +| `flags.adv-reminder.message.ability.save.con` | Custom | `Advantage against poison` | + +# Death Saving Throw + +> [!NOTE] +> Since a death saving throw is a saving throw, messages on All Saving Throws will also apply to Death Saving Throws. + +``` +flags.adv-reminder.message.deathSave +``` + +### Message on Death Saving Throws + +| Attribute Key | Change Mode | Effect Value | +| -------------------------------------- | ----------- | --------------------------------------- | +| `flags.adv-reminder.message.deathSave` | Custom | `[[/r 1d4]] bonus when in bright light` | # Shared Flags @@ -210,6 +299,7 @@ While not commonly used, these apply to multiple types of rolls with just one fl ``` flags.adv-reminder.message.all +flags.adv-reminder.message.ability.all ``` ### Message on All Rolls @@ -217,3 +307,9 @@ flags.adv-reminder.message.all | Attribute Key | Change Mode | Effect Value | | -------------------------------- | ----------- | --------------------------------------- | | `flags.adv-reminder.message.all` | Custom | `Advantage if within 10 feet of leader` | + +### Message on All Ability Checks, Saves, and Skill Rolls + +| Attribute Key | Change Mode | Effect Value | +| ---------------------------------------- | ----------- | --------------------------------------- | +| `flags.adv-reminder.message.ability.all` | Custom | `Advantage if within 10 feet of leader` |