summaryrefslogtreecommitdiff
path: root/data/activities.yml
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-20 18:09:11 -0400
committerDavid Gay <david@davidgay.org>2021-05-20 18:09:26 -0400
commit71f15b6534ffa7ba159d5e4076d59bb7961089a9 (patch)
treec762e4e7044f2daf97642e239397955789687635 /data/activities.yml
parentfea8b6bb7aef2d69c0641b19abc0f05eb89e789e (diff)
Refactor item xp awards data structure
Diffstat (limited to 'data/activities.yml')
-rw-r--r--data/activities.yml24
1 files changed, 24 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml
index e71485d..562e29a 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -51,6 +51,9 @@ craft_pig_iron_ingot:
results:
- type: "item"
gid: "pig_iron_ingot"
+ xp:
+ - gid: "otherforge"
+ value: 15
quarry_floret_mines:
name: "Quarry Floret Mines"
description: "Planequarry at the Floret Mines."
@@ -74,10 +77,19 @@ quarry_floret_mines:
table:
- gid: "crude_iron_ore"
score: 0
+ xp:
+ - gid: "planequarry"
+ value: 5
- gid: "iron_ore"
score: 0.98
+ xp:
+ - gid: "planequarry"
+ value: 10
- gid: "pure_iron_ore"
score: 0.996
+ xp:
+ - gid: "planequarry"
+ value: 20
table_scaling:
- type: "skill"
gid: "planequarry"
@@ -87,9 +99,21 @@ quarry_floret_mines:
table:
- gid: "red_beryl"
score: 0
+ xp:
+ - gid: "planequarry"
+ value: 30
- gid: "tourmaline"
score: 0.45
+ xp:
+ - gid: "planequarry"
+ value: 30
- gid: "yellow_beryl"
score: 0.90
+ xp:
+ - gid: "planequarry"
+ value: 50
- gid: "paraiba_tourmaline"
score: 0.95
+ xp:
+ - gid: "planequarry"
+ value: 50