summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorDavid Gay <david@davidgay.org>2021-05-30 13:54:36 -0400
committerDavid Gay <david@davidgay.org>2021-05-30 13:54:36 -0400
commitd70dd3e44c3560ce7acd0bcdaea6683ea80988d4 (patch)
tree391b1be524f44dc3a80d12c409bd503138c0cc55 /data
parentbc5695ccecb1e7511fc51ff7c84387f437234bda (diff)
New item and crafting activity for it: reaping draught
Diffstat (limited to 'data')
-rw-r--r--data/activities.yml34
-rw-r--r--data/conditions.yml11
-rw-r--r--data/items.yml11
3 files changed, 54 insertions, 2 deletions
diff --git a/data/activities.yml b/data/activities.yml
index b3a3d54..a539d5d 100644
--- a/data/activities.yml
+++ b/data/activities.yml
@@ -813,6 +813,40 @@ craft_quarrying_draught:
xp:
- gid: "fluxseethe"
value: 30
+craft_reaping_draught:
+ name: "Brew reaping draught"
+ description: "Brew a reaping draught."
+ whatnot:
+ requirements:
+ - type: "hearth_amenity"
+ gid: "labratory"
+ level: 1
+ - type: "skill"
+ gid: "fluxseethe"
+ level: 3
+ duration:
+ base: 105
+ minimum: 35
+ scaling:
+ - type: "skill"
+ gid: "fluxseethe"
+ scale_value: 1
+ - type: "stat"
+ gid: "fluxseethe_speed"
+ scale_value: 1
+ cost:
+ - type: "item"
+ gid: "silver_iris"
+ quantity: 1
+ - type: "item"
+ gid: "woodrun_bloom"
+ quantity: 6
+ results:
+ - type: "item"
+ gid: "reaping_draught"
+ xp:
+ - gid: "fluxseethe"
+ value: 30
planequarry_floret_mines:
name: "Quarry Floret Mines"
description: "Planequarry at the Floret Mines."
diff --git a/data/conditions.yml b/data/conditions.yml
index 99aacc4..559ab7c 100644
--- a/data/conditions.yml
+++ b/data/conditions.yml
@@ -1,9 +1,18 @@
quarrying_draught:
name: "quarrying draught"
- description: "Increases the speed of planequarrying for some time."
+ description: "Increases the speed of planequarry for some time."
whatnot:
effects:
- type: "stat_change"
level: 2
gid: "planequarry_speed"
modifier: 5
+reaping_draught:
+ name: "reaping draught"
+ description: "Increases the speed of wealdreap for some time."
+ whatnot:
+ effects:
+ - type: "stat_change"
+ level: 2
+ gid: "wealdreap_speed"
+ modifier: 5
diff --git a/data/items.yml b/data/items.yml
index 5586ab0..0814bf4 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -452,13 +452,22 @@ aethermesh:
- "mainhand"
quarrying_draught:
name: "quarrying draught"
- description: "Increases the speed of planequarrying for an hour."
+ description: "Increases the speed of planequarry for an hour."
whatnot:
use_effects:
- type: "condition"
gid: "quarrying_draught"
duration: 3600 # 1 Hour
message: "The draught increases your planequarry speed."
+reaping_draught:
+ name: "reaping draught"
+ description: "Increases the speed of wealdreap for an hour."
+ whatnot:
+ use_effects:
+ - type: "condition"
+ gid: "reaping_draught"
+ duration: 3600 # 1 Hour
+ message: "The draught increases your wealdreap speed."
gem_dust:
name: "gem dust"
description: "Dust resulting from the crushing of a gem."