kfmodrandomloadout/index.html

40 lines
1.4 KiB
HTML
Raw Normal View History

<script type="text/javascript" src="./random.js"></script>
<select id="perk" style="width: 200px;">
<option class="selection" value="">No perk</option>
<option value="medic">Medic</option>
<option value="support">Support</option>
<option value="sharpshooter">Sharpshooter</option>
<option value="commando">Commando</option>
<option value="berserker">Berserker</option>
<option value="firebug">Firebug</option>
</select>
<button id="rollperk">Roll a perk</button>
<div style="margin-bottom:4px;"></div>
<select id="supportlvl" style="width: 283px; display: none;">
<option class="selection" value="">Support Specialist level</option>
<option value="1">Lvl 1 (21Kg carry)</option>
<option value="2">Lvl 2 (23Kg carry)</option>
<option value="3">Lvl 3 (25Kg carry)</option>
</select>
<div style="margin-bottom:4px;"></div>
<select id="set" style="width: 170px;">
<option value="vanilla">Vanilla Weapons</option>
<option value="kfs">KFS Weapons</option>
</select>
<input type="number" id="numofweapons" style="width: 108px;" placeholder="# of Weapons" min=1 max=3>
<div style="margin-bottom:10px;"></div>
<button style="font-size: 33px" id="random">ROCK AND ROLL<br>MCDONALDS</button>
<br><br>
<table style="width:70%; border : 1px solid #f00;">
<tbody id="tbody">
<tr>
<th>Weapon</th>
<th>Price</th>
<th>Weight</th>
<th>Category</th>
</tr>
</tbody>
</table>
<br>