diff options
| author | historia <[not public]> | 2026-06-20 03:20:01 -0400 |
|---|---|---|
| committer | historia <[not public]> | 2026-06-20 03:20:01 -0400 |
| commit | e4400c5f1e84c18d2126f2cb502ae10685977cbb (patch) | |
| tree | 0523e9d68f1cfdc6f81b862e3068fe12c1a85054 /data/recipes/smithing/adamant.yaml | |
| parent | 5ea082ab4e82409aebc889b496f43e52b003d4f7 (diff) | |
| download | thehouseoficarus-e4400c5f1e84c18d2126f2cb502ae10685977cbb.tar.gz | |
refactor: combined all station crafting
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 |
