summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-30 12:43:23 -0400
committerDavid Gay <david@davidgay.org>2021-05-30 12:43:23 -0400
commit73a2af6859c3d8b6e48572127b8540936d573bec (patch)
treeca2231dfc3c3e20aa7900f4f51e9d3cf1cad569a /data
parented19359767ab899b594be47caabb7ab9fb87cb97 (diff)
New activity with new items: `planequarry_brine_trench`
Diffstat (limited to 'data')
-rw-r--r--data/activities.yml29
-rw-r--r--data/items.yml6
2 files changed, 35 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml
index a530556..6276ba4 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -636,6 +636,35 @@ planequarry_floret_mines:
xp:
- gid: "planequarry"
value: 50
+planequarry_brine_trench:
+ name: "Quarry Brine Trench"
+ description: "Planequarry in the south Floret brine trench."
+ location: "floret_region"
+ whatnot:
+ duration:
+ base: 60
+ minimum: 25
+ scaling:
+ - type: "skill"
+ gid: "planequarry"
+ scale_value: 1
+ - type: "stat"
+ gid: "planequarry_speed"
+ scale_value: 1
+ results:
+ - type: "item"
+ chance: 1
+ gid: "salt"
+ max_quantity: 3
+ xp:
+ - gid: "planequarry"
+ value: 4
+ - type: "item"
+ chance: 0.0133
+ gid: "seas_tear"
+ xp:
+ - gid: "planequarry"
+ value: 35
beastslay_killing_fields:
name: "Hunt The Killing Fields"
description: "Hunt monsters in The Killing Fields."
diff --git a/data/items.yml b/data/items.yml
index 38b42c7..ff89fa5 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -368,3 +368,9 @@ quarrying_draught:
gem_dust:
name: "gem dust"
description: "Dust resulting from the crushing of a gem."
+salt:
+ name: "salt"
+ description: "It's salt."
+seas_tear:
+ name: "sea's tear"
+ description: "A dense crystal, similar in appearance to salt."