Improved #damage with dice rolls and targeting enemies.

This commit is contained in:
raeleus 2024-10-08 09:05:24 -07:00
parent b1a83fbdca
commit 5b6db4339a
2 changed files with 53 additions and 9 deletions

View file

@ -286,8 +286,8 @@ const modifier = (text) => {
text += "\n Sets the character's health to specified value. It's capped at the character's max health."
text += "\n#heal value"
text += "\n Increases the character's health by the specified value. It's capped at the character's max health."
text += "\n#damage value"
text += "\n Decreases the character's health by the specified value. Reaching 0 causes the character to become \"unconcious\"."
text += "\n#damage (enemy) damage or dice_roll"
text += "\n Decreases the enemy's health by the specified damage or dice_roll. If an enemy isn't specified, the character calling the command is damaged. Reaching 0 causes the character to become \"unconscious\"."
text += "\n#setac value"
text += "\n Sets the armor class of the character. The default is 10"
text += "\n#rest"