diff options
Diffstat (limited to 'data/recipes/smithing')
54 files changed, 288 insertions, 546 deletions
diff --git a/data/recipes/smithing/adamant.yaml b/data/recipes/smithing/adamant.yaml new file mode 100644 index 0000000..bd9debe --- /dev/null +++ b/data/recipes/smithing/adamant.yaml @@ -0,0 +1,48 @@ +type: smithing +station: [anvil] +wait: 4 +consume: + - items: [adamantite_bar] + quantity: 1 +products: + - id: adamant_dagger + output: adamant_dagger + level: 70 + xp: 62 + - id: adamant_med_helm + output: adamant_med_helm + level: 73 + xp: 62 + - id: adamant_sword + output: adamant_sword + level: 74 + xp: 62 + - id: adamant_nails + output: adamant_nails + level: 74 + xp: 62 + output_qty: 15 + - id: adamant_arrowtips + output: adamant_arrowtips + level: 75 + xp: 62 + output_qty: 15 + - id: adamant_bolts_unf + output: adamant_bolts_unf + level: 76 + xp: 62 + output_qty: 10 + - id: adamant_full_helm + output: adamant_full_helm + level: 77 + xp: 125 + consume: + - items: [adamantite_bar] + quantity: 2 + - id: adamant_platebody + output: adamant_platebody + level: 88 + xp: 312 + consume: + - items: [adamantite_bar] + quantity: 5 diff --git a/data/recipes/smithing/bronze.yaml b/data/recipes/smithing/bronze.yaml new file mode 100644 index 0000000..da1b55f --- /dev/null +++ b/data/recipes/smithing/bronze.yaml @@ -0,0 +1,48 @@ +type: smithing +station: [anvil] +wait: 4 +consume: + - items: [bronze_bar] + quantity: 1 +products: + - id: bronze_dagger + output: bronze_dagger + level: 1 + xp: 12 + - id: bronze_med_helm + output: bronze_med_helm + level: 3 + xp: 12 + - id: bronze_sword + output: bronze_sword + level: 4 + xp: 12 + - id: bronze_nails + output: bronze_nails + level: 4 + xp: 12 + output_qty: 15 + - id: bronze_arrowtips + output: bronze_arrowtips + level: 5 + xp: 12 + output_qty: 15 + - id: bronze_bolts_unf + output: bronze_bolts_unf + level: 6 + xp: 12 + output_qty: 10 + - id: bronze_full_helm + output: bronze_full_helm + level: 7 + xp: 25 + consume: + - items: [bronze_bar] + quantity: 2 + - id: bronze_platebody + output: bronze_platebody + level: 18 + xp: 62 + consume: + - items: [bronze_bar] + quantity: 5 diff --git a/data/recipes/smithing/iron.yaml b/data/recipes/smithing/iron.yaml new file mode 100644 index 0000000..e39facd --- /dev/null +++ b/data/recipes/smithing/iron.yaml @@ -0,0 +1,48 @@ +type: smithing +station: [anvil] +wait: 4 +consume: + - items: [iron_bar] + quantity: 1 +products: + - id: iron_dagger + output: iron_dagger + level: 20 + xp: 25 + - id: iron_med_helm + output: iron_med_helm + level: 22 + xp: 25 + - id: iron_sword + output: iron_sword + level: 24 + xp: 25 + - id: iron_nails + output: iron_nails + level: 24 + xp: 25 + output_qty: 15 + - id: iron_arrowtips + output: iron_arrowtips + level: 25 + xp: 25 + output_qty: 15 + - id: iron_bolts_unf + output: iron_bolts_unf + level: 26 + xp: 25 + output_qty: 10 + - id: iron_full_helm + output: iron_full_helm + level: 27 + xp: 50 + consume: + - items: [iron_bar] + quantity: 2 + - id: iron_platebody + output: iron_platebody + level: 33 + xp: 125 + consume: + - items: [iron_bar] + quantity: 5 diff --git a/data/recipes/smithing/mithril.yaml b/data/recipes/smithing/mithril.yaml new file mode 100644 index 0000000..dfa4a6d --- /dev/null +++ b/data/recipes/smithing/mithril.yaml @@ -0,0 +1,48 @@ +type: smithing +station: [anvil] +wait: 4 +consume: + - items: [mithril_bar] + quantity: 1 +products: + - id: mithril_dagger + output: mithril_dagger + level: 50 + xp: 50 + - id: mithril_med_helm + output: mithril_med_helm + level: 53 + xp: 50 + - id: mithril_sword + output: mithril_sword + level: 54 + xp: 50 + - id: mithril_nails + output: mithril_nails + level: 54 + xp: 50 + output_qty: 15 + - id: mithril_arrowtips + output: mithril_arrowtips + level: 55 + xp: 50 + output_qty: 15 + - id: mithril_bolts_unf + output: mithril_bolts_unf + level: 56 + xp: 50 + output_qty: 10 + - id: mithril_full_helm + output: mithril_full_helm + level: 57 + xp: 100 + consume: + - items: [mithril_bar] + quantity: 2 + - id: mithril_platebody + output: mithril_platebody + level: 68 + xp: 250 + consume: + - items: [mithril_bar] + quantity: 5 diff --git a/data/recipes/smithing/rune.yaml b/data/recipes/smithing/rune.yaml new file mode 100644 index 0000000..fdffafc --- /dev/null +++ b/data/recipes/smithing/rune.yaml @@ -0,0 +1,48 @@ +type: smithing +station: [anvil] +wait: 4 +consume: + - items: [runite_bar] + quantity: 1 +products: + - id: rune_dagger + output: rune_dagger + level: 85 + xp: 75 + - id: rune_med_helm + output: rune_med_helm + level: 88 + xp: 75 + - id: rune_sword + output: rune_sword + level: 89 + xp: 75 + - id: rune_nails + output: rune_nails + level: 89 + xp: 75 + output_qty: 15 + - id: rune_arrowtips + output: rune_arrowtips + level: 90 + xp: 75 + output_qty: 15 + - id: rune_bolts_unf + output: rune_bolts_unf + level: 91 + xp: 75 + output_qty: 10 + - id: rune_full_helm + output: rune_full_helm + level: 92 + xp: 150 + consume: + - items: [runite_bar] + quantity: 2 + - id: rune_platebody + output: rune_platebody + level: 99 + xp: 375 + consume: + - items: [runite_bar] + quantity: 5 diff --git a/data/recipes/smithing/smith_adamant_arrowtips.yaml b/data/recipes/smithing/smith_adamant_arrowtips.yaml deleted file mode 100644 index 466cfa2..0000000 --- a/data/recipes/smithing/smith_adamant_arrowtips.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_adamant_arrowtips -type: smithing -level: 75 -xp: 62 -wait: 4 -station: [anvil] -consume: - - items: [adamantite_bar] - quantity: 1 -output: adamant_arrowtips -output_qty: 15 -message: "You hammer out some adamant arrowtips." diff --git a/data/recipes/smithing/smith_adamant_bolts_unf.yaml b/data/recipes/smithing/smith_adamant_bolts_unf.yaml deleted file mode 100644 index 2fe1730..0000000 --- a/data/recipes/smithing/smith_adamant_bolts_unf.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_adamant_bolts_unf -type: smithing -level: 76 -xp: 62 -wait: 4 -station: [anvil] -consume: - - items: [adamantite_bar] - quantity: 1 -output: adamant_bolts_unf -output_qty: 10 -message: "You hammer out some adamant bolts." diff --git a/data/recipes/smithing/smith_adamant_dagger.yaml b/data/recipes/smithing/smith_adamant_dagger.yaml deleted file mode 100644 index fb68dbf..0000000 --- a/data/recipes/smithing/smith_adamant_dagger.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_adamant_dagger -type: smithing -level: 70 -xp: 62 -wait: 4 -station: [anvil] -consume: - - items: [adamantite_bar] - quantity: 1 -output: adamant_dagger -message: "You hammer out an adamant dagger." diff --git a/data/recipes/smithing/smith_adamant_full_helm.yaml b/data/recipes/smithing/smith_adamant_full_helm.yaml deleted file mode 100644 index 2d849e5..0000000 --- a/data/recipes/smithing/smith_adamant_full_helm.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_adamant_full_helm -type: smithing -level: 77 -xp: 125 -wait: 4 -station: [anvil] -consume: - - items: [adamantite_bar] - quantity: 2 -output: adamant_full_helm -message: "You hammer out an adamant full helm." diff --git a/data/recipes/smithing/smith_adamant_med_helm.yaml b/data/recipes/smithing/smith_adamant_med_helm.yaml deleted file mode 100644 index 505691c..0000000 --- a/data/recipes/smithing/smith_adamant_med_helm.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_adamant_med_helm -type: smithing -level: 73 -xp: 62 -wait: 4 -station: [anvil] -consume: - - items: [adamantite_bar] - quantity: 1 -output: adamant_med_helm -message: "You hammer out an adamant med helm." diff --git a/data/recipes/smithing/smith_adamant_nails.yaml b/data/recipes/smithing/smith_adamant_nails.yaml deleted file mode 100644 index 2273b67..0000000 --- a/data/recipes/smithing/smith_adamant_nails.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_adamant_nails -type: smithing -level: 74 -xp: 62 -wait: 4 -station: [anvil] -consume: - - items: [adamantite_bar] - quantity: 1 -output: adamant_nails -output_qty: 15 -message: "You hammer out some adamant nails." diff --git a/data/recipes/smithing/smith_adamant_platebody.yaml b/data/recipes/smithing/smith_adamant_platebody.yaml deleted file mode 100644 index 33dc400..0000000 --- a/data/recipes/smithing/smith_adamant_platebody.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_adamant_platebody -type: smithing -level: 88 -xp: 312 -wait: 4 -station: [anvil] -consume: - - items: [adamantite_bar] - quantity: 5 -output: adamant_platebody -message: "You hammer out an adamant platebody." diff --git a/data/recipes/smithing/smith_adamant_sword.yaml b/data/recipes/smithing/smith_adamant_sword.yaml deleted file mode 100644 index e853ea6..0000000 --- a/data/recipes/smithing/smith_adamant_sword.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_adamant_sword -type: smithing -level: 74 -xp: 62 -wait: 4 -station: [anvil] -consume: - - items: [adamantite_bar] - quantity: 1 -output: adamant_sword -message: "You hammer out an adamant sword." diff --git a/data/recipes/smithing/smith_bronze_arrowtips.yaml b/data/recipes/smithing/smith_bronze_arrowtips.yaml deleted file mode 100644 index 77d724f..0000000 --- a/data/recipes/smithing/smith_bronze_arrowtips.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_bronze_arrowtips -type: smithing -level: 5 -xp: 12 -wait: 4 -station: [anvil] -consume: - - items: [bronze_bar] - quantity: 1 -output: bronze_arrowtips -output_qty: 15 -message: "You hammer out some bronze arrowtips." diff --git a/data/recipes/smithing/smith_bronze_bolts_unf.yaml b/data/recipes/smithing/smith_bronze_bolts_unf.yaml deleted file mode 100644 index 340d14f..0000000 --- a/data/recipes/smithing/smith_bronze_bolts_unf.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_bronze_bolts_unf -type: smithing -level: 6 -xp: 12 -wait: 4 -station: [anvil] -consume: - - items: [bronze_bar] - quantity: 1 -output: bronze_bolts_unf -output_qty: 10 -message: "You hammer out some bronze bolts." diff --git a/data/recipes/smithing/smith_bronze_dagger.yaml b/data/recipes/smithing/smith_bronze_dagger.yaml deleted file mode 100644 index 4842927..0000000 --- a/data/recipes/smithing/smith_bronze_dagger.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_bronze_dagger -type: smithing -level: 1 -xp: 12 -wait: 4 -station: [anvil] -consume: - - items: [bronze_bar] - quantity: 1 -output: bronze_dagger -message: "You hammer out a bronze dagger." diff --git a/data/recipes/smithing/smith_bronze_full_helm.yaml b/data/recipes/smithing/smith_bronze_full_helm.yaml deleted file mode 100644 index 6ef58ed..0000000 --- a/data/recipes/smithing/smith_bronze_full_helm.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_bronze_full_helm -type: smithing -level: 7 -xp: 25 -wait: 4 -station: [anvil] -consume: - - items: [bronze_bar] - quantity: 2 -output: bronze_full_helm -message: "You hammer out a bronze full helm." diff --git a/data/recipes/smithing/smith_bronze_med_helm.yaml b/data/recipes/smithing/smith_bronze_med_helm.yaml deleted file mode 100644 index 6abbc60..0000000 --- a/data/recipes/smithing/smith_bronze_med_helm.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_bronze_med_helm -type: smithing -level: 3 -xp: 12 -wait: 4 -station: [anvil] -consume: - - items: [bronze_bar] - quantity: 1 -output: bronze_med_helm -message: "You hammer out a bronze med helm." diff --git a/data/recipes/smithing/smith_bronze_nails.yaml b/data/recipes/smithing/smith_bronze_nails.yaml deleted file mode 100644 index c75a957..0000000 --- a/data/recipes/smithing/smith_bronze_nails.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_bronze_nails -type: smithing -level: 4 -xp: 12 -wait: 4 -station: [anvil] -consume: - - items: [bronze_bar] - quantity: 1 -output: bronze_nails -output_qty: 15 -message: "You hammer out some bronze nails." diff --git a/data/recipes/smithing/smith_bronze_platebody.yaml b/data/recipes/smithing/smith_bronze_platebody.yaml deleted file mode 100644 index c9d7d39..0000000 --- a/data/recipes/smithing/smith_bronze_platebody.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_bronze_platebody -type: smithing -level: 18 -xp: 62 -wait: 4 -station: [anvil] -consume: - - items: [bronze_bar] - quantity: 5 -output: bronze_platebody -message: "You hammer out a bronze platebody." diff --git a/data/recipes/smithing/smith_bronze_sword.yaml b/data/recipes/smithing/smith_bronze_sword.yaml deleted file mode 100644 index 322ca9f..0000000 --- a/data/recipes/smithing/smith_bronze_sword.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_bronze_sword -type: smithing -level: 4 -xp: 12 -wait: 4 -station: [anvil] -consume: - - items: [bronze_bar] - quantity: 1 -output: bronze_sword -message: "You hammer out a bronze sword." diff --git a/data/recipes/smithing/smith_iron_arrowtips.yaml b/data/recipes/smithing/smith_iron_arrowtips.yaml deleted file mode 100644 index d11286e..0000000 --- a/data/recipes/smithing/smith_iron_arrowtips.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_iron_arrowtips -type: smithing -level: 25 -xp: 25 -wait: 4 -station: [anvil] -consume: - - items: [iron_bar] - quantity: 1 -output: iron_arrowtips -output_qty: 15 -message: "You hammer out some iron arrowtips." diff --git a/data/recipes/smithing/smith_iron_bolts_unf.yaml b/data/recipes/smithing/smith_iron_bolts_unf.yaml deleted file mode 100644 index 9529cab..0000000 --- a/data/recipes/smithing/smith_iron_bolts_unf.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_iron_bolts_unf -type: smithing -level: 26 -xp: 25 -wait: 4 -station: [anvil] -consume: - - items: [iron_bar] - quantity: 1 -output: iron_bolts_unf -output_qty: 10 -message: "You hammer out some iron bolts." diff --git a/data/recipes/smithing/smith_iron_dagger.yaml b/data/recipes/smithing/smith_iron_dagger.yaml deleted file mode 100644 index 3694ca5..0000000 --- a/data/recipes/smithing/smith_iron_dagger.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_iron_dagger -type: smithing -level: 20 -xp: 25 -wait: 4 -station: [anvil] -consume: - - items: [iron_bar] - quantity: 1 -output: iron_dagger -message: "You hammer out an iron dagger." diff --git a/data/recipes/smithing/smith_iron_full_helm.yaml b/data/recipes/smithing/smith_iron_full_helm.yaml deleted file mode 100644 index cfa27f5..0000000 --- a/data/recipes/smithing/smith_iron_full_helm.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_iron_full_helm -type: smithing -level: 27 -xp: 50 -wait: 4 -station: [anvil] -consume: - - items: [iron_bar] - quantity: 2 -output: iron_full_helm -message: "You hammer out an iron full helm." diff --git a/data/recipes/smithing/smith_iron_med_helm.yaml b/data/recipes/smithing/smith_iron_med_helm.yaml deleted file mode 100644 index 54b6654..0000000 --- a/data/recipes/smithing/smith_iron_med_helm.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_iron_med_helm -type: smithing -level: 22 -xp: 25 -wait: 4 -station: [anvil] -consume: - - items: [iron_bar] - quantity: 1 -output: iron_med_helm -message: "You hammer out an iron med helm." diff --git a/data/recipes/smithing/smith_iron_nails.yaml b/data/recipes/smithing/smith_iron_nails.yaml deleted file mode 100644 index cb6ad89..0000000 --- a/data/recipes/smithing/smith_iron_nails.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_iron_nails -type: smithing -level: 24 -xp: 25 -wait: 4 -station: [anvil] -consume: - - items: [iron_bar] - quantity: 1 -output: iron_nails -output_qty: 15 -message: "You hammer out some iron nails." diff --git a/data/recipes/smithing/smith_iron_platebody.yaml b/data/recipes/smithing/smith_iron_platebody.yaml deleted file mode 100644 index dd8a7d6..0000000 --- a/data/recipes/smithing/smith_iron_platebody.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_iron_platebody -type: smithing -level: 33 -xp: 125 -wait: 4 -station: [anvil] -consume: - - items: [iron_bar] - quantity: 5 -output: iron_platebody -message: "You hammer out an iron platebody." diff --git a/data/recipes/smithing/smith_iron_sword.yaml b/data/recipes/smithing/smith_iron_sword.yaml deleted file mode 100644 index c2d4bc5..0000000 --- a/data/recipes/smithing/smith_iron_sword.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_iron_sword -type: smithing -level: 24 -xp: 25 -wait: 4 -station: [anvil] -consume: - - items: [iron_bar] - quantity: 1 -output: iron_sword -message: "You hammer out an iron sword." diff --git a/data/recipes/smithing/smith_mithril_arrowtips.yaml b/data/recipes/smithing/smith_mithril_arrowtips.yaml deleted file mode 100644 index 2d27604..0000000 --- a/data/recipes/smithing/smith_mithril_arrowtips.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_mithril_arrowtips -type: smithing -level: 55 -xp: 50 -wait: 4 -station: [anvil] -consume: - - items: [mithril_bar] - quantity: 1 -output: mithril_arrowtips -output_qty: 15 -message: "You hammer out some mithril arrowtips." diff --git a/data/recipes/smithing/smith_mithril_bolts_unf.yaml b/data/recipes/smithing/smith_mithril_bolts_unf.yaml deleted file mode 100644 index 03afe7f..0000000 --- a/data/recipes/smithing/smith_mithril_bolts_unf.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_mithril_bolts_unf -type: smithing -level: 56 -xp: 50 -wait: 4 -station: [anvil] -consume: - - items: [mithril_bar] - quantity: 1 -output: mithril_bolts_unf -output_qty: 10 -message: "You hammer out some mithril bolts." diff --git a/data/recipes/smithing/smith_mithril_dagger.yaml b/data/recipes/smithing/smith_mithril_dagger.yaml deleted file mode 100644 index a437969..0000000 --- a/data/recipes/smithing/smith_mithril_dagger.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_mithril_dagger -type: smithing -level: 50 -xp: 50 -wait: 4 -station: [anvil] -consume: - - items: [mithril_bar] - quantity: 1 -output: mithril_dagger -message: "You hammer out a mithril dagger." diff --git a/data/recipes/smithing/smith_mithril_full_helm.yaml b/data/recipes/smithing/smith_mithril_full_helm.yaml deleted file mode 100644 index f9d6b74..0000000 --- a/data/recipes/smithing/smith_mithril_full_helm.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_mithril_full_helm -type: smithing -level: 57 -xp: 100 -wait: 4 -station: [anvil] -consume: - - items: [mithril_bar] - quantity: 2 -output: mithril_full_helm -message: "You hammer out a mithril full helm." diff --git a/data/recipes/smithing/smith_mithril_med_helm.yaml b/data/recipes/smithing/smith_mithril_med_helm.yaml deleted file mode 100644 index c4ebc30..0000000 --- a/data/recipes/smithing/smith_mithril_med_helm.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_mithril_med_helm -type: smithing -level: 53 -xp: 50 -wait: 4 -station: [anvil] -consume: - - items: [mithril_bar] - quantity: 1 -output: mithril_med_helm -message: "You hammer out a mithril med helm." diff --git a/data/recipes/smithing/smith_mithril_nails.yaml b/data/recipes/smithing/smith_mithril_nails.yaml deleted file mode 100644 index 6c9f225..0000000 --- a/data/recipes/smithing/smith_mithril_nails.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_mithril_nails -type: smithing -level: 54 -xp: 50 -wait: 4 -station: [anvil] -consume: - - items: [mithril_bar] - quantity: 1 -output: mithril_nails -output_qty: 15 -message: "You hammer out some mithril nails." diff --git a/data/recipes/smithing/smith_mithril_platebody.yaml b/data/recipes/smithing/smith_mithril_platebody.yaml deleted file mode 100644 index 751a7ea..0000000 --- a/data/recipes/smithing/smith_mithril_platebody.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_mithril_platebody -type: smithing -level: 68 -xp: 250 -wait: 4 -station: [anvil] -consume: - - items: [mithril_bar] - quantity: 5 -output: mithril_platebody -message: "You hammer out a mithril platebody." diff --git a/data/recipes/smithing/smith_mithril_sword.yaml b/data/recipes/smithing/smith_mithril_sword.yaml deleted file mode 100644 index fdf96ff..0000000 --- a/data/recipes/smithing/smith_mithril_sword.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_mithril_sword -type: smithing -level: 54 -xp: 50 -wait: 4 -station: [anvil] -consume: - - items: [mithril_bar] - quantity: 1 -output: mithril_sword -message: "You hammer out a mithril sword." diff --git a/data/recipes/smithing/smith_rune_arrowtips.yaml b/data/recipes/smithing/smith_rune_arrowtips.yaml deleted file mode 100644 index 93554a9..0000000 --- a/data/recipes/smithing/smith_rune_arrowtips.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_rune_arrowtips -type: smithing -level: 90 -xp: 75 -wait: 4 -station: [anvil] -consume: - - items: [runite_bar] - quantity: 1 -output: rune_arrowtips -output_qty: 15 -message: "You hammer out some rune arrowtips." diff --git a/data/recipes/smithing/smith_rune_bolts_unf.yaml b/data/recipes/smithing/smith_rune_bolts_unf.yaml deleted file mode 100644 index 93047ce..0000000 --- a/data/recipes/smithing/smith_rune_bolts_unf.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_rune_bolts_unf -type: smithing -level: 91 -xp: 75 -wait: 4 -station: [anvil] -consume: - - items: [runite_bar] - quantity: 1 -output: rune_bolts_unf -output_qty: 10 -message: "You hammer out some rune bolts." diff --git a/data/recipes/smithing/smith_rune_dagger.yaml b/data/recipes/smithing/smith_rune_dagger.yaml deleted file mode 100644 index a87b356..0000000 --- a/data/recipes/smithing/smith_rune_dagger.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_rune_dagger -type: smithing -level: 85 -xp: 75 -wait: 4 -station: [anvil] -consume: - - items: [runite_bar] - quantity: 1 -output: rune_dagger -message: "You hammer out a rune dagger." diff --git a/data/recipes/smithing/smith_rune_full_helm.yaml b/data/recipes/smithing/smith_rune_full_helm.yaml deleted file mode 100644 index 79ae3b0..0000000 --- a/data/recipes/smithing/smith_rune_full_helm.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_rune_full_helm -type: smithing -level: 92 -xp: 150 -wait: 4 -station: [anvil] -consume: - - items: [runite_bar] - quantity: 2 -output: rune_full_helm -message: "You hammer out a rune full helm." diff --git a/data/recipes/smithing/smith_rune_med_helm.yaml b/data/recipes/smithing/smith_rune_med_helm.yaml deleted file mode 100644 index 74e639a..0000000 --- a/data/recipes/smithing/smith_rune_med_helm.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_rune_med_helm -type: smithing -level: 88 -xp: 75 -wait: 4 -station: [anvil] -consume: - - items: [runite_bar] - quantity: 1 -output: rune_med_helm -message: "You hammer out a rune med helm." diff --git a/data/recipes/smithing/smith_rune_nails.yaml b/data/recipes/smithing/smith_rune_nails.yaml deleted file mode 100644 index 2681a57..0000000 --- a/data/recipes/smithing/smith_rune_nails.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_rune_nails -type: smithing -level: 89 -xp: 75 -wait: 4 -station: [anvil] -consume: - - items: [runite_bar] - quantity: 1 -output: rune_nails -output_qty: 15 -message: "You hammer out some rune nails." diff --git a/data/recipes/smithing/smith_rune_platebody.yaml b/data/recipes/smithing/smith_rune_platebody.yaml deleted file mode 100644 index 4a36082..0000000 --- a/data/recipes/smithing/smith_rune_platebody.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_rune_platebody -type: smithing -level: 99 -xp: 375 -wait: 4 -station: [anvil] -consume: - - items: [runite_bar] - quantity: 5 -output: rune_platebody -message: "You hammer out a rune platebody." diff --git a/data/recipes/smithing/smith_rune_sword.yaml b/data/recipes/smithing/smith_rune_sword.yaml deleted file mode 100644 index 20f94f6..0000000 --- a/data/recipes/smithing/smith_rune_sword.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_rune_sword -type: smithing -level: 89 -xp: 75 -wait: 4 -station: [anvil] -consume: - - items: [runite_bar] - quantity: 1 -output: rune_sword -message: "You hammer out a rune sword." diff --git a/data/recipes/smithing/smith_steel_arrowtips.yaml b/data/recipes/smithing/smith_steel_arrowtips.yaml deleted file mode 100644 index 1ec292f..0000000 --- a/data/recipes/smithing/smith_steel_arrowtips.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_steel_arrowtips -type: smithing -level: 35 -xp: 37 -wait: 4 -station: [anvil] -consume: - - items: [steel_bar] - quantity: 1 -output: steel_arrowtips -output_qty: 15 -message: "You hammer out some steel arrowtips." diff --git a/data/recipes/smithing/smith_steel_bolts_unf.yaml b/data/recipes/smithing/smith_steel_bolts_unf.yaml deleted file mode 100644 index cc071ef..0000000 --- a/data/recipes/smithing/smith_steel_bolts_unf.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_steel_bolts_unf -type: smithing -level: 36 -xp: 37 -wait: 4 -station: [anvil] -consume: - - items: [steel_bar] - quantity: 1 -output: steel_bolts_unf -output_qty: 10 -message: "You hammer out some steel bolts." diff --git a/data/recipes/smithing/smith_steel_dagger.yaml b/data/recipes/smithing/smith_steel_dagger.yaml deleted file mode 100644 index 6e2f1c4..0000000 --- a/data/recipes/smithing/smith_steel_dagger.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_steel_dagger -type: smithing -level: 30 -xp: 37 -wait: 4 -station: [anvil] -consume: - - items: [steel_bar] - quantity: 1 -output: steel_dagger -message: "You hammer out a steel dagger." diff --git a/data/recipes/smithing/smith_steel_full_helm.yaml b/data/recipes/smithing/smith_steel_full_helm.yaml deleted file mode 100644 index c95d0d0..0000000 --- a/data/recipes/smithing/smith_steel_full_helm.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_steel_full_helm -type: smithing -level: 37 -xp: 75 -wait: 4 -station: [anvil] -consume: - - items: [steel_bar] - quantity: 2 -output: steel_full_helm -message: "You hammer out a steel full helm." diff --git a/data/recipes/smithing/smith_steel_med_helm.yaml b/data/recipes/smithing/smith_steel_med_helm.yaml deleted file mode 100644 index 3415ec8..0000000 --- a/data/recipes/smithing/smith_steel_med_helm.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_steel_med_helm -type: smithing -level: 33 -xp: 37 -wait: 4 -station: [anvil] -consume: - - items: [steel_bar] - quantity: 1 -output: steel_med_helm -message: "You hammer out a steel med helm." diff --git a/data/recipes/smithing/smith_steel_nails.yaml b/data/recipes/smithing/smith_steel_nails.yaml deleted file mode 100644 index 2da69c8..0000000 --- a/data/recipes/smithing/smith_steel_nails.yaml +++ /dev/null @@ -1,12 +0,0 @@ -id: smith_steel_nails -type: smithing -level: 34 -xp: 37 -wait: 4 -station: [anvil] -consume: - - items: [steel_bar] - quantity: 1 -output: steel_nails -output_qty: 15 -message: "You hammer out some steel nails." diff --git a/data/recipes/smithing/smith_steel_platebody.yaml b/data/recipes/smithing/smith_steel_platebody.yaml deleted file mode 100644 index da11d11..0000000 --- a/data/recipes/smithing/smith_steel_platebody.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_steel_platebody -type: smithing -level: 48 -xp: 187 -wait: 4 -station: [anvil] -consume: - - items: [steel_bar] - quantity: 5 -output: steel_platebody -message: "You hammer out a steel platebody." diff --git a/data/recipes/smithing/smith_steel_sword.yaml b/data/recipes/smithing/smith_steel_sword.yaml deleted file mode 100644 index 63270bc..0000000 --- a/data/recipes/smithing/smith_steel_sword.yaml +++ /dev/null @@ -1,11 +0,0 @@ -id: smith_steel_sword -type: smithing -level: 34 -xp: 37 -wait: 4 -station: [anvil] -consume: - - items: [steel_bar] - quantity: 1 -output: steel_sword -message: "You hammer out a steel sword." diff --git a/data/recipes/smithing/steel.yaml b/data/recipes/smithing/steel.yaml new file mode 100644 index 0000000..204b427 --- /dev/null +++ b/data/recipes/smithing/steel.yaml @@ -0,0 +1,48 @@ +type: smithing +station: [anvil] +wait: 4 +consume: + - items: [steel_bar] + quantity: 1 +products: + - id: steel_dagger + output: steel_dagger + level: 30 + xp: 37 + - id: steel_med_helm + output: steel_med_helm + level: 33 + xp: 37 + - id: steel_sword + output: steel_sword + level: 34 + xp: 37 + - id: steel_nails + output: steel_nails + level: 34 + xp: 37 + output_qty: 15 + - id: steel_arrowtips + output: steel_arrowtips + level: 35 + xp: 37 + output_qty: 15 + - id: steel_bolts_unf + output: steel_bolts_unf + level: 36 + xp: 37 + output_qty: 10 + - id: steel_full_helm + output: steel_full_helm + level: 37 + xp: 75 + consume: + - items: [steel_bar] + quantity: 2 + - id: steel_platebody + output: steel_platebody + level: 48 + xp: 187 + consume: + - items: [steel_bar] + quantity: 5 |
