diff options
Diffstat (limited to 'data')
-rw-r--r-- | data/monsters.yml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/data/monsters.yml b/data/monsters.yml index 01596b0..8d4cc86 100644 --- a/data/monsters.yml +++ b/data/monsters.yml @@ -23,11 +23,11 @@ pit_leech: - type: "damage" gid: "pierce" min: 1 - max: 5 + max: 2 awards: - type: "xp" gid: "beastslay" - base: 4 + base: 3 - type: "item" chance: 1 table: @@ -63,12 +63,12 @@ stalk_beast: hit_effects: - type: "damage" gid: "bash" - min: 2 - max: 7 + min: 1 + max: 5 awards: - type: "xp" gid: "beastslay" - base: 7 + base: 4 - type: "item" chance: 1 table: @@ -104,12 +104,12 @@ grinpad: hit_effects: - type: "damage" gid: "slash" - min: 4 - max: 10 + min: 3 + max: 9 awards: - type: "xp" gid: "beastslay" - base: 11 + base: 5 - type: "item" chance: 1 table: @@ -157,7 +157,7 @@ lesser_trodgeathomp: awards: - type: "xp" gid: "beastslay" - base: 16 + base: 10 - type: "title" gid: "retributor" - type: "item" @@ -213,7 +213,7 @@ bollyrot: awards: - type: "xp" gid: "beastslay" - base: 13 + base: 6 - type: "item" chance: 1 table: @@ -262,7 +262,7 @@ crypt_writhe: awards: - type: "xp" gid: "beastslay" - base: 20 + base: 13 - type: "item" chance: 0.05 gid: "black_gizzard" |