aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/cooking
diff options
context:
space:
mode:
authorhistoria <[not public]>2026-06-20 23:43:35 -0400
committerhistoria <[not public]>2026-06-20 23:43:35 -0400
commit470bc5bd99b793e46305310b5fbeb3068eba45f1 (patch)
treeff268fab1a8e7699cd6404e6e86c2d4bd1c6f2f6 /data/recipes/cooking
parent010fa439399581391fcd509d2058191ff4fa74b3 (diff)
downloadthehouseoficarus-470bc5bd99b793e46305310b5fbeb3068eba45f1.tar.gz
refactor: removed separate crafting recipes and combined them into item YAML
Diffstat (limited to 'data/recipes/cooking')
-rw-r--r--data/recipes/cooking/anchovies.yaml13
-rw-r--r--data/recipes/cooking/bread.yaml13
-rw-r--r--data/recipes/cooking/herring.yaml13
-rw-r--r--data/recipes/cooking/salmon.yaml13
-rw-r--r--data/recipes/cooking/sardine.yaml13
-rw-r--r--data/recipes/cooking/shrimps.yaml13
-rw-r--r--data/recipes/cooking/trout.yaml13
7 files changed, 0 insertions, 91 deletions
diff --git a/data/recipes/cooking/anchovies.yaml b/data/recipes/cooking/anchovies.yaml
deleted file mode 100644
index 26bcc39..0000000
--- a/data/recipes/cooking/anchovies.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-id: anchovies
-type: cooking
-level: 1
-xp: 30
-wait: 6
-station: [fire, cooking_range]
-consume:
- - items: [raw_anchovies]
- quantity: 1
-output: anchovies
-fail: burnt_fish
-message: "Cooked to perfection. It looks great!"
-fail_message: "You accidentally burn the anchovies."
diff --git a/data/recipes/cooking/bread.yaml b/data/recipes/cooking/bread.yaml
deleted file mode 100644
index 0a27439..0000000
--- a/data/recipes/cooking/bread.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-id: bread
-type: cooking
-level: 1
-xp: 40
-wait: 6
-station: [cooking_range]
-consume:
- - items: [bread_dough]
- quantity: 1
-output: bread
-fail: burnt_meat
-message: "You bake the dough into a fresh loaf of bread."
-fail_message: "You burn the bread to a crisp."
diff --git a/data/recipes/cooking/herring.yaml b/data/recipes/cooking/herring.yaml
deleted file mode 100644
index 486476c..0000000
--- a/data/recipes/cooking/herring.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-id: herring
-type: cooking
-level: 5
-xp: 50
-wait: 6
-station: [fire, cooking_range]
-consume:
- - items: [raw_herring]
- quantity: 1
-output: herring
-fail: burnt_fish
-message: "Cooked to perfection. It looks great!"
-fail_message: "You accidentally burn the herring."
diff --git a/data/recipes/cooking/salmon.yaml b/data/recipes/cooking/salmon.yaml
deleted file mode 100644
index c3362c0..0000000
--- a/data/recipes/cooking/salmon.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-id: salmon
-type: cooking
-level: 25
-xp: 90
-wait: 6
-station: [fire, cooking_range]
-consume:
- - items: [raw_salmon]
- quantity: 1
-output: salmon
-fail: burnt_fish
-message: "Cooked to perfection. It looks great!"
-fail_message: "You accidentally burn the salmon."
diff --git a/data/recipes/cooking/sardine.yaml b/data/recipes/cooking/sardine.yaml
deleted file mode 100644
index c03b7f0..0000000
--- a/data/recipes/cooking/sardine.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-id: sardine
-type: cooking
-level: 1
-xp: 40
-wait: 6
-station: [fire, cooking_range]
-consume:
- - items: [raw_sardine]
- quantity: 1
-output: sardine
-fail: burnt_fish
-message: "Cooked to perfection. It looks great!"
-fail_message: "You accidentally burn the sardine."
diff --git a/data/recipes/cooking/shrimps.yaml b/data/recipes/cooking/shrimps.yaml
deleted file mode 100644
index 19ae396..0000000
--- a/data/recipes/cooking/shrimps.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-id: shrimps
-type: cooking
-level: 1
-xp: 30
-wait: 6
-station: [fire, cooking_range]
-consume:
- - items: [raw_shrimps]
- quantity: 1
-output: shrimps
-fail: burnt_fish
-message: "Cooked to perfection. It looks great!"
-fail_message: "You accidentally burn the shrimps."
diff --git a/data/recipes/cooking/trout.yaml b/data/recipes/cooking/trout.yaml
deleted file mode 100644
index 72587d5..0000000
--- a/data/recipes/cooking/trout.yaml
+++ /dev/null
@@ -1,13 +0,0 @@
-id: trout
-type: cooking
-level: 15
-xp: 70
-wait: 6
-station: [fire, cooking_range]
-consume:
- - items: [raw_trout]
- quantity: 1
-output: trout
-fail: burnt_fish
-message: "Cooked to perfection. It looks great!"
-fail_message: "You accidentally burn the trout."