Skip to content

Luck Command

Manage luck tokens for player characters during initiative.

Usage

!luck [gain|use]

Description

The Luck command allows players to: - View their current luck token count - Gain luck tokens (up to the maximum allowed) - Use luck tokens when needed for rerolls or special abilities - Track luck tokens during combat and exploration

Luck tokens are a special resource that can be used with certain abilities or to enhance rolls. They are tracked per character during initiative sessions and are preserved when resting.

Options

  • No arguments - Display current luck token count
  • gain - Gain a luck token (up to maximum limit)
  • use - Use a luck token (if available)

Examples

Check current luck tokens:

!luck

Gain a luck token:

!luck gain

Use a luck token:

!luck use

Maximum Luck Tokens

  • The default maximum luck tokens per character is 1
  • DMs can configure a different maximum using initiative options
  • Characters cannot gain luck tokens beyond their maximum
  • The maximum can be set per initiative session

DM Configuration

DMs can change the maximum luck tokens using the initiative options command:

!init options set max_luck_tokens <number>

Examples:

!init options set max_luck_tokens 2    # Allow up to 2 luck tokens
!init options set max_luck_tokens 0    # Disable luck tokens
!init options set max_luck_tokens 3    # Allow up to 3 luck tokens

To reset to default:

!init options unset max_luck_tokens    # Returns to default of 1

Notes

  • Only player characters can have luck tokens (not monsters/NPCs)
  • Characters must be in initiative to manage luck tokens
  • Luck tokens start at 0 when a character joins initiative
  • The current luck token count is displayed in the party command
  • Players can only manage their own character's luck tokens
  • Luck tokens are session-specific and reset when initiative ends
  • Luck tokens are preserved when using the !rest command

Class-Specific Usage

Seer Class

The Seer class can use luck tokens to enhance various rolls: - Add 1d6 to attack rolls when using luck - Add 1d6 to spell casting rolls when using luck
- Add 1d6 to ability checks when using luck - With the ImpDestined talent, the bonus increases to 1d8

Use luck with other commands:

!attack sword luck
!cast fireball luck
!check str luck

  • !party - View luck tokens for all characters
  • !rest - Rest (preserves luck tokens)
  • !attack - Attack with luck option (Seer class)
  • !cast - Cast spells with luck option (Seer class)
  • !check - Ability checks with luck option (Seer class)
  • !initiative - Initiative tracking and management