Files
roll20-character-sheets/Exalted2e/exalted2e.html
T
Lithl 32652be0fc Addressing Issue #12
Dots need to be siblings, and apparently don't like being siblings with
other dots. Fixed by wrapping each group in a <div>. Also cleaned up
code indentation and removed extraneous tags.
2014-04-14 19:49:43 -05:00

607 lines
35 KiB
HTML

<div class="sheet-3colrow">
<div class="sheet-col">
<label>Name:</label><input type="text" name="attr_name" />
<label>Caste:</label>
<select name="attr_Caste">
<option value="Dawn">Dawn</option>
<option value="Zenith">Zenith</option>
<option value="Twilight">Twilight</option>
<option value="Night">Night</option>
<option value="Eclipse">Eclipse</option>
</select>
<label>Motivation:</label><input type="text" name="attr_Motivation" />
<label>Experience:</label><input type="number" name="attr_xp" />
<label>Totemic Anima:</label><input type="text" name="attr_anima" />
</div>
<div class="sheet-col">
<p style="text-align: center;">
<img src="http://www.godscape.de/pics/ex3.jpg" style="max-height: 100px;" />
</p>
</div>
<div class="sheet-col">
<label>Sex:</label><input type="text" name="attr_sex" />
<label>Hair:</label><input type="text" name="attr_hair" />
<label>Skin:</label><input type="text" name="attr_skin" />
<label>Eyes:</label><input type="text" name="attr_eyes" />
<label>Age:</label><input type="number" name="attr_age" />
</div>
</div>
<hr />
<div class="sheet-col">
<h3 style="margin-bottom: 10px; text-align: center;">Attributes</h3>
</div>
<hr />
<div class="sheet-col">
<h3 style="text-align: center;">Physical</h3>
<h4>Strength</h4>
<div>
<input type="radio" name="attr_str" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_str" value="2" /><span></span>
<input type="radio" name="attr_str" value="3" /><span></span>
<input type="radio" name="attr_str" value="4" /><span></span>
<input type="radio" name="attr_str" value="5" /><span></span>
<button type='roll' name='roll_str' value='/roll @{str}d10>7s + ?{Ability Value?|1}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Dexterity</h4>
<div>
<input type="radio" name="attr_dex" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_dex" value="2" /><span></span>
<input type="radio" name="attr_dex" value="3" /><span></span>
<input type="radio" name="attr_dex" value="4" /><span></span>
<input type="radio" name="attr_dex" value="5" /><span></span>
<button type='roll' name='roll_dex' value='/roll @{dex}d10>7s + ?{Ability Value?|1}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Stamina</h4>
<div>
<input type="radio" name="attr_sta" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_sta" value="2" /><span></span>
<input type="radio" name="attr_sta" value="3" /><span></span>
<input type="radio" name="attr_sta" value="4" /><span></span>
<input type="radio" name="attr_sta" value="5" /><span></span>
<button type='roll' name='roll_sta' value='/roll @{sta}d10>7s + ?{Ability Value?|1}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
</div>
<div class="sheet-col">
<h3 style="text-align: center;">Social</h3>
<h4>Charisma</h4>
<div>
<input type="radio" name="attr_cha" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_cha" value="2" /><span></span>
<input type="radio" name="attr_cha" value="3" /><span></span>
<input type="radio" name="attr_cha" value="4" /><span></span>
<input type="radio" name="attr_cha" value="5" /><span></span>
<button type='roll' name='roll_cha' value='/roll @{cha}d10>7s + ?{Ability Value?|1}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Manipulation</h4>
<div>
<input type="radio" name="attr_man" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_man" value="2" /><span></span>
<input type="radio" name="attr_man" value="3" /><span></span>
<input type="radio" name="attr_man" value="4" /><span></span>
<input type="radio" name="attr_man" value="5" /><span></span>
<button type='roll' name='roll_man' value='/roll @{man}d10>7s + ?{Ability Value?|1}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Appearance</h4>
<div>
<input type="radio" name="attr_app" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_app" value="2" /><span></span>
<input type="radio" name="attr_app" value="3" /><span></span>
<input type="radio" name="attr_app" value="4" /><span></span>
<input type="radio" name="attr_app" value="5" /><span></span>
<button type='roll' name='roll_app' value='/roll @{app}d10>7s + ?{Ability Value?|1} + ?{Specialty?|0} + ?{Stunt?|1} + ?{Other Bonuses?|0} '></button>
</div>
</div>
<div class="sheet-col">
<h3 style="text-align: center;">Mental</h3>
<h4>Intelligence</h4>
<div>
<input type="radio" name="attr_int" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_int" value="2" /><span></span>
<input type="radio" name="attr_int" value="3" /><span></span>
<input type="radio" name="attr_int" value="4" /><span></span>
<input type="radio" name="attr_int" value="5" /><span></span>
<button type='roll' name='roll_int' value='/roll @{int}d10>7s + ?{Ability Value?|1}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Wits</h4>
<div>
<input type="radio" name="attr_wit" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_wit" value="2" /><span></span>
<input type="radio" name="attr_wit" value="3" /><span></span>
<input type="radio" name="attr_wit" value="4" /><span></span>
<input type="radio" name="attr_wit" value="5" /><span></span>
<button type='roll' name='roll_wit' value='/roll @{wit}d10>7s + ?{Ability Value?|1}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Perception</h4>
<div>
<input type="radio" name="attr_per" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_per" value="2" /><span></span>
<input type="radio" name="attr_per" value="3" /><span></span>
<input type="radio" name="attr_per" value="4" /><span></span>
<input type="radio" name="attr_per" value="5" /><span></span>
<button type='roll' name='roll_per' value='/roll @{per}d10>7s + ?{Ability Value?|@{awareness}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
</div>
<hr />
<h3 style="margin-bottom: 10px; text-align: center;">Skills</h3>
<hr />
<div class="sheet-col">
<h3 style="text-align: center;">Dawn</h3>
<h4>Archery</h4>
<div>
<input type="checkbox" name="attr_archery_Zero" /><span></span>
<input type="radio" name="attr_archery" value="0" 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>
<button type='roll' name='roll_archery' value='/roll @{archery}d10>7s + ?{Attribute Value?|@{dex}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Martial Arts</h4>
<div>
<input type="checkbox" name="attr_MA_Zero" /><span></span>
<input type="radio" name="attr_MA" value="0" checked="checked" />
<input type="radio" name="attr_MA" value="1" /><span></span>
<input type="radio" name="attr_MA" value="2" /><span></span>
<input type="radio" name="attr_MA" value="3" /><span></span>
<input type="radio" name="attr_MA" value="4" /><span></span>
<input type="radio" name="attr_MA" value="5" /><span></span>
<button type='roll' name='roll_MA' value='/roll @{MA}d10>7s + ?{Attribute Value?|@{dex}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Melee</h4>
<div>
<input type="checkbox" name="attr_melee_Zero" /><span></span>
<input type="radio" name="attr_melee" value="0" 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>
<button type='roll' name='roll_melee' value='/roll @{melee}d10>7s + ?{Attribute Value?|@{dex}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Thrown</h4>
<div>
<input type="checkbox" name="attr_thrown_Zero" /><span></span>
<input type="radio" name="attr_thrown" value="0" 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>
<button type='roll' name='roll_thrown' value='/roll @{thrown}d10>7s + ?{Attribute Value?|@{dex}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>War</h4>
<div>
<input type="checkbox" name="attr_war_Zero" /><span></span>
<input type="radio" name="attr_war" value="0" 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>
<button type='roll' name='roll_war' value='/roll @{war}d10>7s + ?{Attribute Value?|@{wit}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
</div>
<div class="sheet-col">
<h3 style="text-align: center;">Zenith</h3>
<h4>Integrity</h4>
<div>
<input type="checkbox" name="attr_integrity_Zero" /><span></span>
<input type="radio" name="attr_integrity" value="0" 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>
<button type='roll' name='roll_integrity' value='/roll @{integrity}d10>7s + ?{Attribute Value?|@{wit}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Performance</h4>
<div>
<input type="checkbox" name="attr_performance_Zero" /><span></span>
<input type="radio" name="attr_performance" value="0" 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>
<button type='roll' name='roll_performance' value='/roll @{performance}d10>7s + ?{Attribute Value?|@{cha}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Presence</h4>
<div>
<input type="checkbox" name="attr_presence_Zero" /><span></span>
<input type="radio" name="attr_presence" value="0" 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>
<button type='roll' name='roll_presence' value='/roll @{presence}d10>7s + ?{Attribute Value?|@{cha}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Resistance</h4>
<div>
<input type="checkbox" name="attr_resistance_Zero" /><span></span>
<input type="radio" name="attr_resistance" value="0" 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>
<button type='roll' name='roll_resistance' value='/roll @{resistance}d10>7s + ?{Attribute Value?|@{sta}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Survival</h4>
<div>
<input type="checkbox" name="attr_survival_Zero" /><span></span>
<input type="radio" name="attr_survival" value="0" 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>
<button type='roll' name='roll_survival' value='/roll @{survival}d10>7s + ?{Attribute Value?|@{sta}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
</div>
<div class="sheet-col">
<h3 style="text-align: center;">Twilight</h3>
<h4>Craft</h4>
<div>
<input type="checkbox" name="attr_craft_Zero" /><span></span>
<input type="radio" name="attr_craft" value="0" checked="checked" />
<input type="radio" name="attr_craft" value="1" /><span></span>
<input type="radio" name="attr_craft" value="2" /><span></span>
<input type="radio" name="attr_craft" value="3" /><span></span>
<input type="radio" name="attr_craft" value="4" /><span></span>
<input type="radio" name="attr_craft" value="5" /><span></span>
<button type='roll' name='roll_craft' value='/roll @{craft}d10>7s + ?{Attribute Value?|@{int}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Investigation</h4>
<div>
<input type="checkbox" name="attr_investigation_Zero" /><span></span>
<input type="radio" name="attr_investigation" value="0" 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>
<button type='roll' name='roll_investigation' value='/roll @{investigation}d10>7s + ?{Attribute Value?|@{per}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Lore</h4>
<div>
<input type="checkbox" name="attr_lore_Zero" /><span></span>
<input type="radio" name="attr_lore" value="0" 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>
<button type='roll' name='roll_lore' value='/roll @{lore}d10>7s + ?{Attribute Value?|@{int}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Medicine</h4>
<div>
<input type="checkbox" name="attr_medicine_Zero" /><span></span>
<input type="radio" name="attr_medicine" value="0" 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>
<button type='roll' name='roll_medicine' value='/roll @{medicine}d10>7s + ?{Attribute Value?|@{int}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Occult</h4>
<div>
<input type="checkbox" name="attr_occult_Zero" /><span></span>
<input type="radio" name="attr_occult" value="0" 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>
<button type='roll' name='roll_occult' value='/roll @{occult}d10>7s + ?{Attribute Value?|@{int}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
</div>
<div class="sheet-col">
<h3 style="text-align: center;">Night</h3>
<h4>Athletics</h4>
<div>
<input type="checkbox" name="attr_athletics_Zero" /><span></span>
<input type="radio" name="attr_athletics" value="0" 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>
<button type='roll' name='roll_athletics' value='/roll @{athletics}d10>7s + ?{Attribute Value?|@{dex}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Awareness</h4>
<div>
<input type="checkbox" name="attr_awareness_Zero" /><span></span>
<input type="radio" name="attr_awareness" value="0" 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>
<button type='roll' name='roll_awareness' value='/roll @{awareness}d10>7s + ?{Attribute Value?|@{per}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Dodge</h4>
<div>
<input type="checkbox" name="attr_dodge_Zero" /><span></span>
<input type="radio" name="attr_dodge" value="0" 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>
<button type='roll' name='roll_dodge' value='/roll @{dodge}d10>7s + ?{Attribute Value?|@{dex}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Larceny</h4>
<div>
<input type="checkbox" name="attr_larceny_Zero" /><span></span>
<input type="radio" name="attr_larceny" value="0" 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>
<button type='roll' name='roll_larceny' value='/roll @{larceny}d10>7s + ?{Attribute Value?|@{dex}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Stealth</h4>
<div>
<input type="checkbox" name="attr_stealth_Zero" /><span></span>
<input type="radio" name="attr_stealth" value="0" 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>
<button type='roll' name='roll_stealth' value='/roll @{stealth}d10>7s + ?{Attribute Value?|@{dex}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
</div>
<div class="sheet-col">
<h3 style="text-align: center;">Eclipse</h3>
<h4>Bureaucracy</h4>
<div>
<input type="checkbox" name="attr_bureaucracy_Zero" /><span></span>
<input type="radio" name="attr_bureaucracy" value="0" 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>
<button type='roll' name='roll_bureaucracy' value='/roll @{bureaucracy}d10>7s + ?{Attribute Value?|@{wit}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Linguistics</h4>
<div>
<input type="checkbox" name="attr_linguistics_Zero" /><span></span>
<input type="radio" name="attr_linguistics" value="0" 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>
<button type='roll' name='roll_linguistics' value='/roll @{linguistics}d10>7s + ?{Attribute Value?|@{int}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Ride</h4>
<div>
<input type="checkbox" name="attr_ride_Zero" /><span></span>
<input type="radio" name="attr_ride" value="0" 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>
<button type='roll' name='roll_ride' value='/roll @{ride}d10>7s + ?{Attribute Value?|@{dex}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Sail</h4>
<div>
<input type="checkbox" name="attr_sail_Zero" /><span></span>
<input type="radio" name="attr_sail" value="0" 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>
<button type='roll' name='roll_sail' value='/roll @{sail}d10>7s + ?{Attribute Value?|@{dex}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Socialize</h4>
<div>
<input type="checkbox" name="attr_socialize_Zero" /><span></span>
<input type="radio" name="attr_socialize" value="0" 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>
<button type='roll' name='roll_socialize' value='/roll @{socialize}d10>7s + ?{Attribute Value?|@{man}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
</div>
<hr />
<h3 style="margin-bottom: 10px; text-align: center;">Specialties</h3>
<fieldset class="repeating_skills">
<select name="attr_dtype" class="dtype">
<option>Archery</option>
<option>Martial Arts</option>
<option>Melee</option>
<option>Thrown</option>
<option>War</option>
<option>Integrity</option>
<option>Performance</option>
<option>Presence</option>
<option>Resistance</option>
<option>Survival</option>
<option>Craft</option>
<option>Investigation</option>
<option>Lore</option>
<option>Medicine</option>
<option>Occult</option>
<option>Athletics</option>
<option>Awareness</option>
<option>Dodge</option>
<option>Larceny</option>
<option>Stealth</option>
<option>Bureaucracy</option>
<option>Linguistics</option>
<option>Ride</option>
<option>Sail</option>
<option>Socialize</option>
</select>
<input type="text" name="attr_skillname" />
<div>
<input type="radio" name="attr_skillname" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_skillname" value="2" /><span></span>
<input type="radio" name="attr_skillname" value="3" /><span></span>
</div>
</fieldset>
<hr/>
<h3 style="margin-bottom: 10px;">Other Values</h3>
<hr/>
<div class="sheet-col">
<h3 style="text-align: center;">Powers</h3>
<h4>Essence</h4>
<div>
<input type="radio" name="attr_essence" value="1" checked="checked" /><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>
<input type="radio" name="attr_essence" value="6" /><span></span>
<input type="radio" name="attr_essence" value="7" /><span></span>
<input type="radio" name="attr_essence" value="8" /><span></span>
<input type="radio" name="attr_essence" value="9" /><span></span>
<input type="radio" name="attr_essence" value="10" /><span></span>
<button type='roll' name='roll_essence' value='/roll @{Essence}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Willpower</h4>
<div>
<input type="radio" name="attr_Willpower" 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" checked="checked" /><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>
<button type='roll' name='roll_willpower' value='/roll @{Willpower}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Limit</h4>
<div>
<input type="radio" name="attr_Limit" value="0" checked="checked" />
<input type="radio" name="attr_Limit" value="1" /><span></span>
<input type="radio" name="attr_Limit" value="2" /><span></span>
<input type="radio" name="attr_Limit" value="3" /><span></span>
<input type="radio" name="attr_Limit" value="4" /><span></span>
<input type="radio" name="attr_Limit" value="5" /><span></span>
<input type="radio" name="attr_Limit" value="6" /><span></span>
<input type="radio" name="attr_Limit" value="7" /><span></span>
<input type="radio" name="attr_Limit" value="8" /><span></span>
<input type="radio" name="attr_Limit" value="9" /><span></span>
<input type="radio" name="attr_Limit" value="10" /><span></span>
<button type='roll' name='roll_Limit' value='/roll @{Virtue}d10>7s + ?{Attribute Value?|@{dex}}d10>7s + ?{Specialty?|0}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Peripheral Essence</h4>
<input type="number" name='attr_PeripheralEssence' class='sheet-short'>&nbsp;/&nbsp;<input type="number" name="attr_MaxPeripheralEssence" class="sheet-short" value="@{essence}*7+@{Willpower}+@{Compassion}+@{Conviction}+@{Temperance}+@{Valor}" disabled="true" />
<h4>Personal Essence</h4>
<input type="number" name='attr_PersonalEssence' class='sheet-short'>&nbsp;/&nbsp;<input type="number" name="attr_MaxPersonalEssence" class="sheet-short" value="@{essence}*3+@{Willpower}" disabled="true" />
</div>
<div class="sheet-col">
<h3 style="text-align: center;">Virtues</h3>
<h4>Main Virtue</h4>
<div>
<input type="radio" name="attr_Virtue" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_Virtue" value="2" /><span></span>
<input type="radio" name="attr_Virtue" value="3" /><span></span>
<input type="radio" name="attr_Virtue" value="4" /><span></span>
<input type="radio" name="attr_Virtue" value="5" /><span></span>
</div>
<h4>Compassion</h4>
<div>
<input type="radio" name="attr_Compassion" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_Compassion" value="2" /><span></span>
<input type="radio" name="attr_Compassion" value="3" /><span></span>
<input type="radio" name="attr_Compassion" value="4" /><span></span>
<input type="radio" name="attr_Compassion" value="5" /><span></span>
<button type='roll' name='roll_compassion' value='/roll @{Compassion}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Conviction</h4>
<div>
<input type="radio" name="attr_Conviction" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_Conviction" value="2" /><span></span>
<input type="radio" name="attr_Conviction" value="3" /><span></span>
<input type="radio" name="attr_Conviction" value="4" /><span></span>
<input type="radio" name="attr_Conviction" value="5" /><span></span>
<button type='roll' name='roll_conviction' value='/roll @{Conviction}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Temperance</h4>
<div>
<input type="radio" name="attr_Temperance" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_Temperance" value="2" /><span></span>
<input type="radio" name="attr_Temperance" value="3" /><span></span>
<input type="radio" name="attr_Temperance" value="4" /><span></span>
<input type="radio" name="attr_Temperance" value="5" /><span></span>
<button type='roll' name='roll_temperance' value='/roll @{Temperance}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
<h4>Valor</h4>
<div>
<input type="radio" name="attr_Valor" value="1" checked="checked" /><span></span>
<input type="radio" name="attr_Valor" value="2" /><span></span>
<input type="radio" name="attr_Valor" value="3" /><span></span>
<input type="radio" name="attr_Valor" value="4" /><span></span>
<input type="radio" name="attr_Valor" value="5" /><span></span>
<button type='roll' name='roll_valor' value='/roll @{Valor}d10>7s + ?{Stunt?|1}d10>7s + ?{Other Bonuses?|0}d10>7s '></button>
</div>
</div>
<div class="sheet-col">
<h3 style="text-align: center;">Derived Stats</h3>
<table style="width: 100%;">
<tr>
<td><input type="number" name="attr_move" class="sheet-short" value="@{dex}" disabled="true" /></td>
<td style="text-align: center;">Move | Dash</td>
<td><input type="number" name="attr_sprint" class="sheet-short" value="@{dex}+6" disabled="true"/></td>
</tr>
<tr>
<td><input type="number" name="attr_ParryDV" class="sheet-short" /></td>
<td style="text-align: center;">Parry DV | Dodge DV</td>
<td><input type="number" name="attr_DodgeDV" class="sheet-short" value="(@{dex}+@{dodge}+@{essence})/2" disabled="true" /></td>
</tr>
<tr>
<td><input type="number" name="attr_BashingSoak" class="sheet-short" value="@{sta}" disabled="true" /></td>
<td style="text-align: center;">Bashing Soak | Lethal Soak</td>
<td><input type="number" name="attr_LethalSoak" class="sheet-short" value="@{sta}/2" disabled="true" /></td>
</tr>
</table>
</div>
<div class="sheet-col">
<h3>Merits</h3>
<textarea name="attr_merits"></textarea>
<hr/>
<h3>Flaws</h3>
<textarea name="attr_flaws"></textarea>
</div>