Stats Command¶
Modify base stats for combatants in initiative.
Usage¶
!stats [<character/combatant>] <stat> [+/-<amount>]
Description¶
The Stats command allows you to: - Temporarily modify your character's ability scores during combat - Apply stat buffs/debuffs using numeric values or dice expressions - DMs can modify any combatant's stats - Players can specify which of their characters to modify (useful when they have multiple characters in initiative) - View stat changes reflected in the initiative tracker
Stat modifications are temporary and persist only during the current initiative. They are automatically cleared when initiative ends.
Options¶
[<character/combatant>]
- Name of the character/combatant to modify- Players: Can specify any of their own characters by name
- DMs: Can specify any combatant (player character or monster) by name
<stat>
- The ability score to modify (STR, DEX, CON, INT, WIS, CHA)+<amount>
- Add to the stat (buff)-<amount>
- Subtract from the stat (debuff)<amount>
can be:- A number (e.g., +2, -1)
- A dice expression (e.g., +1d4, -1d6)
Examples¶
Player modifying their selected character's stats:
!stats str +2
!stats dex -1
!stats con +1d4
Player modifying a specific character's stats:
!stats "Fighter Bob" str +2
!stats Wizard dex -1
!stats "Cleric Alice" wis +1d4
DM modifying a combatant's stats:
!stats Goblin str -2
!stats "Player Character" dex +1d6
!stats Dragon con +3
Notes¶
- Players can only modify their own character's stats
- DMs can modify any combatant's stats
- Stats are bounded between 0 and 20
- The initiative tracker automatically updates to show modified stats in the format "HP: current/max, STAT: current/base"
- Stat modifications affect all dice roll calculations that use those stats:
- Attack rolls (
!attack
command) - Uses modified STR/DEX for attack and damage - Spell casting (
!cast
command) - Uses modified casting stat (INT/WIS/CHA) - Ability checks (
!check
command) - Uses modified stat values - Initiative rerolls (
!init reroll
) - Uses modified DEX when rerolling initiative - Combatant names are matched case-insensitively
- If multiple combatants match the name, you'll see a list of matching names
- Stat modifications are temporary and are cleared when initiative ends
Valid Stats¶
- STR - Strength
- DEX - Dexterity
- CON - Constitution
- INT - Intelligence
- WIS - Wisdom
- CHA - Charisma