You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/rest charlie short
/rest charlie astra long
/rest knights_of_mortimer long
/restoreresource charlie "Bardic Inspiration"
/restoreresource charlie all
/consumeresource charlie "Ki Points" 2
Acceptance Criteria
Player Commands
/shortrest command
Recovers short rest resources (Ki, Second Wind, Action Surge, etc.)
Allows spending Hit Dice to recover HP (future: Hit Dice system)
Display what was recovered to player
/longrest command
Recovers all resources (Rage, Bardic Inspiration, spell slots, etc.)
Fully restores HP
Recovers up to half max Hit Dice (future: Hit Dice system)
Display what was recovered to player
DM Commands
/rest <player/party...> <short|long> - Target individual or multiple players/parties
Priority: HIGH
Status: TODO
Depends on: #25 (Class Resource System) ✅ and #42 (Party Targeting System)
Description
Add rest commands for players and DMs to trigger short and long rests, recovering resources and HP according to D&D 5e rules.
Player Commands
/shortrest- Take a short rest/longrest- Take a long restDM Commands
/rest <player/party...> <short|long>- Trigger rest for specific player(s) or party/restoreresource <player> <resourceName|all>- Manually restore resource uses/consumeresource <player> <resourceName> [amount]- Manually consume resource usesCommand Examples
Acceptance Criteria
Player Commands
/shortrestcommand/longrestcommandDM Commands
/rest <player/party...> <short|long>- Target individual or multiple players/parties/restoreresource <player> <resourceName|all>- Manual resource restoration/consumeresource <player> <resourceName> [amount]- Manual resource consumptionPermissions
Feedback Messages
Technical Notes
CharacterSheet.shortRest()andlongRest()methods (implemented in Implement class resource system #25)ClassResource.getName()(case-insensitive)D&D 5e Rules Reference
Related