Draft: Create the Use Skill box
This commit is contained in:
parent
feb79d2fb1
commit
139588b116
13
index.html
13
index.html
@ -370,6 +370,19 @@
|
||||
<span id="ability-cost-display"></span>
|
||||
<button id="roll-ability">Do it!</button>
|
||||
</div>
|
||||
<div class="box">
|
||||
<h2>Do a Task</h2>
|
||||
Training
|
||||
<select>
|
||||
<option>Inability</option>
|
||||
<option selected>Practised</option>
|
||||
<option>Trained</option>
|
||||
<option>Specialised</option>
|
||||
</select>
|
||||
Effort <input type="number">
|
||||
<button>Roll!</button>
|
||||
<button>Do it!</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<script>
|
||||
|
Loading…
x
Reference in New Issue
Block a user