summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-30 13:12:55 -0400
committerDavid Gay <david@davidgay.org>2021-05-30 13:12:55 -0400
commit7a99b7bdc5d424d4d792826f3c42621af70364c6 (patch)
treece418f52f945614aa5f0a65a9b00240df858ecac
parent73a2af6859c3d8b6e48572127b8540936d573bec (diff)
New activity with a new drop: `planequarry_deepshaft`
-rw-r--r--data/activities.yml73
-rw-r--r--data/items.yml3
2 files changed, 76 insertions, 0 deletions
diff --git a/data/activities.yml b/data/activities.yml
index 6276ba4..66806d0 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -636,6 +636,79 @@ planequarry_floret_mines:
xp:
- gid: "planequarry"
value: 50
+planequarry_deepshaft:
+ name: "Quarry Deepshaft"
+ description: "Descend far below the the Floret Mines into the labyrinth of shafts left behind by the ancients."
+ location: "floret_region"
+ whatnot:
+ requirements:
+ - type: "skill"
+ gid: "planequarry"
+ level: 11
+ duration:
+ base: 160
+ minimum: 35
+ scaling:
+ - type: "skill"
+ gid: "planequarry"
+ scale_value: 1
+ - type: "stat"
+ gid: "planequarry_speed"
+ scale_value: 1
+ results:
+ - type: "item"
+ chance: 1
+ table:
+ - gid: "stone"
+ score: 0
+ - type: "item"
+ chance: 1
+ table:
+ - gid: "crude_iron_ore"
+ score: 0
+ xp:
+ - gid: "planequarry"
+ value: 5
+ - gid: "iron_ore"
+ score: 0.50
+ xp:
+ - gid: "planequarry"
+ value: 10
+ - gid: "pure_iron_ore"
+ score: 0.90
+ xp:
+ - gid: "planequarry"
+ value: 20
+ - gid: "gaian_ore"
+ score: 0.996
+ xp:
+ - gid: "planequarry"
+ value: 50
+ - type: "item"
+ chance: 0.03
+ 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
+ titles:
+ - gid: "beryly"
+ - gid: "paraiba_tourmaline"
+ score: 0.95
+ xp:
+ - gid: "planequarry"
+ value: 50
planequarry_brine_trench:
name: "Quarry Brine Trench"
description: "Planequarry in the south Floret brine trench."
diff --git a/data/items.yml b/data/items.yml
index ff89fa5..203fc23 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -10,6 +10,9 @@ iron_ore:
pure_iron_ore:
name: "pure iron ore"
description: "A chunk of naturally rich and pure iron ore."
+gaian_ore:
+ name: "gaian ore"
+ description: "A chunk of verdant, emerald-green ore."
paraiba_tourmaline:
name: "paraiba tourmaline"
description: "A rare and beautiful turquoise gem."