mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
61 lines
2.5 KiB
HTML
61 lines
2.5 KiB
HTML
<div class="sheet-background" style="position: relative; height: 450px; width: 800px; top:0px; left: 0%;">
|
|
<!--name and class-->
|
|
<div class="sheet-name" style="position: absolute; top: 88px; left: 185px;">
|
|
<input type="text" name="attr_character_name" style="width: 153px;" />
|
|
</div>
|
|
<div class="sheet-class" style="position: absolute; top: 115px; left: 210px;">
|
|
<input type="text" name="attr_class" style="width: 145px;"/>
|
|
</div>
|
|
|
|
|
|
<!--mind/body-->
|
|
<div class="sheet-row">
|
|
<div class="sheet-col" style="position: absolute; top: 201px; left: 62px;">
|
|
<input type="number" name="attr_mind" style="width: 40px;"/>
|
|
</div>
|
|
<div class="sheet-col" style="position: absolute; top: 201px; left: 148px;">
|
|
<input type="number" name="attr_mind_max" style="width: 40px;"/>
|
|
</div>
|
|
<div class="sheet-col" style="position: absolute; top: 201px; left: 285px;">
|
|
<input type="number" name="attr_body" style="width: 40px;"/>
|
|
</div>
|
|
<div class="sheet-col" style="position: absolute; top: 201px; left: 375px;">
|
|
<input type="number" name="attr_body_max" style="width: 40px;"/>
|
|
</div>
|
|
</div>
|
|
<!--attack/defend-->
|
|
<div class="sheet-row">
|
|
<div class="sheet-col" style="position: absolute; top: 255px; left: 120px;">
|
|
<input type="number" name="attr_attack" style="width: 40px;"/>
|
|
</div>
|
|
<div class="sheet-col" style="position: absolute; top: 255px; left: 345px;">
|
|
<input type="number" name="attr_defend" style="width: 40px;"/>
|
|
</div>
|
|
</div>
|
|
<!--equipment-->
|
|
<div class="sheet-col">
|
|
<input type="text" name="attr_weapon" style="position: absolute; top: 342px; left: 230px; width: 200px;"/>
|
|
<input type="text" name="attr_armour" style="position: absolute; top: 394px; left: 230px; width: 200px;"/>
|
|
</div>
|
|
<div class="sheet-col" style="position: absolute; top: 124px; left: 539px;">
|
|
<input type="text" name="attr_equipment" style="width: 210px; height: 80px;" />
|
|
</div>
|
|
<div class="sheet-col" style="position: absolute; width: 240px; top: 370px; left: 41px;">
|
|
<input type="number" name="attr_treasure" style="width: 63px;"/>
|
|
</div>
|
|
|
|
<!--tasks completed-->
|
|
<div class="sheet-tasks" style="position: absolute; top: 267px; left: 539px; width: 160px; height: 130px;">
|
|
<input type="text" name="attr_tasks" style="width: 160px; height: 130px;"/>
|
|
</div>
|
|
<!--move-->
|
|
<div class="sheet-row.move" style="position: absolute; top: 386px; left: 723px;">
|
|
<input type="number" name="attr_move" style="width: 40px;"/>
|
|
<button type='roll' value='/roll @{move}d6 + ?{Other|0}' name='roll_move' />
|
|
</div>
|
|
</div>
|
|
|
|
|
|
|
|
|