mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
114 lines
3.2 KiB
HTML
114 lines
3.2 KiB
HTML
<div class="sheet-row">
|
|
<label for="attr_basics">Name & Playbook:</label><br/>
|
|
<input type="text" name="attr_basics" style="width:100%;"/>
|
|
</div><br/>
|
|
<div class="sheet-3colrow">
|
|
<div class="sheet-col">
|
|
<label for="attr_cool">Cool</label><br/>
|
|
<input name="attr_cool" type="text">
|
|
<button type="roll" value="/roll 2d6 + @{cool}"/>
|
|
</div>
|
|
<div class="sheet-col">
|
|
<label for="attr_edge">Edge</label><br/>
|
|
<input name="attr_edge" type="text">
|
|
<button type="roll" value="/roll 2d6 + @{edge}"/>
|
|
</div>
|
|
<div class="sheet-col">
|
|
<label for="attr_meat">Meat</label><br/>
|
|
<input name="attr_meat" type="text">
|
|
<button type="roll" value="/roll 2d6 + @{meat}"/>
|
|
</div>
|
|
</div>
|
|
<br/>
|
|
<div class="sheet-3colrow">
|
|
<div class="sheet-col">
|
|
<label for="attr_mind">Mind</label><br/>
|
|
<input name="attr_mind" type="text">
|
|
<button type="roll" value="/roll 2d6 + @{mind}"/>
|
|
</div>
|
|
<div class="sheet-col">
|
|
<label for="attr_style">Style</label><br/>
|
|
<input name="attr_style" type="text">
|
|
<button type="roll" value="/roll 2d6 + @{style}"/>
|
|
</div>
|
|
<div class="sheet-col">
|
|
<label for="attr_synth">Synth</label><br/>
|
|
<input name="attr_synth" type="text">
|
|
<button type="roll" value="/roll 2d6 + @{synth}"/>
|
|
</div>
|
|
</div>
|
|
<br/>
|
|
<div class="sheet-2colrow">
|
|
<div class="sheet-col">
|
|
<label for="attr_cred">Cred:</label><br/>
|
|
<input type="text" name="attr_cred"/><br/><br/>
|
|
</div>
|
|
<div class="sheet-col">
|
|
<label>Harm:</label>
|
|
<input type="checkbox" name="attr_15"/>15:00
|
|
<input type="checkbox" name="attr_18"/>18:00
|
|
<input type="checkbox" name="attr_21"/>21:00
|
|
<input type="checkbox" name="attr_22"/>22:00
|
|
<input type="checkbox" name="attr_23"/>23:00
|
|
<input type="checkbox" name="attr_00"/>00:00
|
|
</div>
|
|
</div>
|
|
<div class="sheet-2colrow">
|
|
<div class="sheet-col">
|
|
<label for="attr_intelStat">[intel]:</label><br/>
|
|
<input type="text" name="attr_intelStat"/><br/><br/>
|
|
</div>
|
|
<div class="sheet-col">
|
|
<label for="attr_gearStat">[gear]:</label><br/>
|
|
<input type="text" name="attr_gearStat"/><br/>
|
|
</div>
|
|
</div>
|
|
<br/>
|
|
<div class="sheet-2colrow">
|
|
<div class="sheet-col">
|
|
<label for="attr_moves">Moves:</label>
|
|
<textarea name="attr_moves" cols="100" rows="20">
|
|
</textarea>
|
|
</div>
|
|
<div class="sheet-col">
|
|
<label for="attr_cyber">Cyberwear:</label>
|
|
<textarea name="attr_cyber" cols="100" rows="20">
|
|
</textarea>
|
|
</div>
|
|
</div>
|
|
<br/>
|
|
<div class="sheet-2colrow">
|
|
<div class="sheet-col">
|
|
<label for="attr_links">Links:</label>
|
|
<textarea name="attr_links" cols="100" rows="20">
|
|
</textarea>
|
|
</div>
|
|
<div class="sheet-col">
|
|
<label for="attr_contact">Contacts:</label>
|
|
<textarea name="attr_contacts" cols="100" rows="20">
|
|
</textarea>
|
|
</div>
|
|
</div>
|
|
<br/>
|
|
<div class="sheet-2colrow">
|
|
<div class="sheet-col">
|
|
<label for="attr_gear">Equipment:</label>
|
|
<textarea name="attr_gear" cols="100" rows="20">
|
|
</textarea>
|
|
</div>
|
|
<div class="sheet-col">
|
|
<label for="attr_directives">Personal Directives:</label>
|
|
<textarea name="attr_directives" cols="100" rows="20">
|
|
</textarea>
|
|
</div>
|
|
</div>
|
|
<div class="sheet-row">
|
|
<label for="attr_notes">Notes:</label>
|
|
<textarea name="attr_notess" cols="100" rows="20">
|
|
</textarea>
|
|
</div>
|
|
|
|
|
|
|
|
|