mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
96 lines
5.2 KiB
HTML
96 lines
5.2 KiB
HTML
<div class="sheet-background" style="position: relative; height: 450px; width: 800px; top:0px; left: 0%;">
|
|
<!--name and position-->
|
|
<div class="sheet-name" style="position: absolute; top: 33px; left: 375px;">
|
|
<input type="text" name="attr_character_name" style="width: 175px;" />
|
|
</div>
|
|
<div class="sheet-position" style="position: absolute; top: 62px; left: 375px;">
|
|
<input type="text" name="attr_position" style="width: 175px;"/>
|
|
</div>
|
|
|
|
<!--ammo/credits/luckyshots/motivation-->
|
|
<div class="sheet-row">
|
|
<div class="sheet-col" style="position: absolute; top: 118px; left: 117px;">
|
|
<input type="number" name="attr_ammo" style="width: 50px;"/>
|
|
</div>
|
|
<div class="sheet-col" style="position: absolute; top: 118px; left: 210px;">
|
|
<input type="number" name="attr_credits" style="width: 60px;"/>
|
|
</div>
|
|
<div class="sheet-col" style="position: absolute; top: 118px; left: 320px;">
|
|
<input type="number" name="attr_luckshots" style="width: 50px;"/>
|
|
</div>
|
|
<div class="sheet-col" style="position: absolute; top: 118px; left: 428px;">
|
|
<input type="text" name="attr_motivation" style="width: 100px;"/>
|
|
</div>
|
|
<div class="sheet-col" style="position: absolute; top: 118px; left: 588px;">
|
|
<input type="number" name="attr_experience" style="width: 60px;"/>
|
|
</div>
|
|
</div>
|
|
|
|
<!--nanomeds-->
|
|
<div class="sheet-col" style="position: absolute; top: 48px; left: 103px;">
|
|
<input type="number" name="attr_nanomeds" style="width: 50px;"/>
|
|
</div>
|
|
|
|
<!--equipment-->
|
|
<div class="sheet-col" style="position: absolute; top: 172px; left: 62px; width: 170px">
|
|
<input type="text" name="attr_equip1" style="width: 170px;"/>
|
|
<input type="text" name="attr_equip2" style="width: 170px;"/>
|
|
<input type="text" name="attr_equip3" style="width: 170px;"/>
|
|
<input type="text" name="attr_equip4" style="width: 170px;"/>
|
|
<input type="text" name="attr_equip5" style="width: 170px;"/>
|
|
<input type="text" name="attr_equip6" style="width: 170px;"/>
|
|
<input type="text" name="attr_equip7" style="width: 170px;"/>
|
|
</div>
|
|
|
|
<!--cliches-->
|
|
<div class="sheet-row" style="position: absolute; top: 175px; left: 255px; width: 170px">
|
|
<label>1<input type="text" name="attr_cliche1_name" value="Cliche Name" style="width: 80px;"/><input type="number" name="attr_cliche1" style="width: 30px;"/>/<input type="number" name="attr_cliche1_max" style="width: 30px;"/></label>
|
|
</div>
|
|
<div class="sheet-row" style="position: absolute; top: 204px; left: 255px; width: 170px">
|
|
<input type="text" name="attr_cliche1_spec" value="Specializations" style="width: 170px;"/>
|
|
</div>
|
|
<div class="sheet-row" style="position: absolute; top: 233px; left: 255px; width: 170px">
|
|
<label>2<input type="text" name="attr_cliche2_name" style="width: 90px;"/><input type="text" name="attr_cliche2" style="width: 30px;"/>/<input type="number" name="attr_cliche2_max" style="width: 30px;"/></label>
|
|
</div>
|
|
<div class="sheet-row" style="position: absolute; top: 263px; left: 255px; width: 170px">
|
|
<input type="text" name="attr_cliche2_spec" style="width: 170px;"/>
|
|
</div>
|
|
<div class="sheet-row" style="position: absolute; top: 293px; left: 255px; width: 170px">
|
|
<label>3<input type="text" name="attr_cliche3_name" style="width: 90px;"/><input type="text" name="attr_cliche3" style="width: 30px;"/>/<input type="number" name="attr_cliche3_max" style="width: 30px;"/></label>
|
|
</div>
|
|
<div class="sheet-row" style="position: absolute; top: 323px; left: 255px; width: 170px">
|
|
<input type="text" name="attr_cliche3_spec" style="width: 170px;"/>
|
|
</div>
|
|
|
|
<div class="sheet-row" style="position: absolute; top: 175px; left: 436px; width: 170px">
|
|
<label>4<input type="text" name="attr_cliche4_name" style="width: 90px;"/><input type="number" name="attr_cliche4" style="width: 30px;"/>/<input type="number" name="attr_cliche4_max" style="width: 30px;"/></label>
|
|
</div>
|
|
<div class="sheet-row" style="position: absolute; top: 204px; left: 436px; width: 170px">
|
|
<input type="text" name="attr_cliche4_spec" style="width: 170px;"/>
|
|
</div>
|
|
<div class="sheet-row" style="position: absolute; top: 233px; left: 436px; width: 170px">
|
|
<label>5<input type="text" name="attr_cliche5_name" style="width: 90px;"/><input type="text" name="attr_cliche5" style="width: 30px;"/>/<input type="number" name="attr_cliche5_max" style="width: 30px;"/></label>
|
|
</div>
|
|
<div class="sheet-row" style="position: absolute; top: 263px; left: 436px; width: 170px">
|
|
<input type="text" name="attr_cliche5_spec" style="width: 170px;"/>
|
|
</div>
|
|
<div class="sheet-row" style="position: absolute; top: 293px; left: 436px; width: 170px">
|
|
<label>6<input type="text" name="attr_cliche6_name" style="width: 90px;"/><input type="text" name="attr_cliche6" style="width: 30px;"/>/<input type="number" name="attr_cliche6_max" style="width: 30px;"/></label>
|
|
</div>
|
|
<div class="sheet-row" style="position: absolute; top: 323px; left: 436px; width: 170px">
|
|
<input type="text" name="attr_cliche6_spec" style="width: 170px;"/>
|
|
</div>
|
|
|
|
<!--equipment-->
|
|
<div class="sheet-col" style="position: absolute; top: 170px; left: 623px;">
|
|
<input type="text" name="attr_encum1" style="width: 145px;"/>
|
|
<input type="text" name="attr_encum2" style="width: 145px;"/>
|
|
<input type="text" name="attr_encum3" style="width: 145px;"/>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|