diff options
author | David Gay <david@davidgay.org> | 2021-05-31 17:45:49 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-05-31 17:45:49 -0400 |
commit | 54e8ba04a9fa574a70359ead7010a66bf706c6eb (patch) | |
tree | 8f55b19a64f790b92108a090194586932a97d416 | |
parent | 1176500e444109d35e360022a847228d07a08a47 (diff) |
Adjust stats and XP of some monsters
-rw-r--r-- | CHANGELOG.md | 1 | ||||
-rw-r--r-- | data/monsters.yml | 30 |
2 files changed, 16 insertions, 15 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index a77b61b..49dc138 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ All notable changes to this project will be documented in this file. ### Changed - Beastslay activity names now start with "Slay in" instead of "Hunt". - A successful block can no longer reduce resolved damage to 0. A successful hit will always do at least 1 damage. +- Lesser trodgeathomp XP award reduced from 24 to 20 ### Fixed - Distill manadross tincture recipe awarded mending salve instead of manadross tincture. diff --git a/data/monsters.yml b/data/monsters.yml index 9b552ee..849c38c 100644 --- a/data/monsters.yml +++ b/data/monsters.yml @@ -129,7 +129,7 @@ lesser_trodgeathomp: awards: - type: "xp" skill: "beastslay" - base: 24 + base: 20 - type: "title" gid: "retributor" - type: "item" @@ -153,21 +153,21 @@ bollyrot: max_hp: base: 19 speed: - base: 4 + base: 5 accuracy: - base: 6 + base: 8 power: - base: 5 + base: 7 evasion: - base: 4 + base: 7 block: - base: 3 + base: 6 block_value: base: 2 awards: - type: "xp" skill: "beastslay" - base: 18 + base: 20 - type: "item" chance: 1 table: @@ -186,23 +186,23 @@ crypt_writhe: slaughters the living, plants them in the earth, and then harvests them when the time is right. whatnot: max_hp: - base: 22 + base: 32 speed: - base: 6 + base: 10 accuracy: - base: 8 + base: 12 power: - base: 10 + base: 12 evasion: - base: 2 + base: 10 block: - base: 4 + base: 8 block_value: - base: 3 + base: 4 awards: - type: "xp" skill: "beastslay" - base: 22 + base: 28 - type: "item" chance: 0.05 gid: "black_gizzard" |