diff options
Diffstat (limited to 'data/recipes/fletching')
| -rw-r--r-- | data/recipes/fletching/arrow_shafts.yaml | 52 | ||||
| -rw-r--r-- | data/recipes/fletching/bolt_feathering.yaml | 63 | ||||
| -rw-r--r-- | data/recipes/fletching/gem_bolt_tips.yaml | 36 | ||||
| -rw-r--r-- | data/recipes/fletching/gem_tipped_bolts.yaml | 43 | ||||
| -rw-r--r-- | data/recipes/fletching/headless_arrow.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/fletching/strung_bows.yaml | 111 | ||||
| -rw-r--r-- | data/recipes/fletching/tipped_arrows.yaml | 63 | ||||
| -rw-r--r-- | data/recipes/fletching/unstrung_bows.yaml | 88 |
8 files changed, 0 insertions, 469 deletions
diff --git a/data/recipes/fletching/arrow_shafts.yaml b/data/recipes/fletching/arrow_shafts.yaml deleted file mode 100644 index c382340..0000000 --- a/data/recipes/fletching/arrow_shafts.yaml +++ /dev/null @@ -1,52 +0,0 @@ -type: fletching -tool: knife -wait: 5 -products: - - id: arrow_shaft - output: arrow_shaft - level: 1 - xp: 5 - output_qty: 15 - consume: - - items: [logs] - quantity: 1 - - id: arrow_shaft_oak - output: arrow_shaft - level: 15 - xp: 10 - output_qty: 20 - consume: - - items: [oak_logs] - quantity: 1 - - id: arrow_shaft_willow - output: arrow_shaft - level: 30 - xp: 15 - output_qty: 25 - consume: - - items: [willow_logs] - quantity: 1 - - id: arrow_shaft_maple - output: arrow_shaft - level: 45 - xp: 20 - output_qty: 30 - consume: - - items: [maple_logs] - quantity: 1 - - id: arrow_shaft_yew - output: arrow_shaft - level: 60 - xp: 25 - output_qty: 35 - consume: - - items: [yew_logs] - quantity: 1 - - id: arrow_shaft_magic - output: arrow_shaft - level: 75 - xp: 30 - output_qty: 40 - consume: - - items: [magic_logs] - quantity: 1 diff --git a/data/recipes/fletching/bolt_feathering.yaml b/data/recipes/fletching/bolt_feathering.yaml deleted file mode 100644 index 2197de1..0000000 --- a/data/recipes/fletching/bolt_feathering.yaml +++ /dev/null @@ -1,63 +0,0 @@ -type: fletching -wait: 0 -products: - - id: bronze_bolts - output: bronze_bolts - level: 9 - xp: 5 - output_qty: 10 - consume: - - items: [bronze_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: iron_bolts - output: iron_bolts - level: 39 - xp: 15 - output_qty: 10 - consume: - - items: [iron_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: steel_bolts - output: steel_bolts - level: 46 - xp: 35 - output_qty: 10 - consume: - - items: [steel_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: mithril_bolts - output: mithril_bolts - level: 54 - xp: 50 - output_qty: 10 - consume: - - items: [mithril_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: adamant_bolts - output: adamant_bolts - level: 61 - xp: 70 - output_qty: 10 - consume: - - items: [adamant_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 - - id: rune_bolts - output: rune_bolts - level: 69 - xp: 100 - output_qty: 10 - consume: - - items: [rune_bolts_unf] - quantity: 10 - - items: [feather] - quantity: 10 diff --git a/data/recipes/fletching/gem_bolt_tips.yaml b/data/recipes/fletching/gem_bolt_tips.yaml deleted file mode 100644 index 5482140..0000000 --- a/data/recipes/fletching/gem_bolt_tips.yaml +++ /dev/null @@ -1,36 +0,0 @@ -type: fletching -tool: chisel -wait: 5 -products: - - id: sapphire_bolt_tips - output: sapphire_bolt_tips - level: 63 - xp: 4 - output_qty: 12 - consume: - - items: [uncut_sapphire] - quantity: 1 - - id: diamond_bolt_tips - output: diamond_bolt_tips - level: 65 - xp: 7 - output_qty: 12 - consume: - - items: [uncut_diamond] - quantity: 1 - - id: emerald_bolt_tips - output: emerald_bolt_tips - level: 66 - xp: 5 - output_qty: 12 - consume: - - items: [uncut_emerald] - quantity: 1 - - id: ruby_bolt_tips - output: ruby_bolt_tips - level: 73 - xp: 6 - output_qty: 12 - consume: - - items: [uncut_ruby] - quantity: 1 diff --git a/data/recipes/fletching/gem_tipped_bolts.yaml b/data/recipes/fletching/gem_tipped_bolts.yaml deleted file mode 100644 index 7ed5adc..0000000 --- a/data/recipes/fletching/gem_tipped_bolts.yaml +++ /dev/null @@ -1,43 +0,0 @@ -type: fletching -wait: 2 -products: - - id: sapphire_bolts - output: sapphire_bolts - level: 63 - xp: 4 - output_qty: 10 - consume: - - items: [mithril_bolts] - quantity: 10 - - items: [sapphire_bolt_tips] - quantity: 10 - - id: diamond_bolts - output: diamond_bolts - level: 65 - xp: 7 - output_qty: 10 - consume: - - items: [adamant_bolts] - quantity: 10 - - items: [diamond_bolt_tips] - quantity: 10 - - id: emerald_bolts - output: emerald_bolts - level: 66 - xp: 5 - output_qty: 10 - consume: - - items: [mithril_bolts] - quantity: 10 - - items: [emerald_bolt_tips] - quantity: 10 - - id: ruby_bolts - output: ruby_bolts - level: 73 - xp: 6 - output_qty: 10 - consume: - - items: [adamant_bolts] - quantity: 10 - - items: [ruby_bolt_tips] - quantity: 10 diff --git a/data/recipes/fletching/headless_arrow.yaml b/data/recipes/fletching/headless_arrow.yaml deleted file mode 100644 index 0c1e363..0000000 --- a/data/recipes/fletching/headless_arrow.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: headless_arrow -type: fletching -level: 1 -xp: 1 -wait: 2 -consume: - - items: [arrow_shaft] - quantity: 15 - - items: [feather] - quantity: 15 -output: headless_arrow -output_qty: 15 -message: "You attach feathers to the arrow shafts." diff --git a/data/recipes/fletching/strung_bows.yaml b/data/recipes/fletching/strung_bows.yaml deleted file mode 100644 index c7e2c3d..0000000 --- a/data/recipes/fletching/strung_bows.yaml +++ /dev/null @@ -1,111 +0,0 @@ -type: fletching -wait: 2 -products: - - id: shortbow - output: shortbow - level: 5 - xp: 5 - consume: - - items: [shortbow_u] - quantity: 1 - - items: [bowstring] - quantity: 1 - - id: longbow - output: longbow - level: 10 - xp: 10 - consume: - - items: [longbow_u] - quantity: 1 - - items: [bowstring] - quantity: 1 - - id: oak_shortbow - output: oak_shortbow - level: 20 - xp: 16 - consume: - - items: [oak_shortbow_u] - quantity: 1 - - items: [bowstring] - quantity: 1 - - id: oak_longbow - output: oak_longbow - level: 25 - xp: 25 - consume: - - items: [oak_longbow_u] - quantity: 1 - - items: [bowstring] - quantity: 1 - - id: willow_shortbow - output: willow_shortbow - level: 35 - xp: 33 - consume: - - items: [willow_shortbow_u] - quantity: 1 - - items: [bowstring] - quantity: 1 - - id: willow_longbow - output: willow_longbow - level: 40 - xp: 41 - consume: - - items: [willow_longbow_u] - quantity: 1 - - items: [bowstring] - quantity: 1 - - id: maple_shortbow - output: maple_shortbow - level: 50 - xp: 50 - consume: - - items: [maple_shortbow_u] - quantity: 1 - - items: [bowstring] - quantity: 1 - - id: maple_longbow - output: maple_longbow - level: 55 - xp: 58 - consume: - - items: [maple_longbow_u] - quantity: 1 - - items: [bowstring] - quantity: 1 - - id: yew_shortbow - output: yew_shortbow - level: 60 - xp: 67 - consume: - - items: [yew_shortbow_u] - quantity: 1 - - items: [bowstring] - quantity: 1 - - id: yew_longbow - output: yew_longbow - level: 65 - xp: 75 - consume: - - items: [yew_longbow_u] - quantity: 1 - - items: [bowstring] - quantity: 1 - - id: magic_shortbow - output: magic_shortbow - level: 80 - xp: 83 - consume: - - items: [magic_shortbow_u] - quantity: 1 - - items: [bowstring] - quantity: 1 - - id: magic_longbow - output: magic_longbow - level: 85 - xp: 91 - consume: - - items: [magic_longbow_u] - quantity: 1 - - items: [bowstring] - quantity: 1 diff --git a/data/recipes/fletching/tipped_arrows.yaml b/data/recipes/fletching/tipped_arrows.yaml deleted file mode 100644 index 8e4530b..0000000 --- a/data/recipes/fletching/tipped_arrows.yaml +++ /dev/null @@ -1,63 +0,0 @@ -type: fletching -wait: 2 -products: - - id: bronze_arrow - output: bronze_arrow - level: 1 - xp: 1 - output_qty: 15 - consume: - - items: [headless_arrow] - quantity: 15 - - items: [bronze_arrowtips] - quantity: 15 - - id: iron_arrow - output: iron_arrow - level: 15 - xp: 2 - output_qty: 15 - consume: - - items: [headless_arrow] - quantity: 15 - - items: [iron_arrowtips] - quantity: 15 - - id: steel_arrow - output: steel_arrow - level: 30 - xp: 5 - output_qty: 15 - consume: - - items: [headless_arrow] - quantity: 15 - - items: [steel_arrowtips] - quantity: 15 - - id: mithril_arrow - output: mithril_arrow - level: 45 - xp: 7 - output_qty: 15 - consume: - - items: [headless_arrow] - quantity: 15 - - items: [mithril_arrowtips] - quantity: 15 - - id: adamant_arrow - output: adamant_arrow - level: 60 - xp: 10 - output_qty: 15 - consume: - - items: [headless_arrow] - quantity: 15 - - items: [adamant_arrowtips] - quantity: 15 - - id: rune_arrow - output: rune_arrow - level: 75 - xp: 12 - output_qty: 15 - consume: - - items: [headless_arrow] - quantity: 15 - - items: [rune_arrowtips] - quantity: 15 diff --git a/data/recipes/fletching/unstrung_bows.yaml b/data/recipes/fletching/unstrung_bows.yaml deleted file mode 100644 index 3195c8d..0000000 --- a/data/recipes/fletching/unstrung_bows.yaml +++ /dev/null @@ -1,88 +0,0 @@ -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 |
