diff options
author | David Gay <david@davidgay.org> | 2021-06-07 19:30:57 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-07 19:30:57 -0400 |
commit | 84ab6ed32c7bc3777b267b85f75b6487b9d92b49 (patch) | |
tree | 017486bf56f7590e599c23fe1c8f1194b5afe00b /data | |
parent | 1ad48cd5ed9dd8c476218d44c1d188df72b72271 (diff) |
Nerf stalk beast and grinpad
Diffstat (limited to 'data')
-rw-r--r-- | data/monsters.yml | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/data/monsters.yml b/data/monsters.yml index a52aa1d..b5dc2a6 100644 --- a/data/monsters.yml +++ b/data/monsters.yml @@ -55,16 +55,16 @@ stalk_beast: base: 2 resistances: - gid: "bash" - base: 6 + base: 4 - gid: "pierce" - base: 6 + base: 4 - gid: "physical" - base: 2 + base: 1 hit_effects: - type: "damage" gid: "bash" - min: 3 - max: 8 + min: 2 + max: 7 awards: - type: "xp" gid: "beastslay" @@ -98,14 +98,14 @@ grinpad: base: 5 resistances: - gid: "physical" - base: 8 + base: 5 - gid: "energy" base: 6 hit_effects: - type: "damage" gid: "slash" - min: 5 - max: 12 + min: 4 + max: 10 awards: - type: "xp" gid: "beastslay" |