From 739ae719e14a60b7ab34f186f7a32522bfe45ec1 Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 6 Jun 2021 17:22:58 -0400 Subject: Pump up monsters' accuracy stats --- CHANGELOG.md | 9 +++++++++ data/monsters.yml | 12 ++++++------ 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 13fc64b..f402ee3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -22,6 +22,15 @@ All notable changes to this project will be documented in this file. types that are dealt by the attack. This occurs after any critical hit damage multiplier has been applied, and before resistances are applied. +### Monsters +- Accuracy changes + - Pit leech 1 -> 2 + - Stalk beast 2 -> 4 + - Grinpad 3 -> 5 + - Lesser trodgeathomp 5 -> 6 + - Bollyrot 8 -> 9 + - Crypt writhe 12 -> 13 + ### Skills - Otherforge - Level requirements changes diff --git a/data/monsters.yml b/data/monsters.yml index 9f5517c..8185c59 100644 --- a/data/monsters.yml +++ b/data/monsters.yml @@ -9,7 +9,7 @@ pit_leech: speed: base: 1 accuracy: - base: 1 + base: 2 power: base: 1 evasion: @@ -48,7 +48,7 @@ stalk_beast: speed: base: 3 accuracy: - base: 2 + base: 4 power: base: 2 evasion: @@ -91,7 +91,7 @@ grinpad: speed: base: 3 accuracy: - base: 3 + base: 5 power: base: 2 evasion: @@ -137,7 +137,7 @@ lesser_trodgeathomp: speed: base: 2 accuracy: - base: 5 + base: 6 power: base: 10 evasion: @@ -181,7 +181,7 @@ bollyrot: speed: base: 5 accuracy: - base: 8 + base: 9 power: base: 7 evasion: @@ -234,7 +234,7 @@ crypt_writhe: speed: base: 10 accuracy: - base: 12 + base: 13 power: base: 12 evasion: -- cgit v1.2.3