diff options
| author | historia <[not public]> | 2026-06-20 23:43:35 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-20 23:43:35 -0400 |
| commit | 470bc5bd99b793e46305310b5fbeb3068eba45f1 (patch) | |
| tree | ff268fab1a8e7699cd6404e6e86c2d4bd1c6f2f6 /data/recipes/construction | |
| parent | 010fa439399581391fcd509d2058191ff4fa74b3 (diff) | |
| download | thehouseoficarus-470bc5bd99b793e46305310b5fbeb3068eba45f1.tar.gz | |
refactor: removed separate crafting recipes and combined them into item YAML
Diffstat (limited to 'data/recipes/construction')
| -rw-r--r-- | data/recipes/construction/mahogany_planks.yaml | 12 | ||||
| -rw-r--r-- | data/recipes/construction/mahogany_table.yaml | 11 | ||||
| -rw-r--r-- | data/recipes/construction/oak_planks.yaml | 12 | ||||
| -rw-r--r-- | data/recipes/construction/oak_shelf.yaml | 11 | ||||
| -rw-r--r-- | data/recipes/construction/oak_table.yaml | 11 | ||||
| -rw-r--r-- | data/recipes/construction/planks.yaml | 12 | ||||
| -rw-r--r-- | data/recipes/construction/teak_planks.yaml | 12 | ||||
| -rw-r--r-- | data/recipes/construction/teak_table.yaml | 11 | ||||
| -rw-r--r-- | data/recipes/construction/wooden_chair.yaml | 11 | ||||
| -rw-r--r-- | data/recipes/construction/wooden_shelf.yaml | 11 | ||||
| -rw-r--r-- | data/recipes/construction/wooden_table.yaml | 11 |
11 files changed, 0 insertions, 125 deletions
diff --git a/data/recipes/construction/mahogany_planks.yaml b/data/recipes/construction/mahogany_planks.yaml deleted file mode 100644 index 3008a07..0000000 --- a/data/recipes/construction/mahogany_planks.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: 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/mahogany_table.yaml b/data/recipes/construction/mahogany_table.yaml deleted file mode 100644 index 4b08c06..0000000 --- a/data/recipes/construction/mahogany_table.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: 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/oak_planks.yaml b/data/recipes/construction/oak_planks.yaml deleted file mode 100644 index da50f88..0000000 --- a/data/recipes/construction/oak_planks.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: 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/oak_shelf.yaml b/data/recipes/construction/oak_shelf.yaml deleted file mode 100644 index c9f6242..0000000 --- a/data/recipes/construction/oak_shelf.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: 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/oak_table.yaml b/data/recipes/construction/oak_table.yaml deleted file mode 100644 index 6428200..0000000 --- a/data/recipes/construction/oak_table.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: 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/planks.yaml b/data/recipes/construction/planks.yaml deleted file mode 100644 index 9d202ff..0000000 --- a/data/recipes/construction/planks.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: 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/teak_planks.yaml b/data/recipes/construction/teak_planks.yaml deleted file mode 100644 index 1780d8b..0000000 --- a/data/recipes/construction/teak_planks.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: 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/teak_table.yaml b/data/recipes/construction/teak_table.yaml deleted file mode 100644 index ce579e1..0000000 --- a/data/recipes/construction/teak_table.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: 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/wooden_chair.yaml b/data/recipes/construction/wooden_chair.yaml deleted file mode 100644 index a1db252..0000000 --- a/data/recipes/construction/wooden_chair.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: 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/wooden_shelf.yaml b/data/recipes/construction/wooden_shelf.yaml deleted file mode 100644 index 3ea97cc..0000000 --- a/data/recipes/construction/wooden_shelf.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: 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/wooden_table.yaml b/data/recipes/construction/wooden_table.yaml deleted file mode 100644 index 73050a7..0000000 --- a/data/recipes/construction/wooden_table.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: 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." |
