Added god difficulty encounters.

This commit is contained in:
raeleus 2024-10-27 20:29:24 -07:00
parent dcb44d9f52
commit e7aeaf4dea
3 changed files with 62 additions and 63 deletions

View file

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