From e4400c5f1e84c18d2126f2cb502ae10685977cbb Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 20 Jun 2026 03:20:01 -0400 Subject: refactor: combined all station crafting --- data/recipes/cooking/anchovies.yaml | 13 +++++++++++++ data/recipes/cooking/bread.yaml | 13 +++++++++++++ data/recipes/cooking/cook_anchovies.yaml | 13 ------------- data/recipes/cooking/cook_bread.yaml | 13 ------------- data/recipes/cooking/cook_herring.yaml | 13 ------------- data/recipes/cooking/cook_salmon.yaml | 13 ------------- data/recipes/cooking/cook_sardine.yaml | 13 ------------- data/recipes/cooking/cook_shrimps.yaml | 13 ------------- data/recipes/cooking/cook_trout.yaml | 13 ------------- data/recipes/cooking/herring.yaml | 13 +++++++++++++ data/recipes/cooking/salmon.yaml | 13 +++++++++++++ data/recipes/cooking/sardine.yaml | 13 +++++++++++++ data/recipes/cooking/shrimps.yaml | 13 +++++++++++++ data/recipes/cooking/trout.yaml | 13 +++++++++++++ 14 files changed, 91 insertions(+), 91 deletions(-) create mode 100644 data/recipes/cooking/anchovies.yaml create mode 100644 data/recipes/cooking/bread.yaml delete mode 100644 data/recipes/cooking/cook_anchovies.yaml delete mode 100644 data/recipes/cooking/cook_bread.yaml delete mode 100644 data/recipes/cooking/cook_herring.yaml delete mode 100644 data/recipes/cooking/cook_salmon.yaml delete mode 100644 data/recipes/cooking/cook_sardine.yaml delete mode 100644 data/recipes/cooking/cook_shrimps.yaml delete mode 100644 data/recipes/cooking/cook_trout.yaml create mode 100644 data/recipes/cooking/herring.yaml create mode 100644 data/recipes/cooking/salmon.yaml create mode 100644 data/recipes/cooking/sardine.yaml create mode 100644 data/recipes/cooking/shrimps.yaml create mode 100644 data/recipes/cooking/trout.yaml (limited to 'data/recipes/cooking') diff --git a/data/recipes/cooking/anchovies.yaml b/data/recipes/cooking/anchovies.yaml new file mode 100644 index 0000000..26bcc39 --- /dev/null +++ b/data/recipes/cooking/anchovies.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..0a27439 --- /dev/null +++ b/data/recipes/cooking/bread.yaml @@ -0,0 +1,13 @@ +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/cook_anchovies.yaml b/data/recipes/cooking/cook_anchovies.yaml deleted file mode 100644 index bd4ea41..0000000 --- a/data/recipes/cooking/cook_anchovies.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: cook_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/cook_bread.yaml b/data/recipes/cooking/cook_bread.yaml deleted file mode 100644 index d1c68bf..0000000 --- a/data/recipes/cooking/cook_bread.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: cook_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/cook_herring.yaml b/data/recipes/cooking/cook_herring.yaml deleted file mode 100644 index 3113092..0000000 --- a/data/recipes/cooking/cook_herring.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: cook_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/cook_salmon.yaml b/data/recipes/cooking/cook_salmon.yaml deleted file mode 100644 index 32c0fb0..0000000 --- a/data/recipes/cooking/cook_salmon.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: cook_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/cook_sardine.yaml b/data/recipes/cooking/cook_sardine.yaml deleted file mode 100644 index fcda9b5..0000000 --- a/data/recipes/cooking/cook_sardine.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: cook_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/cook_shrimps.yaml b/data/recipes/cooking/cook_shrimps.yaml deleted file mode 100644 index feb4506..0000000 --- a/data/recipes/cooking/cook_shrimps.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: cook_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/cook_trout.yaml b/data/recipes/cooking/cook_trout.yaml deleted file mode 100644 index cec6cd4..0000000 --- a/data/recipes/cooking/cook_trout.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: cook_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." diff --git a/data/recipes/cooking/herring.yaml b/data/recipes/cooking/herring.yaml new file mode 100644 index 0000000..486476c --- /dev/null +++ b/data/recipes/cooking/herring.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..c3362c0 --- /dev/null +++ b/data/recipes/cooking/salmon.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..c03b7f0 --- /dev/null +++ b/data/recipes/cooking/sardine.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..19ae396 --- /dev/null +++ b/data/recipes/cooking/shrimps.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..72587d5 --- /dev/null +++ b/data/recipes/cooking/trout.yaml @@ -0,0 +1,13 @@ +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." -- cgit v1.2.3