summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-06-10 13:07:50 -0400
committerDavid Gay <david@davidgay.org>2021-06-10 13:07:50 -0400
commitfa02f277a1e0baed44c8e86af3f4e7989c0b7f7d (patch)
treeef9c8a16002bcd1d5bb8661c12a9f56d12cdafe8
parentd4311291581f57cce1789155cc8ce8ae6fd80162 (diff)
Reduce arcanite tool skill speed increases from 100 to 90
-rw-r--r--CHANGELOG.md5
-rw-r--r--data/items.yml6
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