Alchemy: Difference between revisions
Jump to navigation
Jump to search
Create Alchemy guide with full potion catalog and reagent formulas |
Create Alchemy guide with full potion catalog and reagent formulas (Fixed HTML and nav) |
||
| Line 1: | Line 1: | ||
<div class="uor-main-hero" style="background: linear-gradient(135deg, rgba(28, 22, 14, 0.95), rgba(10, 8, 5, 0.98)); border: 1px solid #d4af37; border-radius: 8px; padding: 22px; margin-bottom: 24px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7); display: flex; flex-wrap: wrap; gap: 20px; align-items: center;"> | <html><div class="uor-main-hero" style="background: linear-gradient(135deg, rgba(28, 22, 14, 0.95), rgba(10, 8, 5, 0.98)); border: 1px solid #d4af37; border-radius: 8px; padding: 22px; margin-bottom: 24px; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.7); display: flex; flex-wrap: wrap; gap: 20px; align-items: center;"> | ||
<div style="flex: 1 1 500px;"> | <div style="flex: 1 1 500px;"> | ||
<div style="font-family: 'Cinzel Decorative', serif; font-size: 1.85rem; color: #ffd700; text-shadow: 0 2px 8px rgba(0,0,0,0.8); margin-bottom: 6px;">Alchemy Compendium</div> | <div style="font-family: 'Cinzel Decorative', serif; font-size: 1.85rem; color: #ffd700; text-shadow: 0 2px 8px rgba(0,0,0,0.8); margin-bottom: 6px;">Alchemy Compendium</div> | ||
<div style="font-family: 'Cardo', serif; font-size: 1.1rem; color: #e6dfd1; font-style: italic; line-height: 1.5;">Potion brewing recipes, reagent ratios, keg storage, lethal poisons, and explosion timing.</div> | <div style="font-family: 'Cardo', serif; font-size: 1.1rem; color: #e6dfd1; font-style: italic; line-height: 1.5;">Potion brewing recipes, reagent ratios, keg storage, lethal poisons, and explosion timing.</div> | ||
</div> | </div></html> | ||
<div style="flex: 0 0 auto; text-align: center;"> | <div style="flex: 0 0 auto; text-align: center;"> | ||
<img src="/wiki/images/cats/Category_Crafting.png" alt="Alchemy" style="border: 2px solid #d4af37; border-radius: 6px; box-shadow: 0 2px 10px rgba(0,0,0,0.6);" /> | <html><img src="/wiki/images/cats/Category_Crafting.png" alt="Alchemy" style="border: 2px solid #d4af37; border-radius: 6px; box-shadow: 0 2px 10px rgba(0,0,0,0.6);" /></html> | ||
</div> | </div> | ||
</div> | </div> | ||
<html> | |||
<div class="uor-section-nav" style="background: rgba(22, 17, 11, 0.85); border: 1px solid rgba(212, 175, 55, 0.45); border-left: 5px solid #d4af37; padding: 14px 18px; border-radius: 6px; margin-bottom: 24px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;"> | <div class="uor-section-nav" style="background: rgba(22, 17, 11, 0.85); border: 1px solid rgba(212, 175, 55, 0.45); border-left: 5px solid #d4af37; padding: 14px 18px; border-radius: 6px; margin-bottom: 24px; display: flex; flex-wrap: wrap; gap: 12px; align-items: center; justify-content: space-between;"> | ||
<div style="display: flex; align-items: center; gap: 10px;"> | |||
<span style="font-family: 'Cinzel Decorative', serif; font-weight: bold; color: #ffdf6a; font-size: 0.95rem;">Jump to Section:</span> | |||
<select onchange="if (this.value) { var el = document.getElementById(this.value); if (el) { el.scrollIntoView({behavior: 'smooth', block: 'start'}); } }" style="background: #101622; color: #e6dfd1; border: 1px solid #d4af37; padding: 5px 10px; border-radius: 4px; font-family: 'Cardo', serif; font-size: 0.95rem; cursor: pointer;"> | |||
<option value="">-- Select Alchemy Topic --</option> | |||
<option value="equipment">Mortars, Pestles & Kegs</option> | |||
<option value="potions">Complete Potion Catalog</option> | |||
<option value="poisoning">Poison Tiers & Lethality</option> | |||
<option value="explosion">Explosion Potions & Tossing Timing</option> | |||
</select> | |||
</div> | |||
<div style="display: flex; gap: 8px; flex-wrap: wrap;"> | |||
<a href="#potions" class="uor-pill" style="background: rgba(212,175,55,0.15); border: 1px solid #d4af37; color: #ffdf6a; padding: 4px 10px; border-radius: 20px; text-decoration: none; font-size: 0.82rem; font-weight: bold;">Potions</a> | |||
<a href="#poisoning" class="uor-pill" style="background: rgba(212,175,55,0.15); border: 1px solid #d4af37; color: #ffdf6a; padding: 4px 10px; border-radius: 20px; text-decoration: none; font-size: 0.82rem; font-weight: bold;">Poisons</a> | |||
<a href="#explosion" class="uor-pill" style="background: rgba(212,175,55,0.15); border: 1px solid #d4af37; color: #ffdf6a; padding: 4px 10px; border-radius: 20px; text-decoration: none; font-size: 0.82rem; font-weight: bold;">Explosions</a> | |||
</div> | |||
</div> | </div> | ||
</html> | |||
<span id="equipment"></span> | <span id="equipment"></span> | ||
| Line 31: | Line 33: | ||
To brew potions: | To brew potions: | ||
# Place reagents and empty glass bottles in your backpack. | # Place reagents and empty glass bottles in your backpack. | ||
# Double-click a '''Mortar and Pestle''' <img src="/wiki/images/crafting/mortar_pestle.png" alt="Mortar" style="vertical-align: middle;" />. | # Double-click a '''Mortar and Pestle''' <html><img src="/wiki/images/crafting/mortar_pestle.png" alt="Mortar" style="vertical-align: middle;" /></html>. | ||
# Select the desired potion from the alchemy gump. | # Select the desired potion from the alchemy gump. | ||
# Ground reagents will be poured into an empty bottle upon success. | # Ground reagents will be poured into an empty bottle upon success. | ||
| Line 46: | Line 48: | ||
! scope="col" | Effect Description | ! scope="col" | Effect Description | ||
|- | |- | ||
| style="text-align: center;" | <img src="/wiki/images/crafting/potion_refresh.png" alt="Refresh" /> | | style="text-align: center;" | <html><img src="/wiki/images/crafting/potion_refresh.png" alt="Refresh" /></html> | ||
| '''Refresh'''<br>'''Total Refresh''' | | '''Refresh'''<br>'''Total Refresh''' | ||
| 1 Black Pearl<br>5 Black Pearl | | 1 Black Pearl<br>5 Black Pearl | ||
| Line 52: | Line 54: | ||
| Instantly restores character Stamina, allowing you to run and swing weapons at full speed. | | Instantly restores character Stamina, allowing you to run and swing weapons at full speed. | ||
|- | |- | ||
| style="text-align: center;" | <img src="/wiki/images/crafting/potion_agility.png" alt="Agility" /> | | style="text-align: center;" | <html><img src="/wiki/images/crafting/potion_agility.png" alt="Agility" /></html> | ||
| '''Agility'''<br>'''Greater Agility''' | | '''Agility'''<br>'''Greater Agility''' | ||
| 1 Blood Moss<br>3 Blood Moss | | 1 Blood Moss<br>3 Blood Moss | ||
| Line 58: | Line 60: | ||
| Temporarily increases Dexterity by +10 (Normal) or +20 (Greater), increasing swing and bandage speed. | | Temporarily increases Dexterity by +10 (Normal) or +20 (Greater), increasing swing and bandage speed. | ||
|- | |- | ||
| style="text-align: center;" | <img src="/wiki/images/crafting/potion_nightsight.png" alt="Nightsight" /> | | style="text-align: center;" | <html><img src="/wiki/images/crafting/potion_nightsight.png" alt="Nightsight" /></html> | ||
| '''Night Sight''' | | '''Night Sight''' | ||
| 1 Spiders Silk | | 1 Spiders Silk | ||
| Line 64: | Line 66: | ||
| Provides daylight vision in pitch-black dungeons and night hours. | | Provides daylight vision in pitch-black dungeons and night hours. | ||
|- | |- | ||
| style="text-align: center;" | <img src="/wiki/images/crafting/potion_heal.png" alt="Heal" /> | | style="text-align: center;" | <html><img src="/wiki/images/crafting/potion_heal.png" alt="Heal" /></html> | ||
| '''Lesser Heal'''<br>'''Heal'''<br>'''Greater Heal''' | | '''Lesser Heal'''<br>'''Heal'''<br>'''Greater Heal''' | ||
| 1 Ginseng<br>3 Ginseng<br>7 Ginseng | | 1 Ginseng<br>3 Ginseng<br>7 Ginseng | ||
| Line 70: | Line 72: | ||
| Instantly restores hit points (Greater Heal restores 20–35 HP). Cannot be consumed while poisoned! | | Instantly restores hit points (Greater Heal restores 20–35 HP). Cannot be consumed while poisoned! | ||
|- | |- | ||
| style="text-align: center;" | <img src="/wiki/images/crafting/potion_strength.png" alt="Strength" /> | | style="text-align: center;" | <html><img src="/wiki/images/crafting/potion_strength.png" alt="Strength" /></html> | ||
| '''Strength'''<br>'''Greater Strength''' | | '''Strength'''<br>'''Greater Strength''' | ||
| 2 Mandrake Root<br>5 Mandrake Root | | 2 Mandrake Root<br>5 Mandrake Root | ||
| Line 76: | Line 78: | ||
| Temporarily boosts Strength by +10 to +20, increasing maximum Health and melee damage. | | Temporarily boosts Strength by +10 to +20, increasing maximum Health and melee damage. | ||
|- | |- | ||
| style="text-align: center;" | <img src="/wiki/images/crafting/potion_poison.png" alt="Poison" /> | | style="text-align: center;" | <html><img src="/wiki/images/crafting/potion_poison.png" alt="Poison" /></html> | ||
| '''Lesser Poison'''<br>'''Poison'''<br>'''Greater Poison'''<br>'''Deadly Poison''' | | '''Lesser Poison'''<br>'''Poison'''<br>'''Greater Poison'''<br>'''Deadly Poison''' | ||
| 1 Nightshade<br>2 Nightshade<br>4 Nightshade<br>8 Nightshade | | 1 Nightshade<br>2 Nightshade<br>4 Nightshade<br>8 Nightshade | ||
| Line 82: | Line 84: | ||
| Deadly toxic concoction applied to fencing blades and food, or used in poison traps. | | Deadly toxic concoction applied to fencing blades and food, or used in poison traps. | ||
|- | |- | ||
| style="text-align: center;" | <img src="/wiki/images/crafting/potion_cure.png" alt="Cure" /> | | style="text-align: center;" | <html><img src="/wiki/images/crafting/potion_cure.png" alt="Cure" /></html> | ||
| '''Lesser Cure'''<br>'''Cure'''<br>'''Greater Cure''' | | '''Lesser Cure'''<br>'''Cure'''<br>'''Greater Cure''' | ||
| 1 Garlic<br>3 Garlic<br>6 Garlic | | 1 Garlic<br>3 Garlic<br>6 Garlic | ||
| Line 88: | Line 90: | ||
| Neutralizes poisons. Greater Cure cures Deadly and Lethal poisons with high reliability. | | Neutralizes poisons. Greater Cure cures Deadly and Lethal poisons with high reliability. | ||
|- | |- | ||
| style="text-align: center;" | <img src="/wiki/images/crafting/potion_explosion.png" alt="Explosion" /> | | style="text-align: center;" | <html><img src="/wiki/images/crafting/potion_explosion.png" alt="Explosion" /></html> | ||
| '''Lesser Explosion'''<br>'''Explosion'''<br>'''Greater Explosion''' | | '''Lesser Explosion'''<br>'''Explosion'''<br>'''Greater Explosion''' | ||
| 3 Sulfurous Ash<br>5 Sulfurous Ash<br>10 Sulfurous Ash | | 3 Sulfurous Ash<br>5 Sulfurous Ash<br>10 Sulfurous Ash | ||
Latest revision as of 01:14, 9 September 2026
Alchemy Compendium
Potion brewing recipes, reagent ratios, keg storage, lethal poisons, and explosion timing.
Jump to Section:
Mortars, Pestles & Kegs
To brew potions:
- Place reagents and empty glass bottles in your backpack.
- Double-click a Mortar and Pestle
. - Select the desired potion from the alchemy gump.
- Ground reagents will be poured into an empty bottle upon success.
- To fill a **Potion Keg**, drop filled bottles onto the keg or target the keg directly while brewing. A keg holds up to 100 potions!
Complete Potion Catalog
| Icon | Potion Name | Reagents Required | Skill Needed | Effect Description |
|---|---|---|---|---|
|
Refresh Total Refresh |
1 Black Pearl 5 Black Pearl |
0.0 25.0 |
Instantly restores character Stamina, allowing you to run and swing weapons at full speed. |
|
Agility Greater Agility |
1 Blood Moss 3 Blood Moss |
15.0 35.0 |
Temporarily increases Dexterity by +10 (Normal) or +20 (Greater), increasing swing and bandage speed. |
|
Night Sight | 1 Spiders Silk | 0.0 | Provides daylight vision in pitch-black dungeons and night hours. |
|
Lesser Heal Heal Greater Heal |
1 Ginseng 3 Ginseng 7 Ginseng |
0.0 15.0 55.0 (90% at 85.0) |
Instantly restores hit points (Greater Heal restores 20–35 HP). Cannot be consumed while poisoned! |
|
Strength Greater Strength |
2 Mandrake Root 5 Mandrake Root |
25.0 45.0 |
Temporarily boosts Strength by +10 to +20, increasing maximum Health and melee damage. |
|
Lesser Poison Poison Greater Poison Deadly Poison |
1 Nightshade 2 Nightshade 4 Nightshade 8 Nightshade |
0.0 15.0 55.0 90.0 (20% at GM) |
Deadly toxic concoction applied to fencing blades and food, or used in poison traps. |
|
Lesser Cure Cure Greater Cure |
1 Garlic 3 Garlic 6 Garlic |
0.0 25.0 65.0 |
Neutralizes poisons. Greater Cure cures Deadly and Lethal poisons with high reliability. |
|
Lesser Explosion Explosion Greater Explosion |
3 Sulfurous Ash 5 Sulfurous Ash 10 Sulfurous Ash |
5.0 35.0 65.0 |
Highly volatile bomb that detonates after a 3-second fuse. Inflicts area physical damage. |
Poison Tiers & Lethality
Applying poison to blades requires the Poisoning skill:
- Lesser Poison: Mild ticking damage.
- Regular Poison: Moderate ticking damage.
- Greater Poison: Severe damage tick.
- Deadly Poison (DP): Ticks for heavy damage every 3 seconds, preventing spellcasting and bandage application! Requires Greater Cure to survive.
Explosion Potions & Tossing Timing
Explosion potions are famous in classic PvP:
- When double-clicked, a timer counts down over your head: `3... 2... 1...`
- You must target an enemy or floor tile to throw the potion before it detonates in your hands!
- Master duelists coordinate "purple potion" tosses to detonate at the exact instant their offensive spells strike, creating lethal burst combos.