Added option to set the default difficulty for #check, #try, #attack, #cast. Resolves #4

This commit is contained in:
raeleus 2024-09-23 22:24:40 -07:00
parent 99bbd4fe5a
commit c9e1e2a1ad
2 changed files with 39 additions and 6 deletions

View file

@ -225,6 +225,10 @@ const modifier = (text) => {
text += "\n Shows the value of the auto xp."
text += "\n#levelup"
text += "\n Increases the character's experience by the exact amount needed to reach the next level."
text += "\n#setdefaultdifficulty value"
text += "\n Sets the default difficulty for #check, #try, #attack, and #cast when a difficulty is not specified. The normal default is 10 (easy)"
text += "\n#showdefaultdifficulty"
text += "\n Shows the default difficulty for #check, #try, #attack, and #cast when a difficulty is not specified. The normal default is 10 (easy)"
text += "\n#showcharacters"
text += "\n Lists all current characters and their classes/summaries."
text += "\n#removecharacter name"