Technological Bench: Difference between revisions
Appearance
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="advancedrecyclingtool">Advanced Recycling Tool</option> | |||
<option value="advancedsuppliesworkbench">Advanced Supplies Workbench</option> | |||
<option value="animaltrough">Animal Trough</option> | |||
<option value="automaticirrigationfacility">Automatic Irrigation Facility</option> | |||
<option value="brewingbarrel">Brewing Barrel</option> | |||
<option value="crudepickaxe">Crude Pickaxe</option> | <option value="crudepickaxe">Crude Pickaxe</option> | ||
<option value="disassemblybench">Disassembly Bench</option> | <option value="disassemblybench">Disassembly Bench</option> | ||
<option value="electricrockdrill">Electric Rock Drill</option> | |||
<option value="fishingrod">Fishing Rod</option> | |||
<option value="furnace">Furnace</option> | <option value="furnace">Furnace</option> | ||
<option value="growlights">Grow Lights</option> | |||
<option value="harvestingsickle">Harvesting Sickle</option> | <option value="harvestingsickle">Harvesting Sickle</option> | ||
<option value="loamysoil">Loamy Soil</option> | <option value="loamysoil">Loamy Soil</option> | ||
<option value="loggingchainsaw">Logging Chainsaw</option> | |||
<option value="primarysuppliesworkbench">Primary Supplies Workbench</option> | <option value="primarysuppliesworkbench">Primary Supplies Workbench</option> | ||
<option value="smallrefineryfacility">Small Refinery Facility</option> | |||
<option value="waterpumps">Water Pumps</option> | |||
<option value="whistle">Whistle</option> | |||
<option value="younglinghut">Youngling Hut</option> | |||
</select> | </select> | ||
</div> | </div> | ||
| Line 241: | Line 254: | ||
/* PRODUCTION DATA */ | /* PRODUCTION DATA */ | ||
const productionData = { | const productionData = { | ||
advancedrecyclingtool: { | |||
title: "Advanced Recycling Tool", | |||
lines: [ | |||
"<b>Tech Level 12:</b> 3 Metal Scraps + 13 Steel Ingots" | |||
] | |||
}, | |||
advancedsuppliesworkbench: { | |||
title: "Advanced Supplies Workbench", | |||
lines: [ | |||
"<b>Tech Level 1:</b> 41 Steel Ingot + 17 Metal Scraps + 17 Parts + 13 Rubber + 3 Electronic Part", | |||
"<b>Tech Level 12:</b> 41 Steel Ingot + 17 Metal Scraps + 17 Parts + 13 Rubber + 3 Electronic Part" | |||
] | |||
}, | |||
animaltrough: { | |||
title: "Animal Trough", | |||
lines: [ | |||
"<b>Tech Level 12:</b> 41 Wood + 10 Sintered Brick + 21 Iron Ingot + 13 Adhesive" | |||
] | |||
}, | |||
automaticirrigationfacility: { | |||
title: "Automatic Irrigation Facility", | |||
lines: [ | |||
"<b>Tech Level 12:</b> 17 Steel + 5 Parts + 5 Electronic Part + 6 Metal Scraps" | |||
] | |||
}, | |||
brewingbarrel: { | |||
title: "Brewing Barrel", | |||
lines: [ | |||
"<b>Tech Level 12:</b> 41 Wood + 17 Adhesive + 17 Rubber + 25 Steel Ingot + 13 Acid + 1 Power Cable" | |||
] | |||
}, | |||
crudepickaxe: { | crudepickaxe: { | ||
title: "Crude Pickaxe", | title: "Crude Pickaxe", | ||
| Line 253: | Line 297: | ||
"<b>Tech Level 1:</b> 17 Gravel + 17 Copper Ore", | "<b>Tech Level 1:</b> 17 Gravel + 17 Copper Ore", | ||
"<b>Tech Level 12:</b> 17 Gravel + 17 Copper Ore" | "<b>Tech Level 12:</b> 17 Gravel + 17 Copper Ore" | ||
] | |||
}, | |||
electricrockdrill: { | |||
title: "Electric Rock Drill", | |||
lines: [ | |||
"<b>Tech Level 12:</b> 41 Alloy Steel Ingot + 17 Parts + 17 Electronic Part + 1 Storage Battery + 17 Fiber + 2 Rawhide" | |||
] | |||
}, | |||
fishingrod: { | |||
title: "Fishing Rod", | |||
lines: [ | |||
"<b>Tech Level 12:</b> 17 Wood + 6 Iron Ingot" | |||
] | ] | ||
}, | }, | ||
| Line 260: | Line 316: | ||
"<b>Tech Level 1:</b> 17 Copper Ore + 25 Gravel", | "<b>Tech Level 1:</b> 17 Copper Ore + 25 Gravel", | ||
"<b>Tech Level 12:</b> 17 Copper Ore + 25 Gravel" | "<b>Tech Level 12:</b> 17 Copper Ore + 25 Gravel" | ||
] | |||
}, | |||
growlights: { | |||
title: "Grow Lights", | |||
lines: [ | |||
"<b>Tech Level 1:</b> 13 Glass + 5 Parts + 2 Electronic Part + 3 Metal Scraps", | |||
"<b>Tech Level 2:</b> 13 Glass + 5 Parts + 2 Electronic Part + 3 Metal Scraps" | |||
] | ] | ||
}, | }, | ||
| Line 274: | Line 337: | ||
"<b>Tech Level 1:</b> 7 Boiled Water + 3 Spoiled Food", | "<b>Tech Level 1:</b> 7 Boiled Water + 3 Spoiled Food", | ||
"<b>Tech Level 2:</b> 7 Boiled Water + 2 Spoiled Food" | "<b>Tech Level 2:</b> 7 Boiled Water + 2 Spoiled Food" | ||
] | |||
}, | |||
loggingchainsaw: { | |||
title: "Logging Chainsaw", | |||
lines: [ | |||
"<b>Tech Level 12:</b> 41 Alloy Steel Ingot + 17 Parts + 17 Electronic Part + 1 Storage Battery + 17 Plastic + 2 Rawhide" | |||
] | ] | ||
}, | }, | ||
| Line 281: | Line 350: | ||
"<b>Tech Level 1:</b> 25 Wood + 17 Copper Ore", | "<b>Tech Level 1:</b> 25 Wood + 17 Copper Ore", | ||
"<b>Tech Level 12:</b> 25 Wood + 17 Copper Ore" | "<b>Tech Level 12:</b> 25 Wood + 17 Copper Ore" | ||
] | |||
}, | |||
smallrefineryfacility: { | |||
title: "Small Refinery Facility", | |||
lines: [ | |||
"<b>Tech Level 12:</b> 13 Copper Ingot + 29 Steel Ingot + 3 Electronic Part + 9 Parts + 1 Power Cable" | |||
] | |||
}, | |||
waterpumps: { | |||
title: "Water Pumps", | |||
lines: [ | |||
"<b>Tech Level 12:</b> 29 Steel Ingot + 17 Fiber + 17 Parts + 17 Electronic Part" | |||
] | |||
}, | |||
whistle: { | |||
title: "Whistle", | |||
lines: [ | |||
"<b>Tech Level 12:</b> 4 Steel Ingot + 1 Wood" | |||
] | |||
}, | |||
younglinghut: { | |||
title: "Youngling Hut", | |||
lines: [ | |||
"<b>Tech Level 1:</b> 16 Wood + 7 Sintered Brick + 10 Steel Ingot", | |||
"<b>Tech Level 2:</b> 41 Wood + 7 Sintered Brick + 25 Steel Ingot" | |||
] | ] | ||
} | } | ||