diff options
author | David Gay <david@davidgay.org> | 2021-06-06 22:24:38 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-06 22:24:42 -0400 |
commit | 1323acb9ce4c12b4b742a16e5e1d9beaf25008c6 (patch) | |
tree | 5037e57e3fab54eb387558dd1a0fa47a586f1a62 | |
parent | 8acfe2147ab89f03b1e263fb97eef9fc8c3396b2 (diff) |
Increase balgoloth HP from 250 to 500
-rw-r--r-- | CHANGELOG.md | 3 | ||||
-rw-r--r-- | data/monsters.yml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a9e775f..b88b7af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,9 @@ All notable changes to this project will be documented in this file. ### Combat - If a combatant lacks any damage ranges (typically characters fighting without a weapon), the combatant will perform an unarmed attack that deals bash damage. + +### Monsters +- Balgoloth HP increased from 250 to 500. ### UI - Consumables are now listed in inventory below equipment and above tools. diff --git a/data/monsters.yml b/data/monsters.yml index a8714d0..a52aa1d 100644 --- a/data/monsters.yml +++ b/data/monsters.yml @@ -277,7 +277,7 @@ balgoloth: tags: - "leviathan" max_hp: - base: 250 + base: 500 speed: base: 20 accuracy: |