From 8ee8982b8759bcae116647cc993867f4c8b0a6ce Mon Sep 17 00:00:00 2001 From: workhorse Date: Fri, 19 Jun 2026 20:24:52 -0400 Subject: reorganized items, objects, and rooms in directories. oranized module names. added startup checks. --- data/recipes/smithing/smith_adamant_arrowtips.yaml | 12 ++++++++++++ data/recipes/smithing/smith_adamant_bolts_unf.yaml | 12 ++++++++++++ data/recipes/smithing/smith_adamant_dagger.yaml | 11 +++++++++++ data/recipes/smithing/smith_adamant_full_helm.yaml | 11 +++++++++++ data/recipes/smithing/smith_adamant_med_helm.yaml | 11 +++++++++++ data/recipes/smithing/smith_adamant_nails.yaml | 12 ++++++++++++ data/recipes/smithing/smith_adamant_platebody.yaml | 11 +++++++++++ data/recipes/smithing/smith_adamant_sword.yaml | 11 +++++++++++ data/recipes/smithing/smith_bronze_arrowtips.yaml | 12 ++++++++++++ data/recipes/smithing/smith_bronze_bolts_unf.yaml | 12 ++++++++++++ data/recipes/smithing/smith_bronze_dagger.yaml | 11 +++++++++++ data/recipes/smithing/smith_bronze_full_helm.yaml | 11 +++++++++++ data/recipes/smithing/smith_bronze_med_helm.yaml | 11 +++++++++++ data/recipes/smithing/smith_bronze_nails.yaml | 12 ++++++++++++ data/recipes/smithing/smith_bronze_platebody.yaml | 11 +++++++++++ data/recipes/smithing/smith_bronze_sword.yaml | 11 +++++++++++ data/recipes/smithing/smith_iron_arrowtips.yaml | 12 ++++++++++++ data/recipes/smithing/smith_iron_bolts_unf.yaml | 12 ++++++++++++ data/recipes/smithing/smith_iron_dagger.yaml | 11 +++++++++++ data/recipes/smithing/smith_iron_full_helm.yaml | 11 +++++++++++ data/recipes/smithing/smith_iron_med_helm.yaml | 11 +++++++++++ data/recipes/smithing/smith_iron_nails.yaml | 12 ++++++++++++ data/recipes/smithing/smith_iron_platebody.yaml | 11 +++++++++++ data/recipes/smithing/smith_iron_sword.yaml | 11 +++++++++++ data/recipes/smithing/smith_mithril_arrowtips.yaml | 12 ++++++++++++ data/recipes/smithing/smith_mithril_bolts_unf.yaml | 12 ++++++++++++ data/recipes/smithing/smith_mithril_dagger.yaml | 11 +++++++++++ data/recipes/smithing/smith_mithril_full_helm.yaml | 11 +++++++++++ data/recipes/smithing/smith_mithril_med_helm.yaml | 11 +++++++++++ data/recipes/smithing/smith_mithril_nails.yaml | 12 ++++++++++++ data/recipes/smithing/smith_mithril_platebody.yaml | 11 +++++++++++ data/recipes/smithing/smith_mithril_sword.yaml | 11 +++++++++++ data/recipes/smithing/smith_rune_arrowtips.yaml | 12 ++++++++++++ data/recipes/smithing/smith_rune_bolts_unf.yaml | 12 ++++++++++++ data/recipes/smithing/smith_rune_dagger.yaml | 11 +++++++++++ data/recipes/smithing/smith_rune_full_helm.yaml | 11 +++++++++++ data/recipes/smithing/smith_rune_med_helm.yaml | 11 +++++++++++ data/recipes/smithing/smith_rune_nails.yaml | 12 ++++++++++++ data/recipes/smithing/smith_rune_platebody.yaml | 11 +++++++++++ data/recipes/smithing/smith_rune_sword.yaml | 11 +++++++++++ data/recipes/smithing/smith_steel_arrowtips.yaml | 12 ++++++++++++ data/recipes/smithing/smith_steel_bolts_unf.yaml | 12 ++++++++++++ data/recipes/smithing/smith_steel_dagger.yaml | 11 +++++++++++ data/recipes/smithing/smith_steel_full_helm.yaml | 11 +++++++++++ data/recipes/smithing/smith_steel_med_helm.yaml | 11 +++++++++++ data/recipes/smithing/smith_steel_nails.yaml | 12 ++++++++++++ data/recipes/smithing/smith_steel_platebody.yaml | 11 +++++++++++ data/recipes/smithing/smith_steel_sword.yaml | 11 +++++++++++ 48 files changed, 546 insertions(+) create mode 100644 data/recipes/smithing/smith_adamant_arrowtips.yaml create mode 100644 data/recipes/smithing/smith_adamant_bolts_unf.yaml create mode 100644 data/recipes/smithing/smith_adamant_dagger.yaml create mode 100644 data/recipes/smithing/smith_adamant_full_helm.yaml create mode 100644 data/recipes/smithing/smith_adamant_med_helm.yaml create mode 100644 data/recipes/smithing/smith_adamant_nails.yaml create mode 100644 data/recipes/smithing/smith_adamant_platebody.yaml create mode 100644 data/recipes/smithing/smith_adamant_sword.yaml create mode 100644 data/recipes/smithing/smith_bronze_arrowtips.yaml create mode 100644 data/recipes/smithing/smith_bronze_bolts_unf.yaml create mode 100644 data/recipes/smithing/smith_bronze_dagger.yaml create mode 100644 data/recipes/smithing/smith_bronze_full_helm.yaml create mode 100644 data/recipes/smithing/smith_bronze_med_helm.yaml create mode 100644 data/recipes/smithing/smith_bronze_nails.yaml create mode 100644 data/recipes/smithing/smith_bronze_platebody.yaml create mode 100644 data/recipes/smithing/smith_bronze_sword.yaml create mode 100644 data/recipes/smithing/smith_iron_arrowtips.yaml create mode 100644 data/recipes/smithing/smith_iron_bolts_unf.yaml create mode 100644 data/recipes/smithing/smith_iron_dagger.yaml create mode 100644 data/recipes/smithing/smith_iron_full_helm.yaml create mode 100644 data/recipes/smithing/smith_iron_med_helm.yaml create mode 100644 data/recipes/smithing/smith_iron_nails.yaml create mode 100644 data/recipes/smithing/smith_iron_platebody.yaml create mode 100644 data/recipes/smithing/smith_iron_sword.yaml create mode 100644 data/recipes/smithing/smith_mithril_arrowtips.yaml create mode 100644 data/recipes/smithing/smith_mithril_bolts_unf.yaml create mode 100644 data/recipes/smithing/smith_mithril_dagger.yaml create mode 100644 data/recipes/smithing/smith_mithril_full_helm.yaml create mode 100644 data/recipes/smithing/smith_mithril_med_helm.yaml create mode 100644 data/recipes/smithing/smith_mithril_nails.yaml create mode 100644 data/recipes/smithing/smith_mithril_platebody.yaml create mode 100644 data/recipes/smithing/smith_mithril_sword.yaml create mode 100644 data/recipes/smithing/smith_rune_arrowtips.yaml create mode 100644 data/recipes/smithing/smith_rune_bolts_unf.yaml create mode 100644 data/recipes/smithing/smith_rune_dagger.yaml create mode 100644 data/recipes/smithing/smith_rune_full_helm.yaml create mode 100644 data/recipes/smithing/smith_rune_med_helm.yaml create mode 100644 data/recipes/smithing/smith_rune_nails.yaml create mode 100644 data/recipes/smithing/smith_rune_platebody.yaml create mode 100644 data/recipes/smithing/smith_rune_sword.yaml create mode 100644 data/recipes/smithing/smith_steel_arrowtips.yaml create mode 100644 data/recipes/smithing/smith_steel_bolts_unf.yaml create mode 100644 data/recipes/smithing/smith_steel_dagger.yaml create mode 100644 data/recipes/smithing/smith_steel_full_helm.yaml create mode 100644 data/recipes/smithing/smith_steel_med_helm.yaml create mode 100644 data/recipes/smithing/smith_steel_nails.yaml create mode 100644 data/recipes/smithing/smith_steel_platebody.yaml create mode 100644 data/recipes/smithing/smith_steel_sword.yaml (limited to 'data/recipes/smithing') diff --git a/data/recipes/smithing/smith_adamant_arrowtips.yaml b/data/recipes/smithing/smith_adamant_arrowtips.yaml new file mode 100644 index 0000000..466cfa2 --- /dev/null +++ b/data/recipes/smithing/smith_adamant_arrowtips.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..2fe1730 --- /dev/null +++ b/data/recipes/smithing/smith_adamant_bolts_unf.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..fb68dbf --- /dev/null +++ b/data/recipes/smithing/smith_adamant_dagger.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..2d849e5 --- /dev/null +++ b/data/recipes/smithing/smith_adamant_full_helm.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..505691c --- /dev/null +++ b/data/recipes/smithing/smith_adamant_med_helm.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..2273b67 --- /dev/null +++ b/data/recipes/smithing/smith_adamant_nails.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..33dc400 --- /dev/null +++ b/data/recipes/smithing/smith_adamant_platebody.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..e853ea6 --- /dev/null +++ b/data/recipes/smithing/smith_adamant_sword.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..77d724f --- /dev/null +++ b/data/recipes/smithing/smith_bronze_arrowtips.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..340d14f --- /dev/null +++ b/data/recipes/smithing/smith_bronze_bolts_unf.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..4842927 --- /dev/null +++ b/data/recipes/smithing/smith_bronze_dagger.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..6ef58ed --- /dev/null +++ b/data/recipes/smithing/smith_bronze_full_helm.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..6abbc60 --- /dev/null +++ b/data/recipes/smithing/smith_bronze_med_helm.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..c75a957 --- /dev/null +++ b/data/recipes/smithing/smith_bronze_nails.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..c9d7d39 --- /dev/null +++ b/data/recipes/smithing/smith_bronze_platebody.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..322ca9f --- /dev/null +++ b/data/recipes/smithing/smith_bronze_sword.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..d11286e --- /dev/null +++ b/data/recipes/smithing/smith_iron_arrowtips.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..9529cab --- /dev/null +++ b/data/recipes/smithing/smith_iron_bolts_unf.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..3694ca5 --- /dev/null +++ b/data/recipes/smithing/smith_iron_dagger.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..cfa27f5 --- /dev/null +++ b/data/recipes/smithing/smith_iron_full_helm.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..54b6654 --- /dev/null +++ b/data/recipes/smithing/smith_iron_med_helm.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..cb6ad89 --- /dev/null +++ b/data/recipes/smithing/smith_iron_nails.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..dd8a7d6 --- /dev/null +++ b/data/recipes/smithing/smith_iron_platebody.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..c2d4bc5 --- /dev/null +++ b/data/recipes/smithing/smith_iron_sword.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..2d27604 --- /dev/null +++ b/data/recipes/smithing/smith_mithril_arrowtips.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..03afe7f --- /dev/null +++ b/data/recipes/smithing/smith_mithril_bolts_unf.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..a437969 --- /dev/null +++ b/data/recipes/smithing/smith_mithril_dagger.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..f9d6b74 --- /dev/null +++ b/data/recipes/smithing/smith_mithril_full_helm.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..c4ebc30 --- /dev/null +++ b/data/recipes/smithing/smith_mithril_med_helm.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..6c9f225 --- /dev/null +++ b/data/recipes/smithing/smith_mithril_nails.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..751a7ea --- /dev/null +++ b/data/recipes/smithing/smith_mithril_platebody.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..fdf96ff --- /dev/null +++ b/data/recipes/smithing/smith_mithril_sword.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..93554a9 --- /dev/null +++ b/data/recipes/smithing/smith_rune_arrowtips.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..93047ce --- /dev/null +++ b/data/recipes/smithing/smith_rune_bolts_unf.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..a87b356 --- /dev/null +++ b/data/recipes/smithing/smith_rune_dagger.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..79ae3b0 --- /dev/null +++ b/data/recipes/smithing/smith_rune_full_helm.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..74e639a --- /dev/null +++ b/data/recipes/smithing/smith_rune_med_helm.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..2681a57 --- /dev/null +++ b/data/recipes/smithing/smith_rune_nails.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..4a36082 --- /dev/null +++ b/data/recipes/smithing/smith_rune_platebody.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..20f94f6 --- /dev/null +++ b/data/recipes/smithing/smith_rune_sword.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..1ec292f --- /dev/null +++ b/data/recipes/smithing/smith_steel_arrowtips.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..cc071ef --- /dev/null +++ b/data/recipes/smithing/smith_steel_bolts_unf.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..6e2f1c4 --- /dev/null +++ b/data/recipes/smithing/smith_steel_dagger.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..c95d0d0 --- /dev/null +++ b/data/recipes/smithing/smith_steel_full_helm.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..3415ec8 --- /dev/null +++ b/data/recipes/smithing/smith_steel_med_helm.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..2da69c8 --- /dev/null +++ b/data/recipes/smithing/smith_steel_nails.yaml @@ -0,0 +1,12 @@ +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 new file mode 100644 index 0000000..da11d11 --- /dev/null +++ b/data/recipes/smithing/smith_steel_platebody.yaml @@ -0,0 +1,11 @@ +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 new file mode 100644 index 0000000..63270bc --- /dev/null +++ b/data/recipes/smithing/smith_steel_sword.yaml @@ -0,0 +1,11 @@ +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." -- cgit v1.2.3