diff options
author | David Gay <david@davidgay.org> | 2021-06-13 13:22:41 -0400 |
---|---|---|
committer | David Gay <david@davidgay.org> | 2021-06-13 13:23:30 -0400 |
commit | 8acaf20e7001cbbeaf9adc344fee9ce76fdf81b1 (patch) | |
tree | 3b3c5fb86ca6ea60913d0cdcf62dbd18925280f1 | |
parent | 3c59ffbe5f9cf1235b726f110cb173a50fffda61 (diff) |
Reduce pure iron ore and gaian ore XP rewards
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rw-r--r-- | data/activities.yml | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 76cad37..be0e571 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Activities +- Planequarry XP award changes + - Pure iron ore 25 -> 18 + - Gaian ore 50 -> 25 + ### Items - The first omens: faint hope, fleeting glimpse, bright token, sign of solace diff --git a/data/activities.yml b/data/activities.yml index f2e5e8f..c2c943b 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -1975,7 +1975,7 @@ planequarry_floret_mines: score: 0.996 xp: - gid: "planequarry" - value: 25 + value: 18 - type: "item" chance: 0.02 table: @@ -2043,12 +2043,12 @@ planequarry_deepshaft: score: 0.90 xp: - gid: "planequarry" - value: 25 + value: 18 - gid: "gaian_ore" score: 0.995 xp: - gid: "planequarry" - value: 50 + value: 25 - type: "item" chance: 0.03 table: |