Jump to content

Technological Bench: Difference between revisions

From Once Human Guide
No edit summary
No edit summary
Line 105: Line 105:
<select id="productionSelect">
<select id="productionSelect">
   <option value="">Select Item</option>
   <option value="">Select Item</option>
  <option value="crudepickaxe">Crude Pickaxe</option>
  <option value="disassemblybench">Disassembly Bench</option>
  <option value="furnace">Furnace</option>
  <option value="harvestingsickle">Harvesting Sickle</option>
  <option value="loamysoil">Loamy Soil</option>
   <option value="primarysuppliesworkbench">Primary Supplies Workbench</option>
   <option value="primarysuppliesworkbench">Primary Supplies Workbench</option>
</select>
</select>
Line 236: Line 241:
/* PRODUCTION DATA */
/* PRODUCTION DATA */
const productionData = {
const productionData = {
  crudepickaxe: {
    title: "Crude Pickaxe",
    lines: [
      "<b>Tech Level 1:</b> 5 Wood + 6 Gravel",
      "<b>Tech Level 12:</b> 5 Wood + 6 Gravel"
    ]
  },
  disassemblybench: {
    title: "Disassembly Bench",
    lines: [
      "<b>Tech Level 1:</b> 17 Gravel + 17 Copper Ore",
      "<b>Tech Level 12:</b> 17 Gravel + 17 Copper Ore"
    ]
  },
  furnace: {
    title: "Furnace",
    lines: [
      "<b>Tech Level 1:</b> 17 Copper Ore + 25 Gravel",
      "<b>Tech Level 12:</b> 17 Copper Ore + 25 Gravel"
    ]
  },
  harvestingsickle: {
    title: "Harvesting Sickle",
    lines: [
      "<b>Tech Level 1:</b> 3 Iron Ingot + 2 Rawhide + 6 Wood",
      "<b>Tech Level 12:</b> 3 Iron Ingot + 2 Rawhide + 6 Wood"
    ]
  },
  loamysoil: {
    title: "Loamy Soil",
    lines: [
      "<b>Tech Level 1:</b> 7 Boiled Water + 3 Spoiled Food",
      "<b>Tech Level 2:</b> 7 Boiled Water + 2 Spoiled Food"
    ]
  },
   primarysuppliesworkbench: {
   primarysuppliesworkbench: {
     title: "Primary Supplies Workbench",
     title: "Primary Supplies Workbench",

Revision as of 20:44, 25 April 2026

Return to Front Page

Survival
Production
Combat
Build