diff options
| author | historia <[not public]> | 2026-07-01 04:53:56 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-07-01 04:53:56 -0400 |
| commit | bf7c27c2cbf3eb56a0a4c5141e39b152c51614b5 (patch) | |
| tree | 5383c325fafeb34c01ea737a7070402f040fc5af /data/items/ammo/arrow_shaft.yaml | |
| parent | fbe5090ac3325ff8ea6989cdf4515c7f077c975b (diff) | |
| download | thehouseoficarus-bf7c27c2cbf3eb56a0a4c5141e39b152c51614b5.tar.gz | |
feat: admin gui map, item, and objects mostly complete
Diffstat (limited to 'data/items/ammo/arrow_shaft.yaml')
| -rw-r--r-- | data/items/ammo/arrow_shaft.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
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 |
