mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-06 13:40:27 -04:00
Allow passing default difficulty as "easy" for example.
This commit is contained in:
parent
5b79633498
commit
37315a6858
2 changed files with 12 additions and 7 deletions
|
@ -225,7 +225,7 @@ 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#setdefaultdifficulty (difficulty_class or effortless|easy|medium|hard|impossible)"
|
||||
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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue