mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 13:10:28 -04:00
Added missing details from #help
This commit is contained in:
parent
7a6fbb7eb0
commit
23bd0b5e75
1 changed files with 3 additions and 3 deletions
|
@ -205,9 +205,9 @@ const modifier = (text) => {
|
|||
text += "\n Launches the create character setup."
|
||||
text += "\n#bio"
|
||||
text += "\n Shows the character's abilities, skills, spells, inventory, and everything else about this character."
|
||||
text += "\n#setclass"
|
||||
text += "\n#setclass class"
|
||||
text += "\n Sets the class of the character for player reference."
|
||||
text += "\n#setsummary"
|
||||
text += "\n#setsummary summary"
|
||||
text += "\n Sets the summary of the character for player reference."
|
||||
text += "\n#sethealth value"
|
||||
text += "\n Sets the character's health to specified value. It's capped at the character's max health."
|
||||
|
@ -291,7 +291,7 @@ const modifier = (text) => {
|
|||
text += "\n\n--Spells--"
|
||||
text += "\n#learnspell spell"
|
||||
text += "\n Adds the specified spell to the character's spellbook. Creates a story card if necessary."
|
||||
text += "\n#forgetSpell"
|
||||
text += "\n#forgetSpell spell"
|
||||
text += "\n Removes the specified spell from the character's spellbook"
|
||||
text += "\n#clearspells"
|
||||
text += "\n Removes all spells from the character's spellbook."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue