mirror of
https://github.com/titanscouting/tra-analysis.git
synced 2024-11-10 06:54:44 +00:00
added strat options
This commit is contained in:
parent
274017806f
commit
44f209f331
@ -43,6 +43,9 @@
|
|||||||
<option value="Fast">Fast</option>
|
<option value="Fast">Fast</option>
|
||||||
<option value="Ludicrous">Ludicrous</option>
|
<option value="Ludicrous">Ludicrous</option>
|
||||||
</select>
|
</select>
|
||||||
|
<div>
|
||||||
|
Strategy: <input type="text" name="" value="" id="strat">
|
||||||
|
</div>
|
||||||
<h3>Sandstorm:</h3>
|
<h3>Sandstorm:</h3>
|
||||||
<div>
|
<div>
|
||||||
Sandstorm Cross Bonus: <select id="SCross">
|
Sandstorm Cross Bonus: <select id="SCross">
|
||||||
|
@ -66,6 +66,7 @@ function subRes() {
|
|||||||
push['teamDBRef'] = 'team-' + document.getElementById('tsn').value
|
push['teamDBRef'] = 'team-' + document.getElementById('tsn').value
|
||||||
push['speed'] = document.getElementById('speed').value
|
push['speed'] = document.getElementById('speed').value
|
||||||
push['sandstormCross'] = document.getElementById('SCross').value
|
push['sandstormCross'] = document.getElementById('SCross').value
|
||||||
|
push['strategy']= document.getElementById('strat').value
|
||||||
|
|
||||||
push['sandstormCargoShipHatchSuccess'] = document.getElementById('SCHS').value
|
push['sandstormCargoShipHatchSuccess'] = document.getElementById('SCHS').value
|
||||||
push['sandstormCargoShipHatchFailure'] = document.getElementById('SCHU').value
|
push['sandstormCargoShipHatchFailure'] = document.getElementById('SCHU').value
|
||||||
|
Loading…
Reference in New Issue
Block a user