diff options
Diffstat (limited to 'data/recipes/smithing/adamant.yaml')
| -rw-r--r-- | data/recipes/smithing/adamant.yaml | 48 |
1 files changed, 48 insertions, 0 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 |
