From 24067d4f3c855778f5325687b906814eb4a043f6 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 23 Dec 2021 04:01:53 -0300 Subject: You can now read these recipes --- npc/craft/alchemy.txt | 12 ++++++------ npc/craft/recipes.txt | 12 ++++++++++-- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/npc/craft/alchemy.txt b/npc/craft/alchemy.txt index 68d2d8014..055529c81 100644 --- a/npc/craft/alchemy.txt +++ b/npc/craft/alchemy.txt @@ -85,14 +85,14 @@ OK Coffee (Shadow Herb + Tonori Water) OK Piberries Infusion (Piberries + Curshroom) OK Atropos Mixture (Lachesis Brew + Clotho Liquor) OK Death Potion (Dragonfruit + Nightshade Tea) -RE Smoke Grenade (Cactus pot + Coal) -RE Grenade (Cactus pot + Sulfur Powder) -RE Scented Grenade (Cactus pot + Moss) +OK Smoke Grenade (Cactus pot + Coal) +OK Grenade (Cactus pot + Sulfur Powder) +OK Scented Grenade (Cactus pot + Moss) OK Haste Potion (Plushshroom) OK Strength Potion (Chagashroom) Return Potion (Hurnscald Recipe => Ocean Croc Claw + Hard Spike? Grass Seeds?) OK Status Reset (Curshroom + Mana Piou Feather) -RE Homun Stat Reset (Curshroom + Manapple) +OK Homun Stat Reset (Curshroom + Manapple) OK Move Speed (Gem Powder + Fluor Powder) OK Precision (Piberries + Mt. Snake Egg) OK Dodge Potion (Piberries + Snake Egg) @@ -100,8 +100,8 @@ OK Luck, Dex, Int, Vit, Agi (Gems + Tea) OK Sacred Life (Golden Apple + Elixir of Life) OK Sacred Mana (Golden Apple + Celestia Tea) OK Sacred Revival (Sacred Life + Sacred Mana) -RE Broken Warp Crystal? (Wurtizite + Black Mamba Skin) -RE Magic Apple? (Divine Apple + Manapple? Death Potion? Sacred Life/Revival?) +OK Broken Warp Crystal? (Wurtizite + Black Mamba Skin) +OK Magic Apple? (Divine Apple + Manapple? Death Potion? Sacred Life/Revival?) OK Purification Potion (Nymph Poison + Sacred Life) OK Iced Bottle (Tonori W. + Argaes W.) RE Insurance Contract (ยป Insurance?) (Quill + Reed Bundle) diff --git a/npc/craft/recipes.txt b/npc/craft/recipes.txt index 849638146..aa5bd0665 100644 --- a/npc/craft/recipes.txt +++ b/npc/craft/recipes.txt @@ -139,12 +139,14 @@ function readAlchemy { showRecipe(HastePotion, StrengthPotion, StatusResetPotion, + HomunResetPotion, MoveSpeedPotion, PrecisionPotion, DodgePotion, SacredLifePotion, SacredManaPotion, - SacredImmortalityPotion); + SacredImmortalityPotion, + MagicApple); dnext; // Stats Boosts @@ -173,7 +175,13 @@ function readAlchemy { mesc "----------"+l("Reagents & Other Potions")+"----------", 2; showRecipe(IcedBottle, PurificationPotion, - DeathPotion); + DeathPotion, + BrokenWarpCrystal, + SmokeGrenade, + ScentGrenade, + Grenade, + Insurance, + InsuranceContract); next; @scope$=""; -- cgit v1.2.3-70-g09d2