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/items/misc | |
| parent | 010fa439399581391fcd509d2058191ff4fa74b3 (diff) | |
| download | thehouseoficarus-470bc5bd99b793e46305310b5fbeb3068eba45f1.tar.gz | |
refactor: removed separate crafting recipes and combined them into item YAML
Diffstat (limited to 'data/items/misc')
| -rw-r--r-- | data/items/misc/mahogany_table.yaml | 19 | ||||
| -rw-r--r-- | data/items/misc/oak_shelf.yaml | 19 | ||||
| -rw-r--r-- | data/items/misc/oak_table.yaml | 19 | ||||
| -rw-r--r-- | data/items/misc/teak_table.yaml | 19 | ||||
| -rw-r--r-- | data/items/misc/wooden_chair.yaml | 19 | ||||
| -rw-r--r-- | data/items/misc/wooden_shelf.yaml | 19 | ||||
| -rw-r--r-- | data/items/misc/wooden_table.yaml | 19 |
7 files changed, 112 insertions, 21 deletions
diff --git a/data/items/misc/mahogany_table.yaml b/data/items/misc/mahogany_table.yaml index 245b929..f932fbe 100644 --- a/data/items/misc/mahogany_table.yaml +++ b/data/items/misc/mahogany_table.yaml @@ -1,6 +1,19 @@ +color: "96" +craft: + consume: + - items: + - mahogany_planks + quantity: 3 + level: 52 + message: You build a luxurious mahogany table. + skill: construction + station: + - workbench + type: construction + wait: 6 + xp: 120 +description: A luxurious mahogany table, the centerpiece of any room. id: mahogany_table name: mahogany table -color: "96" -description: "A luxurious mahogany table, the centerpiece of any room." -value: 240 stackable: false +value: 240 diff --git a/data/items/misc/oak_shelf.yaml b/data/items/misc/oak_shelf.yaml index 0f08fa5..b797d70 100644 --- a/data/items/misc/oak_shelf.yaml +++ b/data/items/misc/oak_shelf.yaml @@ -1,6 +1,19 @@ +color: "94" +craft: + consume: + - items: + - oak_planks + quantity: 2 + level: 18 + message: You assemble the oak planks into a sturdy shelf. + skill: construction + station: + - workbench + type: construction + wait: 6 + xp: 40 +description: A solid oak shelf, built to last. id: oak_shelf name: oak shelf -color: "94" -description: "A solid oak shelf, built to last." -value: 80 stackable: false +value: 80 diff --git a/data/items/misc/oak_table.yaml b/data/items/misc/oak_table.yaml index e94b372..407380f 100644 --- a/data/items/misc/oak_table.yaml +++ b/data/items/misc/oak_table.yaml @@ -1,6 +1,19 @@ +color: "94" +craft: + consume: + - items: + - oak_planks + quantity: 3 + level: 20 + message: You build a fine oak table. + skill: construction + station: + - workbench + type: construction + wait: 6 + xp: 50 +description: A fine oak table with carved legs. id: oak_table name: oak table -color: "94" -description: "A fine oak table with carved legs." -value: 100 stackable: false +value: 100 diff --git a/data/items/misc/teak_table.yaml b/data/items/misc/teak_table.yaml index 5c2c5c5..36c1be6 100644 --- a/data/items/misc/teak_table.yaml +++ b/data/items/misc/teak_table.yaml @@ -1,6 +1,19 @@ +color: "100" +craft: + consume: + - items: + - teak_planks + quantity: 3 + level: 38 + message: You build an elegant teak table. + skill: construction + station: + - workbench + type: construction + wait: 6 + xp: 80 +description: An elegant teak table with a polished surface. id: teak_table name: teak table -color: "100" -description: "An elegant teak table with a polished surface." -value: 160 stackable: false +value: 160 diff --git a/data/items/misc/wooden_chair.yaml b/data/items/misc/wooden_chair.yaml index 16220ef..786a818 100644 --- a/data/items/misc/wooden_chair.yaml +++ b/data/items/misc/wooden_chair.yaml @@ -1,6 +1,19 @@ +color: "130" +craft: + consume: + - items: + - planks + quantity: 2 + level: 8 + message: You craft a comfortable wooden chair. + skill: construction + station: + - workbench + type: construction + wait: 6 + xp: 30 +description: A comfortable wooden chair with a smooth finish. id: wooden_chair name: wooden chair -color: "130" -description: "A comfortable wooden chair with a smooth finish." -value: 35 stackable: false +value: 35 diff --git a/data/items/misc/wooden_shelf.yaml b/data/items/misc/wooden_shelf.yaml index 3b0d97d..a99c0a5 100644 --- a/data/items/misc/wooden_shelf.yaml +++ b/data/items/misc/wooden_shelf.yaml @@ -1,6 +1,19 @@ +color: "130" +craft: + consume: + - items: + - planks + quantity: 2 + level: 4 + message: You assemble the planks into a wooden shelf. + skill: construction + station: + - workbench + type: construction + wait: 6 + xp: 20 +description: A simple wooden shelf, useful for storing small items. id: wooden_shelf name: wooden shelf -color: "130" -description: "A simple wooden shelf, useful for storing small items." -value: 40 stackable: false +value: 40 diff --git a/data/items/misc/wooden_table.yaml b/data/items/misc/wooden_table.yaml index 171a9bb..c59c997 100644 --- a/data/items/misc/wooden_table.yaml +++ b/data/items/misc/wooden_table.yaml @@ -1,6 +1,19 @@ +color: "130" +craft: + consume: + - items: + - planks + quantity: 3 + level: 6 + message: You build a sturdy wooden table. + skill: construction + station: + - workbench + type: construction + wait: 6 + xp: 25 +description: A sturdy wooden table, perfect for dining or displaying objects. id: wooden_table name: wooden table -color: "130" -description: "A sturdy wooden table, perfect for dining or displaying objects." -value: 50 stackable: false +value: 50 |
