Overview
The Crafting Calculator helps you plan and calculate the exact materials needed to craft items in Last Oasis. It automatically breaks down complex recipes into their base components, showing you every resource required at each crafting tier.Key Features
- Real-time Material Calculation: Automatically calculates all required materials including nested ingredients
- Multi-Item Planning: Add multiple items to calculate total material requirements
- Recipe Breakdown: View complete crafting trees with up to two levels of ingredient depth
- Search & Filter: Quickly find craftable items by name across all categories
- Shareable Recipes: Generate URLs to share your crafting lists with clan members
How to Use the Crafting Calculator
Search for Items
Use the search bar in the left panel to find craftable items. The search supports partial matches and filters items as you type.
Add Items to Your List
Click on any item from the left panel to add it to your crafting queue. Items appear as cards in the main area with their recipe details.
If you add an item that’s already in your list, it will increment the count instead of creating a duplicate entry.
Adjust Quantities
Each selected item shows a quantity counter. Change the count to calculate materials for multiple copies of the same item.The calculator automatically recalculates all material requirements when you adjust quantities.
Recipe Breakdown System
The calculator shows a two-level ingredient tree for each item:- Primary Ingredients: Direct materials needed to craft the item
- Secondary Ingredients: Materials needed to craft the primary ingredients
The system stops at two levels to keep the interface manageable. For deeper recipe chains, add the intermediate items separately.
Sharing Crafting Lists
You can share your crafting setup with clan members:Via URL Parameter
Add items to your list, then share the URL. Therecipe parameter encodes your entire crafting queue.
Example URL format:
Direct Item Link
Share a link that pre-populates the search with a specific item:Reporting Issues
Search Tips
- Multi-word Search: The search supports multiple terms. Type
"iron tool"to find all iron tools - Case Insensitive: Searches work regardless of capitalization
- Live Filtering: Results update as you type, showing only matching items
Technical Details
Data Source
Recipes are loaded from GitHub and cached locally:Material Aggregation
The Total Materials component (TotalMaterials.tsx) recursively calculates all base materials across your selected items, accounting for:
- Nested ingredient trees
- Quantity multipliers
- Recipe variations (some items have multiple crafting methods)
Common Workflows
Planning a Large Crafting Session
Planning a Large Crafting Session
- Search for your target items (e.g., advanced weapons)
- Add them to your list with desired quantities
- Review the Total Materials section
- Copy the material list to organize your resource gathering
- Share the URL with clan members so they know what to collect
Comparing Recipe Costs
Comparing Recipe Costs
- Add an item to see its material requirements
- Check if it has multiple crafting recipes
- Compare resource costs between different crafting stations
- Choose the most efficient recipe for your current resources
Bulk Resource Calculation
Bulk Resource Calculation
- Add multiple items you need to craft
- Set quantities for each
- View aggregated totals at the bottom
- Identify which base resources you need the most
- Prioritize resource gathering based on the totals
Integration with Other Features
- Resource Maps: After calculating materials, use Resource Maps to locate quality resources
- Trading System: If you’re missing materials, check the Trading System to buy or trade for them
- Clan Management: Share crafting lists with your Clan Members to coordinate resource gathering
Mobile Experience
The crafting calculator is fully responsive:- Mobile: Toggle the items list with the hamburger menu icon
- Tablet: Side-by-side layout with collapsible item panel
- Desktop: Full three-column layout for maximum efficiency
The interface automatically adjusts to your screen size. On mobile, use the list icon (top-right) to show/hide the item selection panel.