aboutsummaryrefslogtreecommitdiff
path: root/data/recipes/smithing
diff options
context:
space:
mode:
Diffstat (limited to 'data/recipes/smithing')
-rw-r--r--data/recipes/smithing/adamant.yaml48
-rw-r--r--data/recipes/smithing/bronze.yaml48
-rw-r--r--data/recipes/smithing/iron.yaml48
-rw-r--r--data/recipes/smithing/mithril.yaml48
-rw-r--r--data/recipes/smithing/rune.yaml48
-rw-r--r--data/recipes/smithing/steel.yaml48
6 files changed, 0 insertions, 288 deletions
diff --git a/data/recipes/smithing/adamant.yaml b/data/recipes/smithing/adamant.yaml
deleted file mode 100644
index bd9debe..0000000
--- a/data/recipes/smithing/adamant.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-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
deleted file mode 100644
index da1b55f..0000000
--- a/data/recipes/smithing/bronze.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-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
deleted file mode 100644
index e39facd..0000000
--- a/data/recipes/smithing/iron.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-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
deleted file mode 100644
index dfa4a6d..0000000
--- a/data/recipes/smithing/mithril.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-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
deleted file mode 100644
index fdffafc..0000000
--- a/data/recipes/smithing/rune.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-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/steel.yaml b/data/recipes/smithing/steel.yaml
deleted file mode 100644
index 204b427..0000000
--- a/data/recipes/smithing/steel.yaml
+++ /dev/null
@@ -1,48 +0,0 @@
-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