diff options
Diffstat (limited to 'npc/craft/alchemy.txt')
-rw-r--r-- | npc/craft/alchemy.txt | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/npc/craft/alchemy.txt b/npc/craft/alchemy.txt index 9022edb84..0b39a61b9 100644 --- a/npc/craft/alchemy.txt +++ b/npc/craft/alchemy.txt @@ -64,3 +64,73 @@ function script AlchemySystem { setskin ""; return .success; } + +/* +Alchemy can rely in cross-building +Where a weaker potion is base for a stronger one +Standard Duration = 2 minutes ~ 5 minutes + +Reagents: + Water + Eggs + Milk + Nymph Poison + +Products: + Tea (Chamomile, Spearmint, Oolong, Jasmine, Yerba Mate?) + → Argaes Water + «Herbal Reagent» + Coffee (Shadow Herb + Tonori Water) +OK Piberries Infusion (Piberries + Curshroom) + Atropos Mixture (Lachesis Brew + Clotho Liquor) + Death Potion (Dragonfruit + Nightshade Tea) + Smoke Grenade (Cactus pot + Coal) + Grenade (Cactus pot + Sulfur Powder) + 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) + Homun Stat Reset (Curshroom + Manapple) +OK Move Speed (Gem Powder + Fluor Powder) +OK Precision (Piberries + Mt. Snake Egg) +OK Dodge Potion (Piberries + Snake Egg) +OK Luck, Dex, Int, Vit, Agi (Gems + Tea) +R Sacred Life (Golden Apple + Elixir of Life) +R Sacred Mana (Golden Apple + Celestia Tea) +R Sacred Revival (Sacred Life + Sacred Mana) + Broken Warp Crystal? (Wurtizite + Black Mamba Skin) + Magic Apple? (Divine Apple + Manapple?) + Purification Potion (Nymph Poison + Sacred Life) + Iced Water (Tonori W. + Argaes W.) + Insurance Contract (» Insurance?) (Quill + Reed Bundle) + Mysterious Fruit? (Legendary) + +For all Scrolls: Quill + ? (depends on scroll itself) + » Summon Scrolls (Based on mob parts, 1× mob?) + → alignment_cansummon() + SummonMagic() or summon() directly + → Criteria between weak/strong version is alignment + → When aligned, scrolls always summon strongest ver + → Level must be equal or superior to strongest, tho + » Maggot/Giant Maggot: Bug Leg (Lv 40) + » CaveMaggot: Maggot Slime + » Green Dragon/Nightmare: Dragon Scales (Lv 105) + » Wolvern: Wolvern Pelt + » Moggun/Yeti: Frozen Yeti Tear (Lv 60) + » Terranite/T.Prot.: Terranite Ore (Lv 90) + » Magnus Heal (Lifestone) + » Area Provoke? + » Guild Skills? + + // Skills for Aegis Shield, all beyond maximum level + // Slimes, Snakes, Fairies, Darth Duck, Mr. Prickel + // PoisonS.Mushroom + // TODO: Lizards, (Black)Scorpions, Moonshroom, Black Mamba, Centaur + skill TMW2_HALHISS, 10; + skill TMW2_KALSPIKE, 9; + skill TMW2_LIMERIZER, 10; + skill TMW2_FAIRYKINGDOM, 9; + skill TMW2_DUCKY, 10; + skill TMW2_FAIRYEMPIRE, 10; + +*/ + |