Files
roll20-character-sheets/Star Frontiers/StarFrontiers.html
T
Kevin Searle 624069f651 Cleaned up HTML and CSS files
Moved most inline styles to CSS file
Removed external font, which didn't work
2014-09-17 23:50:59 -05:00

335 lines
12 KiB
HTML

<div class="sheet">
<div class="sheet-colrow">
<img src="http://i.imgur.com/oGidU0R.jpg">
<h5>UPF PERSONNEL FORM TJK/72860 X4F-98315</h5>
</div>
<div class="sheet-col">
<h3>GENERAL DATA</h3>
<table>
<tr>
<td><label>Player's Name:</label></td>
<td><input type="text" name="attr_player"/></td>
<td><label class="right">Race:</label></td>
<td><input type="text" name="attr_race"/></td>
</tr>
<tr>
<td><label>Character's Name:</label></td>
<td><input type="text" name="attr_character"/></td>
<td><label class="right">Sex:</label></td>
<td><input type="text" name="attr_sex"/></td>
</tr>
<tr>
<td><label>Handedness:</label></td>
<td><input type="text" name="attr_hand"/></td>
</tr>
<tr>
<td><label>Walking:</label></td>
<td><input type="text" name="attr_walk" style="width: 100px;" /></td>
<td><label class="right">Running:</label></td>
<td><input type="text" name="attr_run" style="width: 100px;" /></td>
<td><label class="right">Hourly:</label></td>
<td><input type="text" name="attr_hour" style="width: 100px;" /></td>
</tr>
</table>
</div>
</div>
<hr/>
<div class="sheet-2colrow">
<div class="sheet-col">
<hr/>
<h3>PHYSICAL DATA</h3>
<table>
<tbody>
<tr>
<td><label>STR / STA:</label></td>
<td><input type="number" name="attr_STR" value=0/></td>
<td><input type="number" name="attr_STA" value=0/>
</tr>
<tr>
<td><label>DEX / RS:</label></td>
<td><input type="number" name="attr_DEX" value=0/></td>
<td><input type="number" name="attr_RS" value=0/>
</tr>
<tr>
<td><label>INT / LOG:</label></td>
<td><input type="number" name="attr_INT" value=0/></td>
<td><input type="number" name="attr_LOG" value=0/>
</tr>
<tr>
<td><label>PER / LDR:</label></td>
<td><input type="number" name="attr_PER" value=0/></td>
<td><input type="number" name="attr_LDR" value=0/>
</tr>
<tr>
<td><label>IM:</label></td>
<td><input type="number" name="attr_IM" value="round(@{RS}/2)" disabled="true"/>
</tr>
</tbody>
</table>
</div>
<div class="sheet-col">
<hr/>
<h3>MEDICAL RECORD</h3>
<table>
<tbody>
<tr>
<td><label>CURRENT STA:</label></td>
<td><input type="number" name="attr_current_STA" value="0"/></td>
</tr>
<tr>
<td><label>OTHER INJURIES:</label></td>
<td><textarea style="height:50px; width: 250px;" name="attr_injuries"></textarea></td>
</tbody>
</table>
<hr/>
<h3>GENERAL NOTES</h3>
<table>
<tbody>
<tr>
<td><textarea style="height:50px; width: 385px;" name="attr_notes"></textarea></td>
</tr>
</tbody>
</table>
</div>
</div>
<hr/>
<div class="sheet-3colrow">
<h3>WEAPONS</h3>
<table>
<tr>
<th style="width: 200px;">Ranged Weapon</th>
<th style="width: 110px;">DMG</th>
<th style="width: 100px;">MOD TO HIT</th>
<th style="width: 200px;">PB / S / M / L / E</th>
<th style="width: 110px;">AMMO</th>
<th style="width: 75px;">SEU</th>
</tr>
<fieldset name="repeating_range_weapon" class="repeating_range_weapon">
<tr>
<td><input type="text" name="attr_range_weap"/></td>
<td><input type="text" style="width: 100px;" name="attr_range_damage"/></td>
<td><input type="text" style="width: 100px;" name="attr_mod_to_hit"/></td>
<td><input type="text" style="width: 200px;" name="attr_range"/></td>
<td><input type="text" style="width: 100px;" name="attr_ammo"/></td>
<td><input type="text" style="width: 100px;" name="attr_seu"/></td>
</tr>
</fieldset>
</table>
</div>
<div>
<table>
<tr>
<th style="width: 200px;">Melee Weapon</th>
<th style="width: 110px;">DMG</th>
<th style="width: 100px;">MOD</th>
<th style="width: 100px;">Defense</th>
<th style="width: 100px;">Power</th>
<th style="width: 110px;">SEU Use</th>
<th style="width: 75px;">Mass</th>
</tr>
<tr>
<fieldset name="repeating_melee_weapon" class="repeating_melee_weapon">
<td><input type="text" name="attr_meleeweapon"/></td>
<td><input type="text" style="width: 100px;" name="attr_melee_damage"/></td>
<td><input type="text" style="width: 100px;" name="attr_melee_mod"/></td>
<td><input type="text" style="width: 100px;" name="attr_melee_def"/></td>
<td><input type="text" style="width: 100px;" name="attr_power"/></td>
<td><input type="text" style="width: 100px;" name="attr_seu"/></td>
<td><input type="text" style="width: 100px;" name="attr_mass"/></td>
</fieldset>
</tr>
</table>
</div>
<div class="sheet-2colrow">
<div class="sheet-col">
<hr/>
<h3>DEFENSES</h3>
<table>
<tbody>
<tr>
<td><label>SUIT:</label></td>
<td><textarea style="height:45px; width: 285px;" name="attr_suit"></textarea></td>
</tr>
<tr>
<td><label>SCREEN:</label></td>
<td><textarea style="height:45px; width: 285px;" name="attr_screen"></textarea></td>
</tr>
</tbody>
</table>
<hr/>
<h3>ENERGY RECORD</h3>
<table>
<tbody>
<tr>
<td><textarea style="height:50px; width: 385px;" name="attr_energy_record"></textarea></td>
</tr>
</tbody>
</table>
</div>
<div class="sheet-col">
<hr/>
<h3>PERSONAL FILE</h3>
<textarea style="height:230px; width: 385px;" name="attr_personal"></textarea>
</div>
</div>
<hr/>
<h3> SKILLS </h3>
<td><label class="center">PRIMARY SKILL AREA:</label></td>
<td>
<div class="psa"><input type="text" class="psa" name="attr_psa"/></div>
</td>
<hr/>
<div class="sheet-2colrow">
<div class="sheet-col">
<table>
<tr>
<th style="width: 200px"><h5>PSA SKILLS</h5></th>
<th style="width: 100px"><h5>LEVEL</h5></th>
</tr>
<fieldset name="repeating_psa_skill" class="repeating_psa_skill">
<tr>
<td><input type="text" name="attr_psa_skill"/></td>
<td><input type="text" style="width: 100px;" name="attr_psa_level"/></td>
</tr>
</fieldset>
</table>
</div>
<div class="sheet-col">
<table>
<tr>
<th style="width: 200px"><h5>SECONDARY SKILLS</h5></th>
<th style="width: 100px"><h5>LEVEL</h5></th>
</tr>
<fieldset name="repeating_sec_skill" class="repeating_sec_skill">
<tr>
<td><input type="text" name="attr_sec_skill"/></td>
<td><input type="text" style="width: 100px;" name="attr_sec_level"/></td>
</tr>
</fieldset>
</table>
</div>
</div>
<div class="sheet-2colrow">
<div class="sheet-col">
<hr/>
<td><label class="center">SUBSKILLS</label></td>
<tr>
<td><textarea style="height:50px; width: 385px;" name="attr_subskills"></textarea></td>
</tr>
</div>
<div class="sheet-col">
<tr>
<hr/>
<td><label class="center">SPACESHIP SKILLS</label></td>
</tr>
<fieldset name="repeating_space_skill" class="repeating_space_skill">
<table>
<tr>
<td><input type="text" name="attr_space_skill"/></td>
</tr>
</table>
</fieldset>
</div>
</div>
<hr/>
<h3> EQUIPMENT </h3>
<div class="sheet-2colrow">
<div class="sheet-col">
<tr>
<td><label class="center">MISCELLANEOUS EQUIPMENT</label></td>
</tr>
<hr/>
<table>
<th style="width: 1000px"><h5>ITEM</h5></th>
<th style="width: 200px"><h5>MASS</h5></th>
</table>
<fieldset name="repeating_equip" class="repeating_equip">
<table>
<tr>
<td><input type="text" style="width: 300px;" name="attr_equip"/></td>
<td><input type="text" style="width: 90px;" name="attr_mass"/></td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-col">
<tr>
<td><label class="center">ROBOTS</label></td>
</tr>
<hr/>
<table>
<th style="width: 500px"><h5>TYPE</h5></th>
<th style="width: 100px"><h5>MOVE</h5></th>
<th style="width: 200px"><h5>LEVEL</h5></th>
<th style="width: 200px"><h5>MISSION</h5></th>
<th style="width: 200px"><h5>PROGRAM</h5></th>
</table>
<fieldset name="repeating_robot" class="repeating_robot">
<table>
<tr>
<td><textarea style="width: 80px; height: 75px" name="attr_robot_type"></textarea></td>
<td><textarea style="width: 70px; height: 75px" name="attr_robot_move"></textarea></td>
<td><textarea style="width: 40px; height: 75px" name="attr_robot_level"></textarea></td>
<td><textarea style="width: 70px; height: 75px" name="attr_robot_mission"></textarea></td>
<td><textarea style="width: 80px; height: 75px" name="attr_robot_program"></textarea></td>
</tr>
</table>
</fieldset>
</div>
</div>
<div class="sheet-2colrow">
<div class="sheet-col">
<hr/>
<table>
<tr>
<td><label class="center">VEHICLES</label></td>
</tr>
</table>
<hr/>
<table>
<tr>
<th style="width: 180px"><h5>TYPE</h5></th>
<th style="width: 110px"><h5>AC/DC/TN/SP/CR</h5></th>
<th style="width: 100px"><h5>PASS.</h5></th>
<th style="width: 100px"><h5>CARGO</h5></th>
</tr>
</table>
<fieldset name="repeating_vehicle" class="repeating_vehicle">
<table>
<tr>
<td><textarea style="width: 100px; height: 30px" name="attr_vehicle_type"></textarea></td>
<td><textarea style="width: 120px; height: 30px" name="attr_vehicle_pts"></textarea></td>
<td><textarea style="width: 40px; height: 30px" name="attr_vehicle_pass"></textarea></td>
<td><textarea style="width: 80px; height: 30px" name="attr_vehicle_cargo"></textarea></td>
</tr>
</table>
</fieldset>
</div>
<div class="sheet-col">
<hr/>
<table><tr>
<td><label class="center">COMPUTERS</label></td>
</tr></table>
<hr/>
<table>
<tr>
<th style="width: 200px"><h5>LEVEL</h5></th>
<th style="width: 75px"><h5>FN PTS</h5></th>
<th style="width: 100px"><h5>MASS</h5></th>
<th style="width: 200px"><h5>PROGRAM</h5></th>
</tr>
</table>
<fieldset name="repeating_comp" class="repeating_comp">
<table>
<tr>
<td><textarea style="width: 100px; height: 75px" name="attr_comp_level"></textarea></td>
<td><textarea style="width: 70px; height: 75px" name="attr_comp_fn_pts"></textarea></td>
<td><textarea style="width: 40px; height: 75px" name="attr_comp_mass"></textarea></td>
<td><textarea style="width: 145px; height: 75px" name="attr_comp_program"></textarea></td>
</tr>
</table>
</fieldset>
</div>
</div>