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>
|
<span id="ability-cost-display"></span>
|
||||||
<button id="roll-ability">Do it!</button>
|
<button id="roll-ability">Do it!</button>
|
||||||
</div>
|
</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>
|
||||||
</div>
|
</div>
|
||||||
<script>
|
<script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user