diff options
Diffstat (limited to 'data/recipes/cooking')
| -rw-r--r-- | data/recipes/cooking/anchovies.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/cooking/bread.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/cooking/herring.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/cooking/salmon.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/cooking/sardine.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/cooking/shrimps.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/cooking/trout.yaml | 13 |
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." |
