mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-06 07:02:28 +00:00
changed essence to 1-5 scale, changed limit to checkboxes instead of radio buttons ran html through a beautifier for consistent spacing and indentation
1182 lines
66 KiB
HTML
1182 lines
66 KiB
HTML
<div class="charsheet">
|
|
<div align="center">
|
|
<img src="http://i.imgur.com/JqdPTxp.png" width="30%">
|
|
</div>
|
|
<hr width="90%">
|
|
<div>
|
|
<div>
|
|
<div width="45%" align="center">
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>Name:</td>
|
|
<td>
|
|
<input type="text" name="attr_character_name">
|
|
</td>
|
|
<td>Exalt Type:</td>
|
|
<td>
|
|
<input type="text" name="attr_exalt-type">
|
|
</td>
|
|
<td>Caste:</td>
|
|
<td>
|
|
<input type="text" name="attr_Caste">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Player:</td>
|
|
<td>
|
|
<input type="text" name="attr_player-name">
|
|
</td>
|
|
<td>Concept:</td>
|
|
<td>
|
|
<input type="text" name="attr_concept">
|
|
</td>
|
|
<td>Anima:</td>
|
|
<td>
|
|
<input type="text" name="attr_anima">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<hr width="90%">
|
|
<h3 align="center">ATTRIBUTES</h3>
|
|
<div>
|
|
<table align="center">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<input type="checkbox" name="attr_strengthfav"><span></span><b>Strength</b>
|
|
</td>
|
|
<td nowrap="" align="right">
|
|
<input type="radio" name="attr_strength" checked="checked" value="1"><span></span>
|
|
<input type="radio" name="attr_strength" value="2"><span></span>
|
|
<input type="radio" name="attr_strength" value="3"><span></span>
|
|
<input type="radio" name="attr_strength" value="4"><span></span>
|
|
<input type="radio" name="attr_strength" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_charismafav"><span></span><b>Charisma</b>
|
|
</td>
|
|
<td nowrap="" align="right">
|
|
<input type="radio" name="attr_charisma" checked="checked" value="1"><span></span>
|
|
<input type="radio" name="attr_charisma" value="2"><span></span>
|
|
<input type="radio" name="attr_charisma" value="3"><span></span>
|
|
<input type="radio" name="attr_charisma" value="4"><span></span>
|
|
<input type="radio" name="attr_charisma" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_perceptionfav"><span></span><b>Perception</b>
|
|
</td>
|
|
<td nowrap="" align="right">
|
|
<input type="radio" name="attr_perception" checked="checked" value="1"><span></span>
|
|
<input type="radio" name="attr_perception" value="2"><span></span>
|
|
<input type="radio" name="attr_perception" value="3"><span></span>
|
|
<input type="radio" name="attr_perception" value="4"><span></span>
|
|
<input type="radio" name="attr_perception" value="5"><span></span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="checkbox" name="attr_dexterityfav"><span></span><b>Dexterity</b>
|
|
</td>
|
|
<td nowrap="" align="right">
|
|
<input type="radio" name="attr_dexterity" checked="checked" value="1"><span></span>
|
|
<input type="radio" name="attr_dexterity" value="2"><span></span>
|
|
<input type="radio" name="attr_dexterity" value="3"><span></span>
|
|
<input type="radio" name="attr_dexterity" value="4"><span></span>
|
|
<input type="radio" name="attr_dexterity" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_manipulationfav"><span></span><b>Manipulation</b>
|
|
</td>
|
|
<td nowrap="" align="right">
|
|
<input type="radio" name="attr_manipulation" checked="checked" value="1"><span></span>
|
|
<input type="radio" name="attr_manipulation" value="2"><span></span>
|
|
<input type="radio" name="attr_manipulation" value="3"><span></span>
|
|
<input type="radio" name="attr_manipulation" value="4"><span></span>
|
|
<input type="radio" name="attr_manipulation" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_intelligencefav"><span></span><b>Intelligence</b>
|
|
</td>
|
|
<td nowrap="" align="right">
|
|
<input type="radio" name="attr_intelligence" checked="checked" value="1"><span></span>
|
|
<input type="radio" name="attr_intelligence" value="2"><span></span>
|
|
<input type="radio" name="attr_intelligence" value="3"><span></span>
|
|
<input type="radio" name="attr_intelligence" value="4"><span></span>
|
|
<input type="radio" name="attr_intelligence" value="5"><span></span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="checkbox" name="attr_staminafav"><span></span><b>Stamina</b>
|
|
</td>
|
|
<td nowrap="" align="right">
|
|
<input type="radio" name="attr_stamina" checked="checked" value="1"><span></span>
|
|
<input type="radio" name="attr_stamina" value="2"><span></span>
|
|
<input type="radio" name="attr_stamina" value="3"><span></span>
|
|
<input type="radio" name="attr_stamina" value="4"><span></span>
|
|
<input type="radio" name="attr_stamina" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_apperancefav"><span></span><b>Appearance</b>
|
|
</td>
|
|
<td nowrap="" align="right">
|
|
<input type="radio" name="attr_appearance" checked="checked" value="1"><span></span>
|
|
<input type="radio" name="attr_appearance" value="2"><span></span>
|
|
<input type="radio" name="attr_appearance" value="3"><span></span>
|
|
<input type="radio" name="attr_appearance" value="4"><span></span>
|
|
<input type="radio" name="attr_appearance" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_witsfav"><span></span><b>Wits</b>
|
|
</td>
|
|
<td nowrap="" align="right">
|
|
<input type="radio" name="attr_wits" checked="checked" value="1"><span></span>
|
|
<input type="radio" name="attr_wits" value="2"><span></span>
|
|
<input type="radio" name="attr_wits" value="3"><span></span>
|
|
<input type="radio" name="attr_wits" value="4"><span></span>
|
|
<input type="radio" name="attr_wits" value="5"><span></span>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div align="center">
|
|
Supernal:
|
|
<input type="text" name="attr_supattr">
|
|
</div>
|
|
<hr width="90%">
|
|
<h3 align="center">ABILITIES</h3>
|
|
<div>
|
|
<table align="center">
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<input type="checkbox" name="attr_archeryfav"><span></span><b>Archery</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_archery" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_archery" value="1"><span></span>
|
|
<input type="radio" name="attr_archery" value="2"><span></span>
|
|
<input type="radio" name="attr_archery" value="3"><span></span>
|
|
<input type="radio" name="attr_archery" value="4"><span></span>
|
|
<input type="radio" name="attr_archery" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_dodgefav"><span></span><b>Dodge</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_dodge" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_dodge" value="1"><span></span>
|
|
<input type="radio" name="attr_dodge" value="2"><span></span>
|
|
<input type="radio" name="attr_dodge" value="3"><span></span>
|
|
<input type="radio" name="attr_dodge" value="4"><span></span>
|
|
<input type="radio" name="attr_dodge" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_lorefav"><span></span><b>Lore</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_lore" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_lore" value="1"><span></span>
|
|
<input type="radio" name="attr_lore" value="2"><span></span>
|
|
<input type="radio" name="attr_lore" value="3"><span></span>
|
|
<input type="radio" name="attr_lore" value="4"><span></span>
|
|
<input type="radio" name="attr_lore" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_presencefav"><span></span><b>Presence</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_presence" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_presence" value="1"><span></span>
|
|
<input type="radio" name="attr_presence" value="2"><span></span>
|
|
<input type="radio" name="attr_presence" value="3"><span></span>
|
|
<input type="radio" name="attr_presence" value="4"><span></span>
|
|
<input type="radio" name="attr_presence" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_stealthfav"><span></span><b>Stealth</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_stealth" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_stealth" value="1"><span></span>
|
|
<input type="radio" name="attr_stealth" value="2"><span></span>
|
|
<input type="radio" name="attr_stealth" value="3"><span></span>
|
|
<input type="radio" name="attr_stealth" value="4"><span></span>
|
|
<input type="radio" name="attr_stealth" value="5"><span></span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="checkbox" name="attr_athleticsfav"><span></span><b>Athletics</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_athletics" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_athletics" value="1"><span></span>
|
|
<input type="radio" name="attr_athletics" value="2"><span></span>
|
|
<input type="radio" name="attr_athletics" value="3"><span></span>
|
|
<input type="radio" name="attr_athletics" value="4"><span></span>
|
|
<input type="radio" name="attr_athletics" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_integrityfav"><span></span><b>Integrity</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_integrity" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_integrity" value="1"><span></span>
|
|
<input type="radio" name="attr_integrity" value="2"><span></span>
|
|
<input type="radio" name="attr_integrity" value="3"><span></span>
|
|
<input type="radio" name="attr_integrity" value="4"><span></span>
|
|
<input type="radio" name="attr_integrity" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_medicinefav"><span></span><b>Medicine</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_medicine" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_medicine" value="1"><span></span>
|
|
<input type="radio" name="attr_medicine" value="2"><span></span>
|
|
<input type="radio" name="attr_medicine" value="3"><span></span>
|
|
<input type="radio" name="attr_medicine" value="4"><span></span>
|
|
<input type="radio" name="attr_medicine" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_resistancefav"><span></span><b>Resistance</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_resistance" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_resistance" value="1"><span></span>
|
|
<input type="radio" name="attr_resistance" value="2"><span></span>
|
|
<input type="radio" name="attr_resistance" value="3"><span></span>
|
|
<input type="radio" name="attr_resistance" value="4"><span></span>
|
|
<input type="radio" name="attr_resistance" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_survivalfav"><span></span><b>Survival</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_survival" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_survival" value="1"><span></span>
|
|
<input type="radio" name="attr_survival" value="2"><span></span>
|
|
<input type="radio" name="attr_survival" value="3"><span></span>
|
|
<input type="radio" name="attr_survival" value="4"><span></span>
|
|
<input type="radio" name="attr_survival" value="5"><span></span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="checkbox" name="attr_awarenessfav"><span></span><b>Awareness</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_awareness" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_awareness" value="1"><span></span>
|
|
<input type="radio" name="attr_awareness" value="2"><span></span>
|
|
<input type="radio" name="attr_awareness" value="3"><span></span>
|
|
<input type="radio" name="attr_awareness" value="4"><span></span>
|
|
<input type="radio" name="attr_awareness" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_investigationfav"><span></span><b>Investigation</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_investigation" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_investigation" value="1"><span></span>
|
|
<input type="radio" name="attr_investigation" value="2"><span></span>
|
|
<input type="radio" name="attr_investigation" value="3"><span></span>
|
|
<input type="radio" name="attr_investigation" value="4"><span></span>
|
|
<input type="radio" name="attr_investigation" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_meleefav"><span></span><b>Melee</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_melee" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_melee" value="1"><span></span>
|
|
<input type="radio" name="attr_melee" value="2"><span></span>
|
|
<input type="radio" name="attr_melee" value="3"><span></span>
|
|
<input type="radio" name="attr_melee" value="4"><span></span>
|
|
<input type="radio" name="attr_melee" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_ridefav"><span></span><b>Ride</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_ride" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_ride" value="1"><span></span>
|
|
<input type="radio" name="attr_ride" value="2"><span></span>
|
|
<input type="radio" name="attr_ride" value="3"><span></span>
|
|
<input type="radio" name="attr_ride" value="4"><span></span>
|
|
<input type="radio" name="attr_ride" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_thrownfav"><span></span><b>Thrown</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_thrown" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_thrown" value="1"><span></span>
|
|
<input type="radio" name="attr_thrown" value="2"><span></span>
|
|
<input type="radio" name="attr_thrown" value="3"><span></span>
|
|
<input type="radio" name="attr_thrown" value="4"><span></span>
|
|
<input type="radio" name="attr_thrown" value="5"><span></span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="checkbox" name="attr_brawlfav"><span></span><b>Brawl</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_brawl" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_brawl" value="1"><span></span>
|
|
<input type="radio" name="attr_brawl" value="2"><span></span>
|
|
<input type="radio" name="attr_brawl" value="3"><span></span>
|
|
<input type="radio" name="attr_brawl" value="4"><span></span>
|
|
<input type="radio" name="attr_brawl" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_larcenyfav"><span></span><b>Larceny</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_larceny" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_larceny" value="1"><span></span>
|
|
<input type="radio" name="attr_larceny" value="2"><span></span>
|
|
<input type="radio" name="attr_larceny" value="3"><span></span>
|
|
<input type="radio" name="attr_larceny" value="4"><span></span>
|
|
<input type="radio" name="attr_larceny" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_occultfav"><span></span><b>Occult</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_occult" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_occult" value="1"><span></span>
|
|
<input type="radio" name="attr_occult" value="2"><span></span>
|
|
<input type="radio" name="attr_occult" value="3"><span></span>
|
|
<input type="radio" name="attr_occult" value="4"><span></span>
|
|
<input type="radio" name="attr_occult" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_sailfav"><span></span><b>Sail</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_sail" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_sail" value="1"><span></span>
|
|
<input type="radio" name="attr_sail" value="2"><span></span>
|
|
<input type="radio" name="attr_sail" value="3"><span></span>
|
|
<input type="radio" name="attr_sail" value="4"><span></span>
|
|
<input type="radio" name="attr_sail" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_warfav"><span></span><b>War</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_war" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_war" value="1"><span></span>
|
|
<input type="radio" name="attr_war" value="2"><span></span>
|
|
<input type="radio" name="attr_war" value="3"><span></span>
|
|
<input type="radio" name="attr_war" value="4"><span></span>
|
|
<input type="radio" name="attr_war" value="5"><span></span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="checkbox" name="attr_bureaucracyfav"><span></span><b>Bureaucracy</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_bureaucracy" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_bureaucracy" value="1"><span></span>
|
|
<input type="radio" name="attr_bureaucracy" value="2"><span></span>
|
|
<input type="radio" name="attr_bureaucracy" value="3"><span></span>
|
|
<input type="radio" name="attr_bureaucracy" value="4"><span></span>
|
|
<input type="radio" name="attr_bureaucracy" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_linguisticsfav"><span></span><b>Linguistics</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_linguistics" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_linguistics" value="1"><span></span>
|
|
<input type="radio" name="attr_linguistics" value="2"><span></span>
|
|
<input type="radio" name="attr_linguistics" value="3"><span></span>
|
|
<input type="radio" name="attr_linguistics" value="4"><span></span>
|
|
<input type="radio" name="attr_linguistics" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_performancefav"><span></span><b>Performance</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_performance" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_performance" value="1"><span></span>
|
|
<input type="radio" name="attr_performance" value="2"><span></span>
|
|
<input type="radio" name="attr_performance" value="3"><span></span>
|
|
<input type="radio" name="attr_performance" value="4"><span></span>
|
|
<input type="radio" name="attr_performance" value="5"><span></span>
|
|
</td>
|
|
<td>
|
|
<input type="checkbox" name="attr_socializefav"><span></span><b>Socialize</b>
|
|
</td>
|
|
<td>
|
|
<input type="radio" name="attr_socialize" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_socialize" value="1"><span></span>
|
|
<input type="radio" name="attr_socialize" value="2"><span></span>
|
|
<input type="radio" name="attr_socialize" value="3"><span></span>
|
|
<input type="radio" name="attr_socialize" value="4"><span></span>
|
|
<input type="radio" name="attr_socialize" value="5"><span></span>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div align="center">
|
|
Supernal:
|
|
<input type="text" name="attr_supability">
|
|
</div>
|
|
<hr width="90%">
|
|
<div>
|
|
<div style="height: 400px; width: 33%; border-right: solid 1px; border-top: solid 1px; border-bottom: solid 1px; float: left;">
|
|
<div align="center">
|
|
<div align="center">
|
|
<h3 align="center"><span>Specialties</span></h3>
|
|
<input type="text" name="attr_specialty1" style="width: 95%;" align="center">
|
|
<input type="text" name="attr_specialty2" style="width: 95%;" align="center">
|
|
<input type="text" name="attr_specialty3" style="width: 95%;" align="center">
|
|
<fieldset class="repeating_speciality">
|
|
<input type="text" name="attr_repspecialty" style="width: 95%;" align="center">
|
|
</fieldset>
|
|
</div>
|
|
<h3 align="center"><span><input type="checkbox" name="attr_craftfav"><span></span>Crafts</span></h3>
|
|
<fieldset class="repeating_crafts" align="center">
|
|
Craft:
|
|
<input type="text" name="attr_repcraftsname">
|
|
<input type="radio" name="attr_repcrafts" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_repcrafts" value="1"><span></span>
|
|
<input type="radio" name="attr_repcrafts" value="2"><span></span>
|
|
<input type="radio" name="attr_repcrafts" value="3"><span></span>
|
|
<input type="radio" name="attr_repcrafts" value="4"><span></span>
|
|
<input type="radio" name="attr_repcrafts" value="5"><span></span>
|
|
</fieldset>
|
|
<h3 align="center"><span><input type="checkbox" name="attr_martialartsfav"><span></span>Martial Arts</span></h3>
|
|
<fieldset class="repeating_martialarts" align="center">
|
|
Style:
|
|
<input type="text" name="attr_repmartialartsname">
|
|
<input type="radio" name="attr_repmartialarts" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_repmartialarts" value="1"><span></span>
|
|
<input type="radio" name="attr_repmartialarts" value="2"><span></span>
|
|
<input type="radio" name="attr_repmartialarts" value="3"><span></span>
|
|
<input type="radio" name="attr_repmartialarts" value="4"><span></span>
|
|
<input type="radio" name="attr_repmartialarts" value="5"><span></span>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
<div style="height: 400px; width: 33%; border-right: solid 1px; border-top: solid 1px; border-bottom: solid 1px; float: left;">
|
|
<div align="center">
|
|
<h3 align="center"><span>Merits</span></h3>
|
|
<fieldset class="repeating_merits">
|
|
<input type="text" name="attr_repmerits-name" style="width: 60%;">
|
|
<input type="radio" name="attr_repmerits" value="0" class="zero" checked="checked">
|
|
<input type="radio" name="attr_repmerits" value="1"><span></span>
|
|
<input type="radio" name="attr_repmerits" value="2"><span></span>
|
|
<input type="radio" name="attr_repmerits" value="3"><span></span>
|
|
<input type="radio" name="attr_repmerits" value="4"><span></span>
|
|
<input type="radio" name="attr_repmerits" value="5"><span></span>
|
|
</fieldset>
|
|
</div>
|
|
<div align="center">
|
|
<h3 align="center"><span>Flaws</span></h3>
|
|
<fieldset>
|
|
<input type="text" name="attr_repflaws" style="width: 99%;" align="center">
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
<div style="height: 400px; width: 33%; border-top: solid 1px; border-left: solid 1px; border-bottom: solid 1px; float: left;" align="center">
|
|
<h3 align="center">Willpower</h3>
|
|
<table align="center">
|
|
<tbody>
|
|
<tr align="center">
|
|
<td nowrap="" align="center">
|
|
<input type="radio" name="attr_willpower" checked="checked" value="1"><span></span>
|
|
<input type="radio" name="attr_willpower" value="2"><span></span>
|
|
<input type="radio" name="attr_willpower" value="3"><span></span>
|
|
<input type="radio" name="attr_willpower" value="4"><span></span>
|
|
<input type="radio" name="attr_willpower" value="5"><span></span>
|
|
<input type="radio" name="attr_willpower" value="6"><span></span>
|
|
<input type="radio" name="attr_willpower" value="7"><span></span>
|
|
<input type="radio" name="attr_willpower" value="8"><span></span>
|
|
<input type="radio" name="attr_willpower" value="9"><span></span>
|
|
<input type="radio" name="attr_willpower" value="10"><span></span>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="checkbox" name="attr_willpower-spent1"><span></span>
|
|
<input type="checkbox" name="attr_willpower-spent2"><span></span>
|
|
<input type="checkbox" name="attr_willpower-spent3"><span></span>
|
|
<input type="checkbox" name="attr_willpower-spent4"><span></span>
|
|
<input type="checkbox" name="attr_willpower-spent5"><span></span>
|
|
<input type="checkbox" name="attr_willpower-spent6"><span></span>
|
|
<input type="checkbox" name="attr_willpower-spent7"><span></span>
|
|
<input type="checkbox" name="attr_willpower-spent8"><span></span>
|
|
<input type="checkbox" name="attr_willpower-spent9"><span></span>
|
|
<input type="checkbox" name="attr_willpower-spent10"><span></span>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3 align="center">Essence</h3>
|
|
<table align="center">
|
|
<tbody>
|
|
<tr align="center">
|
|
<td nowrap="" align="center">
|
|
<input type="radio" name="attr_essence" checked="checked" value="1"><span></span>
|
|
<input type="radio" name="attr_essence" value="2"><span></span>
|
|
<input type="radio" name="attr_essence" value="3"><span></span>
|
|
<input type="radio" name="attr_essence" value="4"><span></span>
|
|
<input type="radio" name="attr_essence" value="5"><span></span>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>Pool</td>
|
|
<td>Current</td>
|
|
<td><strong>/</strong>
|
|
</td>
|
|
<td>Maximum</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Personal</td>
|
|
<td>
|
|
<input name="attr_personalessencecurr" type="number" style="width: 42px">
|
|
</td>
|
|
<td><strong>/</strong>
|
|
</td>
|
|
<td>
|
|
<input name="attr_personalessencemax" type="number" style="width: 42px">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Peripheral</td>
|
|
<td>
|
|
<input name="attr_peripheralessencecurr" type="number" style="width: 42px">
|
|
</td>
|
|
<td><strong>/</strong>
|
|
</td>
|
|
<td>
|
|
<input name="attr_peripheralessencemax" type="number" style="width: 42px">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Committed</td>
|
|
<td>
|
|
<input name="attr_committedesstotal" type="number" style="width: 40px">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
<h3 align="center">Great Curse</h3> Trigger
|
|
|
|
<input name="attr_limittrigger" type="text">
|
|
<table align="center">
|
|
<tbody>
|
|
<tr>
|
|
<td align="center">
|
|
<input type="checkbox" name="attr_limit" value="1"><span></span>
|
|
<input type="checkbox" name="attr_limit" value="2"><span></span>
|
|
<input type="checkbox" name="attr_limit" value="3"><span></span>
|
|
<input type="checkbox" name="attr_limit" value="4"><span></span>
|
|
<input type="checkbox" name="attr_limit" value="5"><span></span>
|
|
<input type="checkbox" name="attr_limit" value="6"><span></span>
|
|
<input type="checkbox" name="attr_limit" value="7"><span></span>
|
|
<input type="checkbox" name="attr_limit" value="8"><span></span>
|
|
<input type="checkbox" name="attr_limit" value="9"><span></span>
|
|
<input type="checkbox" name="attr_limit" value="10"><span></span>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div style="border-left: solid 1px; border-right: solid 1px; width: 50%; float: left;">
|
|
<div align="center">
|
|
<h3 align="center">Gear</h3>
|
|
<input type="text" style="width: 99%" name="attr_gear1">
|
|
<br>
|
|
<input type="text" style="width: 99%" name="attr_gear2">
|
|
<br>
|
|
<input type="text" style="width: 99%" name="attr_gear3">
|
|
<br>
|
|
<input type="text" style="width: 99%" name="attr_gear4">
|
|
<br>
|
|
<input type="text" style="width: 99%" name="attr_gear5">
|
|
<br>
|
|
<input type="text" style="width: 99%" name="attr_gear6">
|
|
<br>
|
|
<input type="text" style="width: 99%" name="attr_gear7">
|
|
<br>
|
|
<input type="text" style="width: 99%" name="attr_gear8">
|
|
<br>
|
|
<input type="text" style="width: 99%" name="attr_gear9">
|
|
<br>
|
|
<input type="text" style="width: 99%" name="attr_gear10">
|
|
<br>
|
|
<fieldset>
|
|
<input type="text" style="width: 99%" name="attr_repgear">
|
|
<br>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
<div style="width: 49%; float: left;">
|
|
<h3 align="center">Defense</h3>
|
|
<div style="border-top: solid 1px; width: 50%; float: left;">
|
|
<h4 align="center">Health Levels</h4>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>Levels</td>
|
|
<td>Total</td>
|
|
<td>Bash.</td>
|
|
<td>Leth.</td>
|
|
<td>Aggr.</td>
|
|
</tr>
|
|
<tr>
|
|
<td>-0</td>
|
|
<td>
|
|
<input type="number" value="1" style="width: 35px;" name="attr_0hls">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_0bash">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_0leth">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_0agg">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>-1</td>
|
|
<td>
|
|
<input type="number" value="2" style="width: 35px;" name="attr_1hls">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_1bash">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_1leth">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_1agg">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>-2</td>
|
|
<td>
|
|
<input type="number" value="2" style="width: 35px;" name="attr_2hls">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_2bash">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_2leth">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_2agg">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>-4</td>
|
|
<td>
|
|
<input type="number" value="1" style="width: 35px;" disabled="true" name="attr_4hls">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_4bash">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_4leth">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_4agg">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Incap.</td>
|
|
<td>
|
|
<input type="number" value="1" style="width: 35px;" disabled="true" name="attr_ihls">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_ibash">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_ileth">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_iagg">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Dying</td>
|
|
<td>
|
|
<input type="number" value="@{stamina}" style="width: 35px;" disabled="true" name="attr_stamina">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_dbash">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_dleth">
|
|
</td>
|
|
<td>
|
|
<input type="number" value="0" style="width: 35px;" name="attr_dagg">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div style="border-left: solid 1px; border-right: solid 1px; border-top: solid 1px; border-bottom: solid 1px; width: 46%; float: left;">
|
|
<h4 align="center">Soak</h4>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
Natural Soak:
|
|
<input type="number" value="@{stamina}" disabled="true" style="width: 30px;" name="attr_stamina">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Armor Soak:
|
|
<input type="number" style="width: 30px;" name="attr_armorsoak">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
Total Soak:
|
|
<input type="number" style="width: 30px;" name="attr_totalsoak">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div style="border-left: solid 1px; border-right: solid 1px; width: 46%; float: left;">
|
|
<h4 align="center">Defense Values</h4>
|
|
<table align="center">
|
|
<tbody>
|
|
<tr>
|
|
<td>Evasion:</td>
|
|
<td>
|
|
<input type="number" style="width: 45px;" name="attr_Evasion">
|
|
</td>
|
|
<td>Parry:</td>
|
|
<td>
|
|
<input type="number" style="width: 45px;" name="attr_Parry">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Resolve:</td>
|
|
<td>
|
|
<input type="number" style="width: 45px;" name="attr_Resolve">
|
|
</td>
|
|
<td>Guile:</td>
|
|
<td>
|
|
<input type="number" style="width: 45px;" name="attr_Guile">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div style="float: left; width: 54.5%; border-top: solid 1px; border-bottom: solid 1px; border-left: solid 1px;" align="center">
|
|
<h3 align="center">Weapons</h3>
|
|
<div>
|
|
<table align="center">
|
|
<tbody>
|
|
<tr>
|
|
<td style="border: solid 1px;">
|
|
Weapon
|
|
</td>
|
|
<td style="border: solid 1px;">
|
|
Category
|
|
</td>
|
|
<td style="border: solid 1px;">
|
|
Accuracy
|
|
</td>
|
|
<td style="border: solid 1px;">
|
|
Damage
|
|
</td>
|
|
<td style="border: solid 1px;">
|
|
Defense
|
|
</td>
|
|
<td style="border: solid 1px;">
|
|
Overwh.
|
|
</td>
|
|
<td style="border: solid 1px;">
|
|
Attune.
|
|
</td>
|
|
<td style="border: solid 1px;">
|
|
Tags
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<fieldset class="repeating_weapon" align="center">
|
|
<input type="text" style="border: solid 1px; width: 173px;" name="attr_repweaponname">
|
|
<input type="text" style="width: 75px; border: solid 1px;" name="attr_repweaponcat">
|
|
<input type="text" style="width: 62px; border: solid 1px;" name="attr_repweaponacc">
|
|
<input type="number" style="width: 54px; border: solid 1px;" name="attr_repweapondam">
|
|
<input type="number" style="width: 53px; border: solid 1px;" name="attr_repweapondef">
|
|
<input type="number" style="width: 95px; border: solid 1px;" name="attr_repweaponov">
|
|
<input type="number" style="width: 76px; border: solid 1px;" name="attr_repweaponatt">
|
|
<input type="text" style="width: 200px; border: solid 1px;" name="attr_repweapontags">
|
|
</fieldset>
|
|
</div>
|
|
<div style="float: left; width: 44%; border: solid 1px;" align="center">
|
|
<h3 align="center">Intimacies</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>
|
|
<input type="text" name="attr_intimacy1name" style="width: 320px;">
|
|
</td>
|
|
<td>
|
|
<select name="attr_intimacy1type">
|
|
<option>Minor</option>
|
|
<option>Major</option>
|
|
<option>Defining</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="text" name="attr_intimacy2name" style="width: 320px;">
|
|
</td>
|
|
<td>
|
|
<select name="attr_intimacy2type">
|
|
<option>Minor</option>
|
|
<option>Major</option>
|
|
<option>Defining</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<input type="text" name="attr_intimacy3name" style="width: 320px;">
|
|
</td>
|
|
<td>
|
|
<select name="attr_intimacy3type">
|
|
<option>Minor</option>
|
|
<option>Major</option>
|
|
<option>Defining</option>
|
|
</select>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>
|
|
<fieldset class="repeating_intimacies">
|
|
<input type="text" name="attr_intimacyrepeatingname" style="width: 320px;">
|
|
<select name="attr_intimacyrepeatingtype">
|
|
<option>Minor</option>
|
|
<option>Major</option>
|
|
<option>Defining</option>
|
|
</select>
|
|
</fieldset>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
</div>
|
|
<div>
|
|
<div style="border-top: solid 1px;" align="center">
|
|
<h3 align="center">Charms/Evocations</h3>
|
|
<div style="width: 97%" align="center">
|
|
<fieldset class="repeating_charms">
|
|
<div style="border: solid 1px; width: 33%; float: left;" align="left">
|
|
Name:
|
|
<input type="text" style="width: 89%;" name="attr_charm1name">
|
|
<br> Cost:
|
|
<input type="text" style="width: 30%;" name="attr_charm1cost"> Mins:
|
|
<input type="text" style="width: 30%;" name="attr_charm1mins">
|
|
<br> Type:
|
|
<input type="text" style="width: 30%;" name="attr_charm1type">
|
|
<br> Keywords:
|
|
<input type="text" style="width: 81%;" name="attr_charm1keywords">
|
|
<br> Duration:
|
|
<input type="text" style="width: 83%;" name="attr_charm1dur">
|
|
<br> Prequisites:
|
|
<input type="text" style="width: 81%;" name="attr_charm1prereqs">
|
|
<br> Effect:
|
|
<br>
|
|
<textarea style="width: 99%;" name="attr_charm1effect"></textarea>
|
|
</div>
|
|
<div style="border: solid 1px; width: 33%; float: left;" align="left">
|
|
Name:
|
|
<input type="text" style="width: 89%;" name="attr_charm2name">
|
|
<br> Cost:
|
|
<input type="text" style="width: 30%;" name="attr_charm2cost"> Mins:
|
|
<input type="text" style="width: 30%;" name="attr_charm2mins">
|
|
<br> Type:
|
|
<input type="text" style="width: 30%;" name="attr_charm2type">
|
|
<br> Keywords:
|
|
<input type="text" style="width: 81%;" name="attr_charm2keywords">
|
|
<br> Duration:
|
|
<input type="text" style="width: 83%;" name="attr_charm2dur">
|
|
<br> Prequisites:
|
|
<input type="text" style="width: 81%;" name="attr_charm2prereqs">
|
|
<br> Effect:
|
|
<br>
|
|
<textarea style="width: 99%;" name="attr_charm2effect"></textarea>
|
|
</div>
|
|
<div style="border: solid 1px; width: 33%; float: left;" align="left">
|
|
Name:
|
|
<input type="text" style="width: 89%;" name="attr_charm3name">
|
|
<br> Cost:
|
|
<input type="text" style="width: 30%;" name="attr_charm3cost"> Mins:
|
|
<input type="text" style="width: 30%;" name="attr_charm3mins">
|
|
<br> Type:
|
|
<input type="text" style="width: 30%;" name="attr_charm3type">
|
|
<br> Keywords:
|
|
<input type="text" style="width: 81%;" name="attr_charm3keywords">
|
|
<br> Duration:
|
|
<input type="text" style="width: 83%;" name="attr_charm3dur">
|
|
<br> Prequisites:
|
|
<input type="text" style="width: 81%;" name="attr_charm3prereqs">
|
|
<br> Effect:
|
|
<br>
|
|
<textarea style="width: 99%;" name="attr_charm3effect"></textarea>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
|
|
<h3 align="center">Spells</h3>
|
|
<fieldset class="repeating_spells">
|
|
<div style="border: solid 1px; width: 33%; float: left;" align="left">
|
|
Name:
|
|
<input type="text" style="width: 85%;" name="attr_repspell-name">
|
|
<br> Circle:
|
|
<input type="text" style="width: 80px;" name="attr_repspell-circle">Control Spell?
|
|
<input type="checkbox" name="attr_repspell-control"><span></span>
|
|
<br> Cost:
|
|
<input type="text" style="width: 35%;" name="attr_repspell-cost">
|
|
<br> Keywords:
|
|
<input type="text" style="width: 81%;" name="attr_repspell-keywords">
|
|
<br> Duration:
|
|
<input type="text" style="width: 83%;" name="attr_repspell-dur">
|
|
<br> Effect:
|
|
<br>
|
|
<textarea style="width: 99%;" name="attr_repspell-effect"></textarea>
|
|
</div>
|
|
<div style="border: solid 1px; width: 33%; float: left;" align="left">
|
|
Name:
|
|
<input type="text" style="width: 85%;" name="attr_repspell2-name">
|
|
<br> Circle:
|
|
<input type="text" style="width: 80px;" name="attr_repspell2-circle">Control Spell?
|
|
<input type="checkbox" name="attr_repspell2-control"><span></span>
|
|
<br> Cost:
|
|
<input type="text" style="width: 35%;" name="attr_repspell2-cost">
|
|
<br> Keywords:
|
|
<input type="text" style="width: 81%;" name="attr_repspell2-keywords">
|
|
<br> Duration:
|
|
<input type="text" style="width: 83%;" name="attr_repspell2-dur">
|
|
<br> Effect:
|
|
<br>
|
|
<textarea style="width: 99%;" name="attr_repspell2-effect"></textarea>
|
|
</div>
|
|
<div style="border: solid 1px; width: 33%; float: left;" align="left">
|
|
Name:
|
|
<input type="text" style="width: 85%;" name="attr_repspell3-name">
|
|
<br> Circle:
|
|
<input type="text" style="width: 80px;" name="attr_repspell3-circle">Control Spell?
|
|
<input type="checkbox" name="attr_repspell3-control"><span></span>
|
|
<br> Cost:
|
|
<input type="text" style="width: 35%;" name="attr_repspell3-cost">
|
|
<br> Keywords:
|
|
<input type="text" style="width: 81%;" name="attr_repspell3-keywords">
|
|
<br> Duration:
|
|
<input type="text" style="width: 83%;" name="attr_repspell3-dur">
|
|
<br> Effect:
|
|
<br>
|
|
<textarea style="width: 99%;" name="attr_repspell3-effect"></textarea>
|
|
</div>
|
|
</fieldset>
|
|
</div>
|
|
</div>
|
|
<div>
|
|
<div style="height: 237px; width: 33%; float: left; border-bottom: solid 1px;" align="center">
|
|
<h3>Experience</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>Type</td>
|
|
<td>Earned</td>
|
|
<td>Spent</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Standard</td>
|
|
<td>
|
|
<input type="number" style="width: 50px;" name="attr_earnedxp">
|
|
</td>
|
|
<td>
|
|
<input type="number" style="width: 50px;" name="attr_spentxp">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>@{exalt-type}</td>
|
|
<td>
|
|
<input type="number" style="width: 50px;" name="attr_totalsplatxp">
|
|
</td>
|
|
<td>
|
|
<input type="number" style="width: 50px;" name="attr_spentsplatxp">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div style="height: 237px; width: 33%; float: left; border-bottom: solid 1px; border-left: solid 1px;" align="center">
|
|
<h3>Crafting</h3>
|
|
<div style="width: 50%; float: left;">
|
|
<h4 align="center">Crafting XP</h4>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>Silver</td>
|
|
<td>
|
|
<input type="number" style="width: 50px;" name="attr_currentsilxp">
|
|
</td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td>Gold</td>
|
|
<td>
|
|
<input type="number" style="width: 50px;" name="attr_currentgolxp">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td> White</td>
|
|
<td>
|
|
<input type="number" style="width: 50px;" name="attr_currentwhixp">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div style="width: 50%; float: left;">
|
|
<h4 align="center">Project Slots</h4>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>Type</td>
|
|
<td>Active</td>
|
|
<td>/</td>
|
|
<td>Maximum</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Major</td>
|
|
<td>
|
|
<input type="number" style="width: 30px;" name="attr_currentmajpro">
|
|
</td>
|
|
<td>
|
|
/
|
|
</td>
|
|
<td>
|
|
<input type="number" style="width: 30px;" name="attr_maxmajpro">
|
|
</td>
|
|
|
|
</tr>
|
|
<tr>
|
|
<td>Superior</td>
|
|
<td>
|
|
<input type="number" style="width: 30px;" name="attr_currentsuppro">
|
|
</td>
|
|
<td>
|
|
/
|
|
</td>
|
|
<td>
|
|
<input type="number" style="width: 30px;" name="attr_maxmajpro">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Legendary</td>
|
|
<td>
|
|
<input type="number" style="width: 30px;" name="attr_currentlegpro">
|
|
</td>
|
|
<td>
|
|
/
|
|
</td>
|
|
<td>
|
|
<input type="number" style="width: 30px;" name="attr_maxmajpro">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
</div>
|
|
<div style="height: 237px; width: 33%; float: left; border-bottom: solid 1px; border-left: solid 1px; border-right: solid 1px;" align="center">
|
|
<h3 align="center">Info</h3>
|
|
<table>
|
|
<tbody>
|
|
<tr>
|
|
<td>Name:</td>
|
|
<td>
|
|
<input type="text" name="attr_character_name">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Title:</td>
|
|
<td>
|
|
<input type="text" name="attr_character_title">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Age:</td>
|
|
<td>
|
|
<input type="text" name="attr_character_age">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Birthday:</td>
|
|
<td>
|
|
<input type="text" name="attr_character_bday">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Gender:</td>
|
|
<td>
|
|
<input type="text" name="attr_character_gender">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Hair:</td>
|
|
<td>
|
|
<input type="text" name="attr_character_hair">
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td>Eyes:</td>
|
|
<td>
|
|
<input type="text" name="attr_character_eyes">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div align="center">
|
|
<h2>Anima</h2>
|
|
<textarea style="width: 90%;" name="attr_anima-long"></textarea>
|
|
</div>
|
|
<div align="center">
|
|
<h2>History</h2>
|
|
<textarea style="width: 90%;" name="attr_history"></textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div> |