[#4] Add the ability to craft multiple items
This commit is contained in:
+12
-1
@@ -32,7 +32,18 @@
|
||||
|
||||
<div id="crafting" class="hidden">
|
||||
<h1><img src="images/workbench_top.png"> Crafting</h1>
|
||||
<p>Choose a recipe: <select id="crafting_selector" disabled></select></p>
|
||||
<p>Choose a recipe:
|
||||
<select id="crafting_count">
|
||||
<option value="1">1</option>
|
||||
<option value="2">2</option>
|
||||
<option value="4">4</option>
|
||||
<option value="8">8</option>
|
||||
<option value="16">16</option>
|
||||
<option value="32">32</option>
|
||||
<option value="64">64</option>
|
||||
</select>
|
||||
<select id="crafting_selector" disabled></select>
|
||||
</p>
|
||||
<table id="crafting_output" class="hidden" cellpadding="0" cellspacing="0">
|
||||
<tr><th width="50%">You'll need:</th><th>You'll get:</th></tr>
|
||||
<tr><td id="missing_materials"> </td><td id="leftover_materials"></td></tr>
|
||||
|
||||
Reference in New Issue
Block a user