diff options
| author | historia <[not public]> | 2026-06-20 03:20:01 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-20 03:20:01 -0400 |
| commit | e4400c5f1e84c18d2126f2cb502ae10685977cbb (patch) | |
| tree | 0523e9d68f1cfdc6f81b862e3068fe12c1a85054 /data/recipes/cooking | |
| parent | 5ea082ab4e82409aebc889b496f43e52b003d4f7 (diff) | |
| download | thehouseoficarus-e4400c5f1e84c18d2126f2cb502ae10685977cbb.tar.gz | |
refactor: combined all station crafting
Diffstat (limited to 'data/recipes/cooking')
| -rw-r--r-- | data/recipes/cooking/anchovies.yaml (renamed from data/recipes/cooking/cook_anchovies.yaml) | 2 | ||||
| -rw-r--r-- | data/recipes/cooking/bread.yaml (renamed from data/recipes/cooking/cook_bread.yaml) | 2 | ||||
| -rw-r--r-- | data/recipes/cooking/herring.yaml (renamed from data/recipes/cooking/cook_herring.yaml) | 2 | ||||
| -rw-r--r-- | data/recipes/cooking/salmon.yaml (renamed from data/recipes/cooking/cook_salmon.yaml) | 2 | ||||
| -rw-r--r-- | data/recipes/cooking/sardine.yaml (renamed from data/recipes/cooking/cook_sardine.yaml) | 2 | ||||
| -rw-r--r-- | data/recipes/cooking/shrimps.yaml (renamed from data/recipes/cooking/cook_shrimps.yaml) | 2 | ||||
| -rw-r--r-- | data/recipes/cooking/trout.yaml (renamed from data/recipes/cooking/cook_trout.yaml) | 2 |
7 files changed, 7 insertions, 7 deletions
diff --git a/data/recipes/cooking/cook_anchovies.yaml b/data/recipes/cooking/anchovies.yaml index bd4ea41..26bcc39 100644 --- a/data/recipes/cooking/cook_anchovies.yaml +++ b/data/recipes/cooking/anchovies.yaml @@ -1,4 +1,4 @@ -id: cook_anchovies +id: anchovies type: cooking level: 1 xp: 30 diff --git a/data/recipes/cooking/cook_bread.yaml b/data/recipes/cooking/bread.yaml index d1c68bf..0a27439 100644 --- a/data/recipes/cooking/cook_bread.yaml +++ b/data/recipes/cooking/bread.yaml @@ -1,4 +1,4 @@ -id: cook_bread +id: bread type: cooking level: 1 xp: 40 diff --git a/data/recipes/cooking/cook_herring.yaml b/data/recipes/cooking/herring.yaml index 3113092..486476c 100644 --- a/data/recipes/cooking/cook_herring.yaml +++ b/data/recipes/cooking/herring.yaml @@ -1,4 +1,4 @@ -id: cook_herring +id: herring type: cooking level: 5 xp: 50 diff --git a/data/recipes/cooking/cook_salmon.yaml b/data/recipes/cooking/salmon.yaml index 32c0fb0..c3362c0 100644 --- a/data/recipes/cooking/cook_salmon.yaml +++ b/data/recipes/cooking/salmon.yaml @@ -1,4 +1,4 @@ -id: cook_salmon +id: salmon type: cooking level: 25 xp: 90 diff --git a/data/recipes/cooking/cook_sardine.yaml b/data/recipes/cooking/sardine.yaml index fcda9b5..c03b7f0 100644 --- a/data/recipes/cooking/cook_sardine.yaml +++ b/data/recipes/cooking/sardine.yaml @@ -1,4 +1,4 @@ -id: cook_sardine +id: sardine type: cooking level: 1 xp: 40 diff --git a/data/recipes/cooking/cook_shrimps.yaml b/data/recipes/cooking/shrimps.yaml index feb4506..19ae396 100644 --- a/data/recipes/cooking/cook_shrimps.yaml +++ b/data/recipes/cooking/shrimps.yaml @@ -1,4 +1,4 @@ -id: cook_shrimps +id: shrimps type: cooking level: 1 xp: 30 diff --git a/data/recipes/cooking/cook_trout.yaml b/data/recipes/cooking/trout.yaml index cec6cd4..72587d5 100644 --- a/data/recipes/cooking/cook_trout.yaml +++ b/data/recipes/cooking/trout.yaml @@ -1,4 +1,4 @@ -id: cook_trout +id: trout type: cooking level: 15 xp: 70 |
