diff options
Diffstat (limited to 'data/recipes/mixing')
| -rw-r--r-- | data/recipes/mixing/mix_amp_potion.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_bio_serum.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_full_restore.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_nano_restore.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_restoration_compound.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_science_serum.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_shield_potion.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_stim_cell.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_stim_potion.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_super_amp.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_super_bio_serum.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_super_shield.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_super_stim.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_super_stim_cell.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_targeting_serum.yaml | 13 | ||||
| -rw-r--r-- | data/recipes/mixing/mix_tech_serum.yaml | 13 |
16 files changed, 208 insertions, 0 deletions
diff --git a/data/recipes/mixing/mix_amp_potion.yaml b/data/recipes/mixing/mix_amp_potion.yaml new file mode 100644 index 0000000..6145296 --- /dev/null +++ b/data/recipes/mixing/mix_amp_potion.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..6f5a3ea --- /dev/null +++ b/data/recipes/mixing/mix_bio_serum.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..b9e320e --- /dev/null +++ b/data/recipes/mixing/mix_full_restore.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..4a5ebb0 --- /dev/null +++ b/data/recipes/mixing/mix_nano_restore.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..c945cac --- /dev/null +++ b/data/recipes/mixing/mix_restoration_compound.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..b65f2d2 --- /dev/null +++ b/data/recipes/mixing/mix_science_serum.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..fc44abf --- /dev/null +++ b/data/recipes/mixing/mix_shield_potion.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..ccca53a --- /dev/null +++ b/data/recipes/mixing/mix_stim_cell.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..437b985 --- /dev/null +++ b/data/recipes/mixing/mix_stim_potion.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..5e05019 --- /dev/null +++ b/data/recipes/mixing/mix_super_amp.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..96e6632 --- /dev/null +++ b/data/recipes/mixing/mix_super_bio_serum.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..61b3686 --- /dev/null +++ b/data/recipes/mixing/mix_super_shield.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..bac9f8f --- /dev/null +++ b/data/recipes/mixing/mix_super_stim.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..26640ea --- /dev/null +++ b/data/recipes/mixing/mix_super_stim_cell.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..06f8421 --- /dev/null +++ b/data/recipes/mixing/mix_targeting_serum.yaml @@ -0,0 +1,13 @@ +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 new file mode 100644 index 0000000..a57d2f9 --- /dev/null +++ b/data/recipes/mixing/mix_tech_serum.yaml @@ -0,0 +1,13 @@ +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." |
