diff options
-rw-r--r-- | CHANGELOG.md | 6 | ||||
-rw-r--r-- | data/activities.yml | 10 |
2 files changed, 11 insertions, 5 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e5c3726..8d916b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. ## [Unreleased] +### Activities +- Purifying ingots now only costs 5 ingots instead of 10. +- Planequarrying in the Deepshaft now has a 70% chance to yield iron ore, up from 40%. Consequently, crude iron ore + chance has been reduced from 50% to 20%. +- Iron ore XP value reduced from 15 to 12. + ### Mechanics - Any items equipped when combat completes now have a chance to be broken, damaged beyond repair. Broken items are effectively destroyed. diff --git a/data/activities.yml b/data/activities.yml index 9c728fd..78cc088 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -607,7 +607,7 @@ craft_purify_pig_iron_ingot: cost: - type: "item" gid: "pig_iron_ingot" - quantity: 10 + quantity: 5 results: - type: "item" gid: "iron_ingot" @@ -638,7 +638,7 @@ craft_purify_iron_ingot: cost: - type: "item" gid: "iron_ingot" - quantity: 10 + quantity: 5 results: - type: "item" gid: "pure_iron_ingot" @@ -1455,7 +1455,7 @@ planequarry_floret_mines: score: 0.95 xp: - gid: "planequarry" - value: 15 + value: 12 - gid: "pure_iron_ore" score: 0.996 xp: @@ -1520,10 +1520,10 @@ planequarry_deepshaft: - gid: "planequarry" value: 5 - gid: "iron_ore" - score: 0.50 + score: 0.20 xp: - gid: "planequarry" - value: 15 + value: 12 - gid: "pure_iron_ore" score: 0.90 xp: |