From 8ee8982b8759bcae116647cc993867f4c8b0a6ce Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 20:24:52 -0400 Subject: reorganized items, objects, and rooms in directories. oranized module names. added startup checks. --- data/recipes/fletching/fletch_bronze_arrow.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/recipes/fletching/fletch_bronze_arrow.yaml (limited to 'data/recipes/fletching/fletch_bronze_arrow.yaml') diff --git a/data/recipes/fletching/fletch_bronze_arrow.yaml b/data/recipes/fletching/fletch_bronze_arrow.yaml new file mode 100644 index 0000000..4b9e924 --- /dev/null +++ b/data/recipes/fletching/fletch_bronze_arrow.yaml @@ -0,0 +1,13 @@ +id: fletch_bronze_arrow +type: fletching +level: 1 +xp: 1 +wait: 2 +consume: + - items: [headless_arrow] + quantity: 15 + - items: [bronze_arrowtips] + quantity: 15 +output: bronze_arrow +output_qty: 15 +message: "You attach the bronze arrowtips to the headless arrows." -- cgit v1.2.3