aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/construction
diff options
context:
space:
mode:
Diffstat (limited to 'data/recipes/construction')
-rw-r--r--data/recipes/construction/construct_mahogany_planks.yaml12
-rw-r--r--data/recipes/construction/construct_mahogany_table.yaml11
-rw-r--r--data/recipes/construction/construct_oak_planks.yaml12
-rw-r--r--data/recipes/construction/construct_oak_shelf.yaml11
-rw-r--r--data/recipes/construction/construct_oak_table.yaml11
-rw-r--r--data/recipes/construction/construct_planks.yaml12
-rw-r--r--data/recipes/construction/construct_teak_planks.yaml12
-rw-r--r--data/recipes/construction/construct_teak_table.yaml11
-rw-r--r--data/recipes/construction/construct_wooden_chair.yaml11
-rw-r--r--data/recipes/construction/construct_wooden_shelf.yaml11
-rw-r--r--data/recipes/construction/construct_wooden_table.yaml11
11 files changed, 125 insertions, 0 deletions
diff --git a/data/recipes/construction/construct_mahogany_planks.yaml b/data/recipes/construction/construct_mahogany_planks.yaml
new file mode 100644
index 0000000..6634f78
--- /dev/null
+++ b/data/recipes/construction/construct_mahogany_planks.yaml
@@ -0,0 +1,12 @@
+id: construct_mahogany_planks
+type: construction
+level: 50
+xp: 30
+wait: 20
+station: [workbench]
+tool: saw
+consume:
+ - items: [mahogany_logs]
+ quantity: 1
+output: mahogany_planks
+message: "You saw the mahogany logs into luxurious mahogany planks."
diff --git a/data/recipes/construction/construct_mahogany_table.yaml b/data/recipes/construction/construct_mahogany_table.yaml
new file mode 100644
index 0000000..89d08e4
--- /dev/null
+++ b/data/recipes/construction/construct_mahogany_table.yaml
@@ -0,0 +1,11 @@
+id: construct_mahogany_table
+type: construction
+level: 52
+xp: 120
+wait: 6
+station: [workbench]
+consume:
+ - items: [mahogany_planks]
+ quantity: 3
+output: mahogany_table
+message: "You build a luxurious mahogany table."
diff --git a/data/recipes/construction/construct_oak_planks.yaml b/data/recipes/construction/construct_oak_planks.yaml
new file mode 100644
index 0000000..77c2fcb
--- /dev/null
+++ b/data/recipes/construction/construct_oak_planks.yaml
@@ -0,0 +1,12 @@
+id: construct_oak_planks
+type: construction
+level: 15
+xp: 10
+wait: 20
+station: [workbench]
+tool: saw
+consume:
+ - items: [oak_logs]
+ quantity: 1
+output: oak_planks
+message: "You saw the oak logs into sturdy oak planks."
diff --git a/data/recipes/construction/construct_oak_shelf.yaml b/data/recipes/construction/construct_oak_shelf.yaml
new file mode 100644
index 0000000..042e64f
--- /dev/null
+++ b/data/recipes/construction/construct_oak_shelf.yaml
@@ -0,0 +1,11 @@
+id: construct_oak_shelf
+type: construction
+level: 18
+xp: 40
+wait: 6
+station: [workbench]
+consume:
+ - items: [oak_planks]
+ quantity: 2
+output: oak_shelf
+message: "You assemble the oak planks into a sturdy shelf."
diff --git a/data/recipes/construction/construct_oak_table.yaml b/data/recipes/construction/construct_oak_table.yaml
new file mode 100644
index 0000000..8eafe15
--- /dev/null
+++ b/data/recipes/construction/construct_oak_table.yaml
@@ -0,0 +1,11 @@
+id: construct_oak_table
+type: construction
+level: 20
+xp: 50
+wait: 6
+station: [workbench]
+consume:
+ - items: [oak_planks]
+ quantity: 3
+output: oak_table
+message: "You build a fine oak table."
diff --git a/data/recipes/construction/construct_planks.yaml b/data/recipes/construction/construct_planks.yaml
new file mode 100644
index 0000000..3ed8058
--- /dev/null
+++ b/data/recipes/construction/construct_planks.yaml
@@ -0,0 +1,12 @@
+id: construct_planks
+type: construction
+level: 1
+xp: 5
+wait: 20
+station: [workbench]
+tool: saw
+consume:
+ - items: [logs]
+ quantity: 1
+output: planks
+message: "You saw the logs into some regular planks."
diff --git a/data/recipes/construction/construct_teak_planks.yaml b/data/recipes/construction/construct_teak_planks.yaml
new file mode 100644
index 0000000..aec0888
--- /dev/null
+++ b/data/recipes/construction/construct_teak_planks.yaml
@@ -0,0 +1,12 @@
+id: construct_teak_planks
+type: construction
+level: 35
+xp: 20
+wait: 20
+station: [workbench]
+tool: saw
+consume:
+ - items: [teak_logs]
+ quantity: 1
+output: teak_planks
+message: "You saw the teak logs into fine teak planks."
diff --git a/data/recipes/construction/construct_teak_table.yaml b/data/recipes/construction/construct_teak_table.yaml
new file mode 100644
index 0000000..88d4a2a
--- /dev/null
+++ b/data/recipes/construction/construct_teak_table.yaml
@@ -0,0 +1,11 @@
+id: construct_teak_table
+type: construction
+level: 38
+xp: 80
+wait: 6
+station: [workbench]
+consume:
+ - items: [teak_planks]
+ quantity: 3
+output: teak_table
+message: "You build an elegant teak table."
diff --git a/data/recipes/construction/construct_wooden_chair.yaml b/data/recipes/construction/construct_wooden_chair.yaml
new file mode 100644
index 0000000..3a9120d
--- /dev/null
+++ b/data/recipes/construction/construct_wooden_chair.yaml
@@ -0,0 +1,11 @@
+id: construct_wooden_chair
+type: construction
+level: 8
+xp: 30
+wait: 6
+station: [workbench]
+consume:
+ - items: [planks]
+ quantity: 2
+output: wooden_chair
+message: "You craft a comfortable wooden chair."
diff --git a/data/recipes/construction/construct_wooden_shelf.yaml b/data/recipes/construction/construct_wooden_shelf.yaml
new file mode 100644
index 0000000..c8ea836
--- /dev/null
+++ b/data/recipes/construction/construct_wooden_shelf.yaml
@@ -0,0 +1,11 @@
+id: construct_wooden_shelf
+type: construction
+level: 4
+xp: 20
+wait: 6
+station: [workbench]
+consume:
+ - items: [planks]
+ quantity: 2
+output: wooden_shelf
+message: "You assemble the planks into a wooden shelf."
diff --git a/data/recipes/construction/construct_wooden_table.yaml b/data/recipes/construction/construct_wooden_table.yaml
new file mode 100644
index 0000000..21d6c53
--- /dev/null
+++ b/data/recipes/construction/construct_wooden_table.yaml
@@ -0,0 +1,11 @@
+id: construct_wooden_table
+type: construction
+level: 6
+xp: 25
+wait: 6
+station: [workbench]
+consume:
+ - items: [planks]
+ quantity: 3
+output: wooden_table
+message: "You build a sturdy wooden table."