From 68843145330bb49f5038d426e505e9c942e0577e Mon Sep 17 00:00:00 2001 From: David Gay Date: Tue, 6 Jul 2021 21:15:16 -0400 Subject: [data] Reduce pit leech, stalk beast, and grinpad damage, and reduce XP awards for all monsters except balgoloth --- CHANGELOG.md | 4 ++++ data/monsters.yml | 22 +++++++++++----------- 2 files changed, 15 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1dcf290..43995da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,10 @@ All notable changes to this project will be documented in this file. - Synthsever rusted lockbox base duration reduced from 180 to 120. - Adjusted wealdreap drop tables at Twil Woods and Twil Grove to accommodate pluma moss and laris strand. +### Monsters +- Pit leech, stalk beast, and grinpad damage reduced. +- XP awards reduced (except balgoloth). + ### Chat - Chat area now shows most recent 200 messages, instead of 100. - New "History" link shows a chat history of the last 2,000 messages. 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" -- cgit v1.2.3