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_adamant_bolts.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 data/recipes/fletching/fletch_adamant_bolts.yaml (limited to 'data/recipes/fletching/fletch_adamant_bolts.yaml') diff --git a/data/recipes/fletching/fletch_adamant_bolts.yaml b/data/recipes/fletching/fletch_adamant_bolts.yaml new file mode 100644 index 0000000..d96c811 --- /dev/null +++ b/data/recipes/fletching/fletch_adamant_bolts.yaml @@ -0,0 +1,13 @@ +id: fletch_adamant_bolts +type: fletching +level: 61 +xp: 70 +wait: 0 +consume: + - items: [adamant_bolts_unf] + quantity: 10 + - items: [feather] + quantity: 10 +output: adamant_bolts +output_qty: 10 +message: "You attach feathers to the adamant bolts." -- cgit v1.2.3