From bf7c27c2cbf3eb56a0a4c5141e39b152c51614b5 Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Wed, 1 Jul 2026 04:53:56 -0400 Subject: feat: admin gui map, item, and objects mostly complete --- data/items/ammo/arrow_shaft.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'data/items/ammo/arrow_shaft.yaml') diff --git a/data/items/ammo/arrow_shaft.yaml b/data/items/ammo/arrow_shaft.yaml index ce44c90..023c366 100644 --- a/data/items/ammo/arrow_shaft.yaml +++ b/data/items/ammo/arrow_shaft.yaml @@ -8,7 +8,7 @@ craft: output_qty: 15 tool: knife type: fletching - wait: 5 + ticks_per_cycle: 5 xp: 5 - ingredients: - items: @@ -18,7 +18,7 @@ craft: output_qty: 20 tool: knife type: fletching - wait: 5 + ticks_per_cycle: 5 xp: 10 - ingredients: - items: @@ -28,7 +28,7 @@ craft: output_qty: 25 tool: knife type: fletching - wait: 5 + ticks_per_cycle: 5 xp: 15 - ingredients: - items: @@ -38,7 +38,7 @@ craft: output_qty: 30 tool: knife type: fletching - wait: 5 + ticks_per_cycle: 5 xp: 20 - ingredients: - items: @@ -48,7 +48,7 @@ craft: output_qty: 35 tool: knife type: fletching - wait: 5 + ticks_per_cycle: 5 xp: 25 - ingredients: - items: @@ -58,7 +58,7 @@ craft: output_qty: 40 tool: knife type: fletching - wait: 5 + ticks_per_cycle: 5 xp: 30 description: A wooden arrow shaft. Needs feathers and a head. name: arrow shaft -- cgit v1.2.3