From fa45549c2fbbedb923ddf85df5e65d5c63269a1d Mon Sep 17 00:00:00 2001 From: David Gay Date: Wed, 9 Jun 2021 20:51:58 -0400 Subject: Nerf balgoloth, but double its claw size --- CHANGELOG.md | 9 +++++++++ data/monsters.yml | 8 ++++---- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ea3d97..be7079f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.1.10] - 2021-06-09 + +### Leviathans +- Balgoloth + - Speed 20 -> 15 + - Accuracy 25 -> 23 + - Power 40 -> 30 + - Claw length 1' -> 2' + ## [0.1.9.1] - 2021-06-07 ### Fixed diff --git a/data/monsters.yml b/data/monsters.yml index b5dc2a6..8990432 100644 --- a/data/monsters.yml +++ b/data/monsters.yml @@ -271,7 +271,7 @@ balgoloth: name: "balgoloth" description: >- A fur-covered, bipedal creature standing at least twenty feet tall. It strides across the lands with great - sloth, brandishing thick, foot-long claws. It can smell thoughts from miles away, and the inner machinations of + sloth, brandishing thick, two-foot-long claws. It can smell thoughts from miles away, and the inner machinations of anything smarter than a grinpad enrages it. It only returns to calm once the thoughts have been silenced. whatnot: tags: @@ -279,11 +279,11 @@ balgoloth: max_hp: base: 500 speed: - base: 20 + base: 15 accuracy: - base: 25 + base: 23 power: - base: 40 + base: 30 evasion: base: 12 resistances: -- cgit v1.2.3