From 738f4842132047b94e851e8dc7c0ffeeb6ea677e Mon Sep 17 00:00:00 2001 From: David Gay Date: Sun, 30 May 2021 13:15:30 -0400 Subject: Increase XP value of iron ore to 15, pure iron ore to 30, and gaian ore to 80 --- data/activities.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data') diff --git a/data/activities.yml b/data/activities.yml index 66806d0..b15d2e0 100644 --- a/data/activities.yml +++ b/data/activities.yml @@ -601,12 +601,12 @@ planequarry_floret_mines: score: 0.98 xp: - gid: "planequarry" - value: 10 + value: 15 - gid: "pure_iron_ore" score: 0.996 xp: - gid: "planequarry" - value: 20 + value: 30 table_scaling: - type: "skill" gid: "planequarry" @@ -673,17 +673,17 @@ planequarry_deepshaft: score: 0.50 xp: - gid: "planequarry" - value: 10 + value: 15 - gid: "pure_iron_ore" score: 0.90 xp: - gid: "planequarry" - value: 20 + value: 30 - gid: "gaian_ore" - score: 0.996 + score: 0.995 xp: - gid: "planequarry" - value: 50 + value: 80 - type: "item" chance: 0.03 table: -- cgit v1.2.3