Added #block which reverses damage inflicted in the last turn in combat.

This commit is contained in:
raeleus 2024-10-27 08:05:48 -07:00
parent c4d292ca5a
commit 09bf0705ea
3 changed files with 37 additions and 3 deletions

View file

@ -469,6 +469,8 @@ const modifier = (text) => {
text += "\n Assigns initiative to all characters and enemies. This begins combat."
text += "\n#turn"
text += "\n Updates the turn to the next character in combat. If it is an enemy, the enemy will attack. If it's a player character, the system will allow the player to take their turn. If there are no enemies left or all the player characters are dead, combat ends."
text += "\n#block"
text += "\n Reverses the damage that has been inflicted in the last turn. This applies to damage on characters and enemies."
text += "\n#flee (difficulty_class or automatic|effortless|easy|medium|hard|impossible)"
text += "\n Attempt to flee from combat. If the difficulty is not specified, the default difficulty will be used instead."