From e4400c5f1e84c18d2126f2cb502ae10685977cbb Mon Sep 17 00:00:00 2001 From: historia <[not public]> Date: Sat, 20 Jun 2026 03:20:01 -0400 Subject: refactor: combined all station crafting --- data/recipes/mixing/amp_potion.yaml | 13 +++++++++++++ data/recipes/mixing/bio_serum.yaml | 13 +++++++++++++ data/recipes/mixing/full_restore.yaml | 13 +++++++++++++ data/recipes/mixing/mix_amp_potion.yaml | 13 ------------- data/recipes/mixing/mix_bio_serum.yaml | 13 ------------- data/recipes/mixing/mix_full_restore.yaml | 13 ------------- data/recipes/mixing/mix_nano_restore.yaml | 13 ------------- data/recipes/mixing/mix_restoration_compound.yaml | 13 ------------- data/recipes/mixing/mix_science_serum.yaml | 13 ------------- data/recipes/mixing/mix_shield_potion.yaml | 13 ------------- data/recipes/mixing/mix_stim_cell.yaml | 13 ------------- data/recipes/mixing/mix_stim_potion.yaml | 13 ------------- data/recipes/mixing/mix_super_amp.yaml | 13 ------------- data/recipes/mixing/mix_super_bio_serum.yaml | 13 ------------- data/recipes/mixing/mix_super_shield.yaml | 13 ------------- data/recipes/mixing/mix_super_stim.yaml | 13 ------------- data/recipes/mixing/mix_super_stim_cell.yaml | 13 ------------- data/recipes/mixing/mix_targeting_serum.yaml | 13 ------------- data/recipes/mixing/mix_tech_serum.yaml | 13 ------------- data/recipes/mixing/nano_restore.yaml | 13 +++++++++++++ data/recipes/mixing/restoration_compound.yaml | 13 +++++++++++++ data/recipes/mixing/science_serum.yaml | 13 +++++++++++++ data/recipes/mixing/shield_potion.yaml | 13 +++++++++++++ data/recipes/mixing/stim_cell.yaml | 13 +++++++++++++ data/recipes/mixing/stim_potion.yaml | 13 +++++++++++++ data/recipes/mixing/super_amp.yaml | 13 +++++++++++++ data/recipes/mixing/super_bio_serum.yaml | 13 +++++++++++++ data/recipes/mixing/super_shield.yaml | 13 +++++++++++++ data/recipes/mixing/super_stim.yaml | 13 +++++++++++++ data/recipes/mixing/super_stim_cell.yaml | 13 +++++++++++++ data/recipes/mixing/targeting_serum.yaml | 13 +++++++++++++ data/recipes/mixing/tech_serum.yaml | 13 +++++++++++++ 32 files changed, 208 insertions(+), 208 deletions(-) create mode 100644 data/recipes/mixing/amp_potion.yaml create mode 100644 data/recipes/mixing/bio_serum.yaml create mode 100644 data/recipes/mixing/full_restore.yaml delete mode 100644 data/recipes/mixing/mix_amp_potion.yaml delete mode 100644 data/recipes/mixing/mix_bio_serum.yaml delete mode 100644 data/recipes/mixing/mix_full_restore.yaml delete mode 100644 data/recipes/mixing/mix_nano_restore.yaml delete mode 100644 data/recipes/mixing/mix_restoration_compound.yaml delete mode 100644 data/recipes/mixing/mix_science_serum.yaml delete mode 100644 data/recipes/mixing/mix_shield_potion.yaml delete mode 100644 data/recipes/mixing/mix_stim_cell.yaml delete mode 100644 data/recipes/mixing/mix_stim_potion.yaml delete mode 100644 data/recipes/mixing/mix_super_amp.yaml delete mode 100644 data/recipes/mixing/mix_super_bio_serum.yaml delete mode 100644 data/recipes/mixing/mix_super_shield.yaml delete mode 100644 data/recipes/mixing/mix_super_stim.yaml delete mode 100644 data/recipes/mixing/mix_super_stim_cell.yaml delete mode 100644 data/recipes/mixing/mix_targeting_serum.yaml delete mode 100644 data/recipes/mixing/mix_tech_serum.yaml create mode 100644 data/recipes/mixing/nano_restore.yaml create mode 100644 data/recipes/mixing/restoration_compound.yaml create mode 100644 data/recipes/mixing/science_serum.yaml create mode 100644 data/recipes/mixing/shield_potion.yaml create mode 100644 data/recipes/mixing/stim_cell.yaml create mode 100644 data/recipes/mixing/stim_potion.yaml create mode 100644 data/recipes/mixing/super_amp.yaml create mode 100644 data/recipes/mixing/super_bio_serum.yaml create mode 100644 data/recipes/mixing/super_shield.yaml create mode 100644 data/recipes/mixing/super_stim.yaml create mode 100644 data/recipes/mixing/super_stim_cell.yaml create mode 100644 data/recipes/mixing/targeting_serum.yaml create mode 100644 data/recipes/mixing/tech_serum.yaml (limited to 'data/recipes/mixing') diff --git a/data/recipes/mixing/amp_potion.yaml b/data/recipes/mixing/amp_potion.yaml new file mode 100644 index 0000000..40aeb84 --- /dev/null +++ b/data/recipes/mixing/amp_potion.yaml @@ -0,0 +1,13 @@ +id: amp_potion +type: pharmacy +skill: pharmacy +level: 12 +xp: 50 +wait: 4 +consume: + - items: [tarromin_potion_unf] + quantity: 1 + - items: [limpwurt_root] + quantity: 1 +output: amp_potion +message: "You mix an amp potion." diff --git a/data/recipes/mixing/bio_serum.yaml b/data/recipes/mixing/bio_serum.yaml new file mode 100644 index 0000000..f7f728a --- /dev/null +++ b/data/recipes/mixing/bio_serum.yaml @@ -0,0 +1,13 @@ +id: bio_serum +type: pharmacy +skill: pharmacy +level: 5 +xp: 38 +wait: 4 +consume: + - items: [marrentill_potion_unf] + quantity: 1 + - items: [antitoxin_powder] + quantity: 1 +output: bio_serum +message: "You mix a bio serum." diff --git a/data/recipes/mixing/full_restore.yaml b/data/recipes/mixing/full_restore.yaml new file mode 100644 index 0000000..c5ed30b --- /dev/null +++ b/data/recipes/mixing/full_restore.yaml @@ -0,0 +1,13 @@ +id: full_restore +type: pharmacy +skill: pharmacy +level: 63 +xp: 143 +wait: 4 +consume: + - items: [snapdragon_potion_unf] + quantity: 1 + - items: [arachnid_enzyme] + quantity: 1 +output: full_restore +message: "You mix a full restore." diff --git a/data/recipes/mixing/mix_amp_potion.yaml b/data/recipes/mixing/mix_amp_potion.yaml deleted file mode 100644 index 6145296..0000000 --- a/data/recipes/mixing/mix_amp_potion.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_amp_potion -type: pharmacy -skill: pharmacy -level: 12 -xp: 50 -wait: 4 -consume: - - items: [tarromin_potion_unf] - quantity: 1 - - items: [limpwurt_root] - quantity: 1 -output: amp_potion -message: "You mix an amp potion." diff --git a/data/recipes/mixing/mix_bio_serum.yaml b/data/recipes/mixing/mix_bio_serum.yaml deleted file mode 100644 index 6f5a3ea..0000000 --- a/data/recipes/mixing/mix_bio_serum.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_bio_serum -type: pharmacy -skill: pharmacy -level: 5 -xp: 38 -wait: 4 -consume: - - items: [marrentill_potion_unf] - quantity: 1 - - items: [antitoxin_powder] - quantity: 1 -output: bio_serum -message: "You mix a bio serum." diff --git a/data/recipes/mixing/mix_full_restore.yaml b/data/recipes/mixing/mix_full_restore.yaml deleted file mode 100644 index b9e320e..0000000 --- a/data/recipes/mixing/mix_full_restore.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_full_restore -type: pharmacy -skill: pharmacy -level: 63 -xp: 143 -wait: 4 -consume: - - items: [snapdragon_potion_unf] - quantity: 1 - - items: [arachnid_enzyme] - quantity: 1 -output: full_restore -message: "You mix a full restore." diff --git a/data/recipes/mixing/mix_nano_restore.yaml b/data/recipes/mixing/mix_nano_restore.yaml deleted file mode 100644 index 4a5ebb0..0000000 --- a/data/recipes/mixing/mix_nano_restore.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_nano_restore -type: pharmacy -skill: pharmacy -level: 22 -xp: 63 -wait: 4 -consume: - - items: [harralander_potion_unf] - quantity: 1 - - items: [arachnid_enzyme] - quantity: 1 -output: nano_restore -message: "You mix a nano restore." diff --git a/data/recipes/mixing/mix_restoration_compound.yaml b/data/recipes/mixing/mix_restoration_compound.yaml deleted file mode 100644 index c945cac..0000000 --- a/data/recipes/mixing/mix_restoration_compound.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_restoration_compound -type: pharmacy -skill: pharmacy -level: 81 -xp: 180 -wait: 4 -consume: - - items: [toadflax_potion_unf] - quantity: 1 - - items: [crushed_nest] - quantity: 1 -output: restoration_compound -message: "You mix a restoration compound." diff --git a/data/recipes/mixing/mix_science_serum.yaml b/data/recipes/mixing/mix_science_serum.yaml deleted file mode 100644 index b65f2d2..0000000 --- a/data/recipes/mixing/mix_science_serum.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_science_serum -type: pharmacy -skill: pharmacy -level: 76 -xp: 173 -wait: 4 -consume: - - items: [lantadyme_potion_unf] - quantity: 1 - - items: [potato_cactus] - quantity: 1 -output: science_serum -message: "You mix a science serum." diff --git a/data/recipes/mixing/mix_shield_potion.yaml b/data/recipes/mixing/mix_shield_potion.yaml deleted file mode 100644 index fc44abf..0000000 --- a/data/recipes/mixing/mix_shield_potion.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_shield_potion -type: pharmacy -skill: pharmacy -level: 30 -xp: 75 -wait: 4 -consume: - - items: [ranarr_potion_unf] - quantity: 1 - - items: [white_berries] - quantity: 1 -output: shield_potion -message: "You mix a shield potion." diff --git a/data/recipes/mixing/mix_stim_cell.yaml b/data/recipes/mixing/mix_stim_cell.yaml deleted file mode 100644 index ccca53a..0000000 --- a/data/recipes/mixing/mix_stim_cell.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_stim_cell -type: pharmacy -skill: pharmacy -level: 26 -xp: 68 -wait: 4 -consume: - - items: [harralander_potion_unf] - quantity: 1 - - items: [chocolate_dust] - quantity: 1 -output: stim_cell -message: "You mix a stim cell." diff --git a/data/recipes/mixing/mix_stim_potion.yaml b/data/recipes/mixing/mix_stim_potion.yaml deleted file mode 100644 index 437b985..0000000 --- a/data/recipes/mixing/mix_stim_potion.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_stim_potion -type: pharmacy -skill: pharmacy -level: 3 -xp: 25 -wait: 4 -consume: - - items: [guam_potion_unf] - quantity: 1 - - items: [eye_of_newt] - quantity: 1 -output: stim_potion -message: "You mix a stim potion." diff --git a/data/recipes/mixing/mix_super_amp.yaml b/data/recipes/mixing/mix_super_amp.yaml deleted file mode 100644 index 5e05019..0000000 --- a/data/recipes/mixing/mix_super_amp.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_super_amp -type: pharmacy -skill: pharmacy -level: 55 -xp: 125 -wait: 4 -consume: - - items: [kwuarm_potion_unf] - quantity: 1 - - items: [limpwurt_root] - quantity: 1 -output: super_amp -message: "You mix a super amp." diff --git a/data/recipes/mixing/mix_super_bio_serum.yaml b/data/recipes/mixing/mix_super_bio_serum.yaml deleted file mode 100644 index 96e6632..0000000 --- a/data/recipes/mixing/mix_super_bio_serum.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_super_bio_serum -type: pharmacy -skill: pharmacy -level: 48 -xp: 106 -wait: 4 -consume: - - items: [irit_potion_unf] - quantity: 1 - - items: [antitoxin_powder] - quantity: 1 -output: super_bio_serum -message: "You mix a super bio serum." diff --git a/data/recipes/mixing/mix_super_shield.yaml b/data/recipes/mixing/mix_super_shield.yaml deleted file mode 100644 index 61b3686..0000000 --- a/data/recipes/mixing/mix_super_shield.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_super_shield -type: pharmacy -skill: pharmacy -level: 66 -xp: 150 -wait: 4 -consume: - - items: [cadantine_potion_unf] - quantity: 1 - - items: [white_berries] - quantity: 1 -output: super_shield -message: "You mix a super shield." diff --git a/data/recipes/mixing/mix_super_stim.yaml b/data/recipes/mixing/mix_super_stim.yaml deleted file mode 100644 index bac9f8f..0000000 --- a/data/recipes/mixing/mix_super_stim.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_super_stim -type: pharmacy -skill: pharmacy -level: 45 -xp: 100 -wait: 4 -consume: - - items: [irit_potion_unf] - quantity: 1 - - items: [eye_of_newt] - quantity: 1 -output: super_stim -message: "You mix a super stim." diff --git a/data/recipes/mixing/mix_super_stim_cell.yaml b/data/recipes/mixing/mix_super_stim_cell.yaml deleted file mode 100644 index 26640ea..0000000 --- a/data/recipes/mixing/mix_super_stim_cell.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_super_stim_cell -type: pharmacy -skill: pharmacy -level: 52 -xp: 118 -wait: 4 -consume: - - items: [avantoe_potion_unf] - quantity: 1 - - items: [blight_spore] - quantity: 1 -output: super_stim_cell -message: "You mix a super stim cell." diff --git a/data/recipes/mixing/mix_targeting_serum.yaml b/data/recipes/mixing/mix_targeting_serum.yaml deleted file mode 100644 index 06f8421..0000000 --- a/data/recipes/mixing/mix_targeting_serum.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_targeting_serum -type: pharmacy -skill: pharmacy -level: 72 -xp: 163 -wait: 4 -consume: - - items: [dwarf_weed_potion_unf] - quantity: 1 - - items: [catalyst_wine] - quantity: 1 -output: targeting_serum -message: "You mix a targeting serum." diff --git a/data/recipes/mixing/mix_tech_serum.yaml b/data/recipes/mixing/mix_tech_serum.yaml deleted file mode 100644 index a57d2f9..0000000 --- a/data/recipes/mixing/mix_tech_serum.yaml +++ /dev/null @@ -1,13 +0,0 @@ -id: mix_tech_serum -type: pharmacy -skill: pharmacy -level: 38 -xp: 88 -wait: 4 -consume: - - items: [ranarr_potion_unf] - quantity: 1 - - items: [snape_grass] - quantity: 1 -output: tech_serum -message: "You mix a tech serum." diff --git a/data/recipes/mixing/nano_restore.yaml b/data/recipes/mixing/nano_restore.yaml new file mode 100644 index 0000000..c14f151 --- /dev/null +++ b/data/recipes/mixing/nano_restore.yaml @@ -0,0 +1,13 @@ +id: nano_restore +type: pharmacy +skill: pharmacy +level: 22 +xp: 63 +wait: 4 +consume: + - items: [harralander_potion_unf] + quantity: 1 + - items: [arachnid_enzyme] + quantity: 1 +output: nano_restore +message: "You mix a nano restore." diff --git a/data/recipes/mixing/restoration_compound.yaml b/data/recipes/mixing/restoration_compound.yaml new file mode 100644 index 0000000..0613d47 --- /dev/null +++ b/data/recipes/mixing/restoration_compound.yaml @@ -0,0 +1,13 @@ +id: restoration_compound +type: pharmacy +skill: pharmacy +level: 81 +xp: 180 +wait: 4 +consume: + - items: [toadflax_potion_unf] + quantity: 1 + - items: [crushed_nest] + quantity: 1 +output: restoration_compound +message: "You mix a restoration compound." diff --git a/data/recipes/mixing/science_serum.yaml b/data/recipes/mixing/science_serum.yaml new file mode 100644 index 0000000..311f3c4 --- /dev/null +++ b/data/recipes/mixing/science_serum.yaml @@ -0,0 +1,13 @@ +id: science_serum +type: pharmacy +skill: pharmacy +level: 76 +xp: 173 +wait: 4 +consume: + - items: [lantadyme_potion_unf] + quantity: 1 + - items: [potato_cactus] + quantity: 1 +output: science_serum +message: "You mix a science serum." diff --git a/data/recipes/mixing/shield_potion.yaml b/data/recipes/mixing/shield_potion.yaml new file mode 100644 index 0000000..f334b5a --- /dev/null +++ b/data/recipes/mixing/shield_potion.yaml @@ -0,0 +1,13 @@ +id: shield_potion +type: pharmacy +skill: pharmacy +level: 30 +xp: 75 +wait: 4 +consume: + - items: [ranarr_potion_unf] + quantity: 1 + - items: [white_berries] + quantity: 1 +output: shield_potion +message: "You mix a shield potion." diff --git a/data/recipes/mixing/stim_cell.yaml b/data/recipes/mixing/stim_cell.yaml new file mode 100644 index 0000000..ddf37f8 --- /dev/null +++ b/data/recipes/mixing/stim_cell.yaml @@ -0,0 +1,13 @@ +id: stim_cell +type: pharmacy +skill: pharmacy +level: 26 +xp: 68 +wait: 4 +consume: + - items: [harralander_potion_unf] + quantity: 1 + - items: [chocolate_dust] + quantity: 1 +output: stim_cell +message: "You mix a stim cell." diff --git a/data/recipes/mixing/stim_potion.yaml b/data/recipes/mixing/stim_potion.yaml new file mode 100644 index 0000000..ad6abd3 --- /dev/null +++ b/data/recipes/mixing/stim_potion.yaml @@ -0,0 +1,13 @@ +id: stim_potion +type: pharmacy +skill: pharmacy +level: 3 +xp: 25 +wait: 4 +consume: + - items: [guam_potion_unf] + quantity: 1 + - items: [eye_of_newt] + quantity: 1 +output: stim_potion +message: "You mix a stim potion." diff --git a/data/recipes/mixing/super_amp.yaml b/data/recipes/mixing/super_amp.yaml new file mode 100644 index 0000000..dc4ef81 --- /dev/null +++ b/data/recipes/mixing/super_amp.yaml @@ -0,0 +1,13 @@ +id: super_amp +type: pharmacy +skill: pharmacy +level: 55 +xp: 125 +wait: 4 +consume: + - items: [kwuarm_potion_unf] + quantity: 1 + - items: [limpwurt_root] + quantity: 1 +output: super_amp +message: "You mix a super amp." diff --git a/data/recipes/mixing/super_bio_serum.yaml b/data/recipes/mixing/super_bio_serum.yaml new file mode 100644 index 0000000..3c763a6 --- /dev/null +++ b/data/recipes/mixing/super_bio_serum.yaml @@ -0,0 +1,13 @@ +id: super_bio_serum +type: pharmacy +skill: pharmacy +level: 48 +xp: 106 +wait: 4 +consume: + - items: [irit_potion_unf] + quantity: 1 + - items: [antitoxin_powder] + quantity: 1 +output: super_bio_serum +message: "You mix a super bio serum." diff --git a/data/recipes/mixing/super_shield.yaml b/data/recipes/mixing/super_shield.yaml new file mode 100644 index 0000000..706d402 --- /dev/null +++ b/data/recipes/mixing/super_shield.yaml @@ -0,0 +1,13 @@ +id: super_shield +type: pharmacy +skill: pharmacy +level: 66 +xp: 150 +wait: 4 +consume: + - items: [cadantine_potion_unf] + quantity: 1 + - items: [white_berries] + quantity: 1 +output: super_shield +message: "You mix a super shield." diff --git a/data/recipes/mixing/super_stim.yaml b/data/recipes/mixing/super_stim.yaml new file mode 100644 index 0000000..8ef6819 --- /dev/null +++ b/data/recipes/mixing/super_stim.yaml @@ -0,0 +1,13 @@ +id: super_stim +type: pharmacy +skill: pharmacy +level: 45 +xp: 100 +wait: 4 +consume: + - items: [irit_potion_unf] + quantity: 1 + - items: [eye_of_newt] + quantity: 1 +output: super_stim +message: "You mix a super stim." diff --git a/data/recipes/mixing/super_stim_cell.yaml b/data/recipes/mixing/super_stim_cell.yaml new file mode 100644 index 0000000..ec4a515 --- /dev/null +++ b/data/recipes/mixing/super_stim_cell.yaml @@ -0,0 +1,13 @@ +id: super_stim_cell +type: pharmacy +skill: pharmacy +level: 52 +xp: 118 +wait: 4 +consume: + - items: [avantoe_potion_unf] + quantity: 1 + - items: [blight_spore] + quantity: 1 +output: super_stim_cell +message: "You mix a super stim cell." diff --git a/data/recipes/mixing/targeting_serum.yaml b/data/recipes/mixing/targeting_serum.yaml new file mode 100644 index 0000000..e91e20e --- /dev/null +++ b/data/recipes/mixing/targeting_serum.yaml @@ -0,0 +1,13 @@ +id: targeting_serum +type: pharmacy +skill: pharmacy +level: 72 +xp: 163 +wait: 4 +consume: + - items: [dwarf_weed_potion_unf] + quantity: 1 + - items: [catalyst_wine] + quantity: 1 +output: targeting_serum +message: "You mix a targeting serum." diff --git a/data/recipes/mixing/tech_serum.yaml b/data/recipes/mixing/tech_serum.yaml new file mode 100644 index 0000000..3a21619 --- /dev/null +++ b/data/recipes/mixing/tech_serum.yaml @@ -0,0 +1,13 @@ +id: tech_serum +type: pharmacy +skill: pharmacy +level: 38 +xp: 88 +wait: 4 +consume: + - items: [ranarr_potion_unf] + quantity: 1 + - items: [snape_grass] + quantity: 1 +output: tech_serum +message: "You mix a tech serum." -- cgit v1.2.3