diff options
-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: |