summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
Diffstat (limited to 'data')
-rw-r--r--data/conditions.yml9
-rw-r--r--data/items.yml9
2 files changed, 18 insertions, 0 deletions
diff --git a/data/conditions.yml b/data/conditions.yml
new file mode 100644
index 0000000..99aacc4
--- /dev/null
+++ b/data/conditions.yml
@@ -0,0 +1,9 @@
+quarrying_draught:
+ name: "quarrying draught"
+ description: "Increases the speed of planequarrying for some time."
+ whatnot:
+ effects:
+ - type: "stat_change"
+ level: 2
+ gid: "planequarry_speed"
+ modifier: 5
diff --git a/data/items.yml b/data/items.yml
index f5be768..70dbc48 100644
--- a/data/items.yml
+++ b/data/items.yml
@@ -343,3 +343,12 @@ aethermesh:
whatnot:
equip_slots:
- "mainhand"
+quarrying_draught:
+ name: "quarrying draught"
+ description: "Increases the speed of planequarrying for an hour."
+ whatnot:
+ use_effects:
+ - type: "condition"
+ gid: "quarrying_draught"
+ duration: 3600 # 1 Hour
+ message: "The draught increases your planequarry speed."