diff options
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | data/items.yml | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index b5a36e6..d42191d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog All notable changes to this project will be documented in this file. +## [0.1.10.2] - 2021-06-10 + +### Items +- Reduced skill speed increases of arcanite axe, pickaxe, and spade from 100 to 90. + ## [0.1.10.1] - 2021-06-10 ### UI diff --git a/data/items.yml b/data/items.yml index e52ae39..0aac500 100644 --- a/data/items.yml +++ b/data/items.yml @@ -845,7 +845,7 @@ arcanite_pickaxe: equip_effects: - type: "stat_change" gid: "planequarry_speed" - modifier: 100 + modifier: 90 - type: "stat_change" gid: "accuracy" modifier: 2 @@ -867,7 +867,7 @@ arcanite_axe: equip_effects: - type: "stat_change" gid: "wealdreap_speed" - modifier: 100 + modifier: 90 - type: "stat_change" gid: "accuracy" modifier: 2 @@ -889,7 +889,7 @@ arcanite_spade: equip_effects: - type: "stat_change" gid: "magiculture_speed" - modifier: 100 + modifier: 90 - type: "stat_change" gid: "accuracy" modifier: 2 |