{{{ItemClass}}} - {{{ItemSubclass}}}
◆ Resource Information
[[File:{{{ImageLink}}}|200px|alt={{{Name}}}]]
{{{Description}}}
| [[File:{{{IconLink}}}|16px]] Tier | {{{Tier}}} |
| ✦ Rarity | {{{Rarity}}} |
| 🏛 Faction | {{{Faction}}} |
| ⚖ Weight | {{{Weight}}} kg |
| 📦 Max Stacks | {{{MaxStacks}}} |
| 💰 Base Vendor Price | {{{BaseVendorPrice}}} Solaris |
| ⭐ XP per Harvest | {{{XPPerHarvest}}} |
CRAFTING
⚒ Crafting Recipes
Items that require {{{Name}}} as an ingredient
| Item Created | Resources Needed | Stations |
View All Recipes
Recipes that produce {{{Name}}}
| Item Created | Resources Needed | Stations |
View All Recipes
VIDEO TUTORIALS
▶ Building Guide
☰ Notes
{{{AdditionalNotes}}}
<script type="text/template" id="recipePopupTemplate">
<div class="recipe-popup-overlay">
<div class="recipe-popup">
<div class="popup-header">
<h3 class="popup-title">{{title}}</h3>
<button class="popup-close">×</button>
</div>
<div class="popup-content">
<div class="popup-search-container">
<input type="text" class="popup-search-input" placeholder="Search recipes…">
</div>
<div class="popup-table-wrapper">
<table class="infobox-dune-standard-table recipe-popup-table">
<thead>
<tr class="tr-dark">
<th>Item Created</th><th>Resources Needed</th><th>Stations</th>
<th>Water (mL)</th><th>Craft Time</th><th>Schematic</th>
</tr>
</thead>
<tbody>{{tableRows}}</tbody>
</table>
</div>
</div>
</div>
</div>
</script>