mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 21:20:27 -04:00
Added option to set the default difficulty for #check, #try, #attack, #cast. Resolves #4
This commit is contained in:
parent
99bbd4fe5a
commit
c9e1e2a1ad
2 changed files with 39 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue