Luck Command¶
Manage luck tokens for player characters during initiative.
Usage¶
/luck show # Display current luck tokens
/luck gain # Gain a luck token
/luck use # Use a luck token
/luck give target:<name> # Give token to another combatant (autocomplete)
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 - Give luck tokens to another combatant in initiative - 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.
Examples¶
Check current luck tokens:
/luck show
Gain a luck token:
/luck gain
Use a luck token:
/luck use
Give a luck token to another combatant:
/luck give target:Gandalf
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
/restcommand
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 weapon:sword # Toggle luck in the roll popup
/cast spell:fireball # Toggle luck in the roll popup
/check stat:STR # Toggle luck in the roll popup
Related Commands¶
/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)/init- Initiative tracking and management
Legacy Prefix Commands¶
The prefix command syntax still works but will be removed in a future update:
| Legacy Syntax | Slash Equivalent |
|---|---|
!luck |
/luck show |
!luck gain |
/luck gain |
!luck use |
/luck use |