diff options
Diffstat (limited to 'data/recipes/fletching/unstrung_bows.yaml')
| -rw-r--r-- | data/recipes/fletching/unstrung_bows.yaml | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/data/recipes/fletching/unstrung_bows.yaml b/data/recipes/fletching/unstrung_bows.yaml new file mode 100644 index 0000000..3195c8d --- /dev/null +++ b/data/recipes/fletching/unstrung_bows.yaml @@ -0,0 +1,88 @@ +type: fletching +tool: knife +wait: 3 +products: + - id: shortbow_u + output: shortbow_u + level: 5 + xp: 5 + consume: + - items: [logs] + quantity: 1 + - id: longbow_u + output: longbow_u + level: 10 + xp: 10 + consume: + - items: [logs] + quantity: 1 + - id: oak_shortbow_u + output: oak_shortbow_u + level: 20 + xp: 16 + consume: + - items: [oak_logs] + quantity: 1 + - id: oak_longbow_u + output: oak_longbow_u + level: 25 + xp: 25 + consume: + - items: [oak_logs] + quantity: 1 + - id: willow_shortbow_u + output: willow_shortbow_u + level: 35 + xp: 33 + consume: + - items: [willow_logs] + quantity: 1 + - id: willow_longbow_u + output: willow_longbow_u + level: 40 + xp: 41 + consume: + - items: [willow_logs] + quantity: 1 + - id: maple_shortbow_u + output: maple_shortbow_u + level: 50 + xp: 50 + consume: + - items: [maple_logs] + quantity: 1 + - id: maple_longbow_u + output: maple_longbow_u + level: 55 + xp: 58 + consume: + - items: [maple_logs] + quantity: 1 + - id: yew_shortbow_u + output: yew_shortbow_u + level: 60 + xp: 67 + consume: + - items: [yew_logs] + quantity: 1 + - id: yew_longbow_u + output: yew_longbow_u + level: 65 + xp: 75 + consume: + - items: [yew_logs] + quantity: 1 + - id: magic_shortbow_u + output: magic_shortbow_u + level: 80 + xp: 83 + consume: + - items: [magic_logs] + quantity: 1 + - id: magic_longbow_u + output: magic_longbow_u + level: 85 + xp: 91 + consume: + - items: [magic_logs] + quantity: 1 |
