Carpentry & Tinkering: Difference between revisions
Jump to navigation
Jump to search
Create Carpentry & Tinkering guide with potion kegs and tools |
Create Carpentry & Tinkering guide with potion kegs and tools (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;">Carpentry & Tinkering</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;">Carpentry & Tinkering</div> | ||
<div style="font-family: 'Cardo', serif; font-size: 1.1rem; color: #e6dfd1; font-style: italic; line-height: 1.5;">The foundation of Britannian craftsmanship: tools, lockpicks, potion kegs, furniture, and house add-ons.</div> | <div style="font-family: 'Cardo', serif; font-size: 1.1rem; color: #e6dfd1; font-style: italic; line-height: 1.5;">The foundation of Britannian craftsmanship: tools, lockpicks, potion kegs, furniture, and house add-ons.</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="Carpentry & Tinkering" 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="Carpentry & Tinkering" 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 Craft Topic --</option> | |||
<option value="tinkering">Tinkering: Tools of the Realm</option> | |||
<option value="traps">Trapped Pouches & Lockpicks</option> | |||
<option value="carpentry">Carpentry: Furniture & Add-ons</option> | |||
<option value="kegs">The Anatomy of a Potion Keg</option> | |||
</select> | |||
</div> | |||
<div style="display: flex; gap: 8px; flex-wrap: wrap;"> | |||
<a href="#tinkering" 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;">Tinkering</a> | |||
<a href="#traps" 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;">Traps</a> | |||
<a href="#carpentry" 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;">Carpentry</a> | |||
<a href="#kegs" 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;">Potion Kegs</a> | |||
</div> | |||
</div> | </div> | ||
</html> | |||
<span id="tinkering"></span> | <span id="tinkering"></span> | ||
Latest revision as of 01:14, 9 September 2026
Carpentry & Tinkering
The foundation of Britannian craftsmanship: tools, lockpicks, potion kegs, furniture, and house add-ons.
Jump to Section:
Tinkering: Tools of the Realm
Tinkering is the foundational skill required by all other craftsmen. Using Tinker's Tools and iron ingots, tinkerers fabricate:
- Crafting Tools: Smith hammers, tongs, sewing kits, mortars & pestles, saws, planes, scissors, and shovels.
- Adventuring Gear: Lockpicks, sextants, spyglasses, clocks, and key rings.
- Mechanical Components: Gears, springs, clockwork assemblies, and barrel hoops.
Trapped Pouches & Lockpicks
Tinkerers provide essential utilities for dungeon crawlers and PvP combatants:
- Lockpicks: Used by thieves and treasure hunters to open locked chests.
- Trapped Pouches (Anti-Paralyze): By combining a pouch, dart/explosion trap, and the Magic Trap spell, players carry trapped pouches. When paralyzed by an enemy mage, opening the pouch detonates the trap for 1 damage, immediately breaking the paralysis!
Carpentry: Furniture & Add-ons
Carpenters shape timber into functional home furnishings and defensive structures using saws and wooden logs:
- Containers: Wooden boxes, wooden chests, and heavy crates.
- Furniture: Chairs, thrones, large dining tables, book shelves, and armoires.
- House Add-ons: Deeded installations for player homes including:
* Forges & Anvils * Spinning Wheels & Looms * Training Dummies & Pickpocket Dips * Water Troughs & Stone Ovens
The Anatomy of a Potion Keg
One of the most profitable items in the economy, a Potion Keg stores up to 100 potions of a single type, saving massive amounts of weight and backpack space! Constructing a potion keg requires collaboration between Carpentry and Tinkering:
- **Barrel Staves** (Carpentry, 3 logs)
- **Barrel Hoops** (Tinkering, 5 iron ingots)
- **Barrel Tap** (Carpentry, 2 logs)
- **Barrel Lid** (Carpentry, 4 logs)
- Combine all parts with an empty barrel to craft a completed Potion Keg!