From 99eb11d83d6f33ba91de97e06db38fb07a51a09e Mon Sep 17 00:00:00 2001 From: David Gay Date: Sat, 5 Jun 2021 18:27:47 -0400 Subject: Nerf wealdreap, planequarry, and manatrawl XP values --- CHANGELOG.md | 16 +++++++++++++++- data/activities.yml | 44 ++++++++++++++++++++++---------------------- 2 files changed, 37 insertions(+), 23 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d916b7..788d032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,21 @@ All notable changes to this project will be documented in this file. - 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. +- XP value changes: + - Iron ore reduced from 15 to 10. + - Pure iron ore reduced from 30 to 25. + - Gaian ore reduced from 80 to 50. + - Red beryl reduced from 30 to 15. + - Tourmaline reduced from 30 to 15. + - Yellow beryl reduced from 50 to 25. + - Paraiba tourmaline reduced from 50 to 25. + - Sea's tear reduced from 35 to 22. + - Shrine hassock reduced from 40 to 30. + - Discord pome reduced from 50 to 40. + - Silver iris reduced from 70 to 40. + - Claritas flower reduced from 85 to 45. + - Shimmering essence reduced from 30 to 20. + - Wisp of the current reduced from 50 to 35. ### Mechanics - Any items equipped when combat completes now have a chance to be broken, damaged beyond repair. Broken items are diff --git a/data/activities.yml b/data/activities.yml index 78cc088..b65df72 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -1455,12 +1455,12 @@ planequarry_floret_mines: score: 0.95 xp: - gid: "planequarry" - value: 12 + value: 10 - gid: "pure_iron_ore" score: 0.996 xp: - gid: "planequarry" - value: 30 + value: 25 - type: "item" chance: 0.02 table: @@ -1468,24 +1468,24 @@ planequarry_floret_mines: score: 0 xp: - gid: "planequarry" - value: 30 + value: 15 - gid: "tourmaline" score: 0.45 xp: - gid: "planequarry" - value: 30 + value: 15 - gid: "yellow_beryl" score: 0.90 xp: - gid: "planequarry" - value: 50 + value: 25 titles: - gid: "beryly" - gid: "paraiba_tourmaline" score: 0.95 xp: - gid: "planequarry" - value: 50 + value: 25 planequarry_deepshaft: name: "Quarry Deepshaft" description: "Descend far below the the Floret Mines into the labyrinth of shafts left behind by the ancients." @@ -1523,17 +1523,17 @@ planequarry_deepshaft: score: 0.20 xp: - gid: "planequarry" - value: 12 + value: 10 - gid: "pure_iron_ore" score: 0.90 xp: - gid: "planequarry" - value: 30 + value: 25 - gid: "gaian_ore" score: 0.995 xp: - gid: "planequarry" - value: 80 + value: 50 - type: "item" chance: 0.03 table: @@ -1541,24 +1541,24 @@ planequarry_deepshaft: score: 0 xp: - gid: "planequarry" - value: 30 + value: 15 - gid: "tourmaline" score: 0.45 xp: - gid: "planequarry" - value: 30 + value: 15 - gid: "yellow_beryl" score: 0.90 xp: - gid: "planequarry" - value: 50 + value: 25 titles: - gid: "beryly" - gid: "paraiba_tourmaline" score: 0.95 xp: - gid: "planequarry" - value: 50 + value: 25 planequarry_brine_trench: name: "Quarry Brine Trench" description: "Planequarry in the south Floret brine trench." @@ -1587,7 +1587,7 @@ planequarry_brine_trench: gid: "seas_tear" xp: - gid: "planequarry" - value: 35 + value: 22 beastslay_killing_fields: name: "Slay in the Killing Fields" description: "Hunt monsters in the Killing Fields." @@ -1672,12 +1672,12 @@ wealdreap_twil_woods: score: 0.98 xp: - gid: "wealdreap" - value: 40 + value: 30 - gid: "discord_pome" score: 0.996 xp: - gid: "wealdreap" - value: 50 + value: 40 - type: "item" chance: 0.02 table: @@ -1736,12 +1736,12 @@ wealdreap_twil_grove: score: 0.98 xp: - gid: "wealdreap" - value: 70 + value: 30 - gid: "claritas_flower" score: 0.996 xp: - gid: "wealdreap" - value: 85 + value: 45 - type: "item" chance: 0.02 table: @@ -1804,12 +1804,12 @@ manatrawl_sor_well: score: 0.934 xp: - gid: "manatrawl" - value: 30 + value: 20 - gid: "wisp_of_the_current" score: 0.996 xp: - gid: "manatrawl" - value: 50 + value: 35 manatrawl_sor_well_depths: name: "Trawl Sor Well Depths" description: "Manatrawl deep within Sor Well." @@ -1849,12 +1849,12 @@ manatrawl_sor_well_depths: max_quantity: 2 xp: - gid: "manatrawl" - value: 30 + value: 20 - gid: "wisp_of_the_current" score: 0.995 xp: - gid: "manatrawl" - value: 50 + value: 35 synthsever_rusted_lockbox: name: "Unlock Rusted Lockbox" description: "Unseal the lock on a rusted lockbox." -- cgit v1.2.3