Added funny encounters.

This commit is contained in:
raeleus 2024-10-06 21:00:05 -07:00
parent ff64d9006b
commit 3aabdd37f4
3 changed files with 606 additions and 6 deletions

View file

@ -347,14 +347,14 @@ const modifier = (text) => {
text += "\n Shows the list of spells that the character has learned."
text += "\n\n--Combat--"
text += "\n#encounter (funny|easy|medium|hard|boss|god)"
text += "\n Generate an encounter from the specified list. If a list is not specified, it will default to \"easy\""
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."
text += "\n#showenemies"
text += "\n Shows the list of current enemies."
text += "\n#addenemy name"
text += "\n Adds the specified enemy to the list of enemies. It will automatically be assigned an inititiative."
text += "\n#addenemy (ac) (damage_modifier) name"
text += "\n Adds the specified enemy to the list of enemies. It will automatically be assigned an inititiative. You can specify an armor class or both an armor class and damage modifier."
text += "\n#removeenemy name or index"
text += "\n Removes the enemy as specified by the name or index."
text += "\n Removes the enemy as specified by the name or index. "
text += "\n#initiative"
text += "\n Assigns initiative to all characters and enemies. This begins combat."
text += "\n#turn"