mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 13:10:28 -04:00
Added a day counter.
This commit is contained in:
parent
a3d5f9fd6e
commit
c00399ebb7
3 changed files with 34 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue