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