mirror of
https://github.com/raeleus/Hashtag-DnD.git
synced 2025-07-05 05:00:26 -04:00
Added god difficulty encounters.
This commit is contained in:
parent
dcb44d9f52
commit
e7aeaf4dea
3 changed files with 62 additions and 63 deletions
|
@ -462,8 +462,7 @@ const modifier = (text) => {
|
|||
text += "\n\n--Combat--"
|
||||
text += "\n#setupenemy"
|
||||
text += "\nFollow prompts to create an enemy from a template or completely from scratch. It will be added to the existing encounter if there is one already specified."
|
||||
// text += "\n#encounter (funny|easy|medium|hard|boss|god or cr)"
|
||||
text += "\n#encounter (funny|easy|medium|hard|boss or cr)"
|
||||
text += "\n#encounter (funny|easy|medium|hard|boss|god or cr)"
|
||||
text += "\n Generate an encounter from the specified list. If a list is not specified, it will default to \"easy\" You can instead provide a number as a challenge rating which will scale encounters from the appropriate list and scale their difficulty."
|
||||
text += "\n#showenemies"
|
||||
text += "\n Shows the list of current enemies."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue