From 84ab6ed32c7bc3777b267b85f75b6487b9d92b49 Mon Sep 17 00:00:00 2001 From: David Gay Date: Mon, 7 Jun 2021 19:30:57 -0400 Subject: Nerf stalk beast and grinpad --- data/monsters.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'data') 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" -- cgit v1.2.3