Added a day counter.

This commit is contained in:
raeleus 2024-10-03 08:02:50 -07:00
parent a3d5f9fd6e
commit c00399ebb7
3 changed files with 34 additions and 4 deletions

View file

@ -244,7 +244,11 @@ const modifier = (text) => {
text += "\n#damage value"
text += "\n Decreases the character's health by the specified value. Reaching 0 causes the character to become \"unconcious\"."
text += "\n#rest"
text += "\n Sets all of the characters' health to their maximums. Use #shortrest to only restore half health."
text += "\n Sets all of the characters' health to their maximums. Use #shortrest to only restore half health. This command increases the day counter and displays the number of days since your adventure began."
text += "\n#showday"
text += "\n Shows the number of days since your adventure began."
text += "\n#setday"
text += "\n Sets the number of days since your adventure began."
text += "\n#setxp value"
text += "\n Sets the character's experience to the specified value."
text += "\n#addxp value"