Added missing details from #help

This commit is contained in:
raeleus 2024-09-28 22:17:14 -07:00
parent 7a6fbb7eb0
commit 23bd0b5e75

View file

@ -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."