Files
2024-06-03 13:15:14 -04:00

710 lines
40 KiB
HTML

<div class="sheet-section sheet-section-general">
<div class="sheet-3colrow">
<div class="sheet-col">
<table>
<tbody>
<tr>
<td><label for="attr_character_name"><span data-i18n="Name">Name</span>:</label></td>
<td><input type="text" name="attr_character_name" /></td>
</tr>
<tr>
<td><label for="attr_home"><span data-i18n="Home">Home</span>:</label></td>
<td><input type="text" name="attr_home" /></td>
</tr>
<tr>
<td><label for="attr_guard_rank"><span data-i18n="GuardRank">Guard Rank</span>:</label></td>
<td><input type="text" name="attr_guard_rank" /></td>
</tr>
</tbody>
</table>
</div>
<div class="sheet-col">
<table>
<tbody>
<tr>
<td><label for="attr_age"><span data-i18n="Age">Age</span>:</label></td>
<td><input type="number" name="attr_age" /></td>
</tr>
<tr>
<td><label for="attr_fur_color"><span data-i18n="FurColor">Fur Color</span>:</label></td>
<td><input type="text" name="attr_fur_color" /></td>
</tr>
<tr>
<td><label for="attr_cloak_color"><span data-i18n="CloakColor">Cloak Color</span>:</label></td>
<td><input type="text" name="attr_cloak_color" /></td>
</tr>
</tbody>
</table>
</div>
<div class="sheet-col">
<div class="sheet-logo">
<img src="http://i.imgur.com/rtdlTfv.jpg" alt="Mouse Guard" width="154" height="32" />
</div>
<div class="sheet-callout">
<table>
<tbody>
<tr>
<td><label for="attr_fate"><span data-i18n="Fate">Fate</span>:</label></td>
<td><input type="number" name="attr_fate" /></td>
</tr>
<tr>
<td><label for="attr_persona"><span data-i18n="Persona">Persona</span>:</label></td>
<td><input type="number" name="attr_persona" /></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<hr />
<div class="sheet-section sheet-section-general">
<div class="sheet-3colrow">
<div class="sheet-col">
<table>
<tbody>
<tr>
<td><label for="attr_parents"><span data-i18n="Parents">Parents</span>:</label></td>
<td><input type="text" name="attr_parents" /></td>
</tr>
<tr>
<td><label for="attr_mentor"><span data-i18n="Mentor">Mentor</span>:</label></td>
<td><input type="text" name="attr_mentor" /></td>
</tr>
<tr>
<td><label for="attr_friend"><span data-i18n="Friend">Friend</span>:</label></td>
<td><input type="text" name="attr_friend" /></td>
</tr>
</tbody>
</table>
</div>
<div class="sheet-col">
<table>
<tbody>
<tr>
<td><label for="attr_senior_artisan"><span data-i18n="SeniorArtisan">Senior Artisan</span>:</label></td>
<td><input type="text" name="attr_senior_artisan" /></td>
</tr>
<tr>
<td><label for="attr_enemy"><span data-i18n="Enemy">Enemy</span>:</label></td>
<td><input type="text" name="attr_enemy" /></td>
</tr>
</tbody>
</table>
</div>
<div class="sheet-col">
<div class="sheet-callout sheet-conditions">
<h4><span data-i18n="Conditions">Conditions</span></h4>
<table>
<tbody>
<tr>
<td>
<div class="sheet-field">
<input type="checkbox" name="attr_condition_healthy" /><label for="attr_condition_healthy"><span data-i18n="Healthy">Healthy</span></label>
</div>
</td>
<td>
<div class="sheet-field">
<input type="checkbox" name="attr_condition_angry" /><label for="attr_condition_angry"><span data-i18n="Angry">Angry</span></label>
<span class="sheet-note" data-i18n="AngryNote">-1 to disposition for any conflict that uses Will as its base.</span>
</div>
</td>
</tr>
<tr>
<td>
<div class="sheet-field">
<input type="checkbox" name="attr_condition_hungry_thirsty" /><label for="attr_condition_hungry_thirsty"><span data-i18n="HungryThirsty">Hungry/Thirsty</span></label>
<span class="sheet-note" data-i18n="HungryThirstyNote">-1 to disposition to any conflict.</span>
</div>
</td>
<td>
<div class="sheet-field">
<input type="checkbox" name="attr_condition_tired" /><label for="attr_condition_tired"><span data-i18n="Tired">Tired</span></label>
<span class="sheet-note" data-i18n="TiredNote">-1 to disposition for all conflicts.</span>
</div>
</td>
</tr>
<tr>
<td>
<div class="sheet-field">
<input type="checkbox" name="attr_condition_injured" /><label for="attr_condition_injured"><span data-i18n="Injured">Injured</span></label>
<span class="sheet-note" data-i18n="InjuredNote">-1D to skills, Nature, Will and Health (but not recovery).</span>
</div>
</td>
<td>
<div class="sheet-field">
<input type="checkbox" name="attr_condition_sick" /><label for="attr_condition_sick"><span data-i18n="Sick">Sick</span></label>
<span class="sheet-note" data-i18n="SickNote">-1D to skills, Nature, Will and Health (but not recovery).</span>
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<hr />
<div class="sheet-section sheet-section-general">
<div class="sheet-3colrow">
<div class="sheet-col">
<label for="attr_belief"><span data-i18n="Belief">Belief</span></label>
<textarea name="attr_belief"></textarea>
<span class="sheet-note" data-i18n="BeliefNote">Playing a Belief earns a fate point</span>
</div>
<div class="sheet-col">
<label for="attr_goal"><span data-i18n="Goal">Goal</span></label>
<textarea name="attr_goal"></textarea>
<span class="sheet-note" data-i18n="GoalNote">Accomplishing a Goal earns a persona point</span>
</div>
<div class="sheet-col">
<label for="attr_instinct"><span data-i18n="Instinct">Instinct</span></label>
<textarea name="attr_instinct"></textarea>
<span class="sheet-note" data-i18n="InstinctNote">Playing an Instinct earns a fate point</span>
</div>
</div>
</div>
<hr />
<div class="sheet-section sheet-section-general">
<div class="sheet-3colrow">
<div class="sheet-col">
<div class="sheet-image">
<img src="http://i.imgur.com/E1zYdSg.png" alt="Mouse" width="355" height="307" />
</div>
</div>
<div class="sheet-col">
<label><span data-i18n="Gear">Gear</span></label>
<fieldset class="repeating_gear">
<table>
<tbody>
<tr>
<td><input type="text" name="attr_gear_name" data-i18n-placeholder="GearItem" placeholder="Gear/Item" /></td>
</tr>
</tbody>
</table>
</fieldset>
</div>
<div class="sheet-col">
<label><span data-i18n="Contacts">Contacts</span></label>
<fieldset class="repeating_contacts">
<table>
<tbody>
<tr>
<td><input type="text" name="attr_contact_name" data-i18n-placeholder="Name" placeholder="Name" /></td>
</tr>
</tbody>
</table>
</fieldset>
</div>
</div>
</div>
<hr />
<div class="sheet-section sheet-section-traits">
<h3><span data-i18n="Traits">Traits</span></h3>
<table>
<thead>
<tr>
<th><span data-i18n="TraitName">Trait Name</span></th>
<th><span data-i18n="TraitLevel">Trait Level</span></th>
<th><span data-i18n="UsedFor">Used For</span></th>
<th><span data-i18n="UsedAgainst">Used Against</span></th>
</tr>
</thead>
</table>
<fieldset class="repeating_traits">
<table>
<tbody>
<tr>
<td><input type="text" name="attr_traits_name" data-i18n-placeholder="Name" placeholder="Name" /></td>
<td>
<select name="attr_traits_level">
<option value="1" selected data-i18n="Level1">Level 1</option>
<option value="2" data-i18n="Level2">Level 2</option>
<option value="3" data-i18n="Level3">Level 3</option>
</select>
</td>
<td><input type="checkbox" name="attr_traits_used_for" /></td>
<td>
<input type="checkbox" name="attr_traits_used_against1" />
<input type="checkbox" name="attr_traits_used_against2" />
<input type="checkbox" name="attr_traits_used_against3" />
<input type="checkbox" name="attr_traits_used_against4" />
<input type="checkbox" name="attr_traits_used_against5" />
<input type="checkbox" name="attr_traits_used_against6" />
</td>
</tr>
</tbody>
</table>
</fieldset>
</div>
<hr />
<div class="sheet-section sheet-section-abilities">
<h3><span data-i18n="Abilities">Abilities</span></h3>
<div class="sheet-2colrow">
<div class="sheet-col">
<table>
<thead>
<tr>
<th><span data-i18n="RawAbilities">Raw Abilities</span></th>
<th><span data-i18n="Rating">Rating</span></th>
<th><span data-i18n="Advancement">Advancement</span></th>
</tr>
</thead>
<tbody>
<tr>
<th><span data-i18n="Nature">Nature</span></th>
<td><input type="number" name="attr_nature_rating" />/<input type="number" name="attr_nature_rating_max" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_nature_rating_pass1" />
<input type="checkbox" name="attr_nature_rating_pass2" />
<input type="checkbox" name="attr_nature_rating_pass3" />
<input type="checkbox" name="attr_nature_rating_pass4" />
<input type="checkbox" name="attr_nature_rating_pass5" />
<input type="checkbox" name="attr_nature_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_nature_rating_fail1" />
<input type="checkbox" name="attr_nature_rating_fail2" />
<input type="checkbox" name="attr_nature_rating_fail3" />
<input type="checkbox" name="attr_nature_rating_fail4" />
<input type="checkbox" name="attr_nature_rating_fail5" />
</div>
</td>
</tr>
<tr>
<th><span data-i18n="Will">Will</span></th>
<td><input type="number" name="attr_will_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_will_rating_pass1" />
<input type="checkbox" name="attr_will_rating_pass2" />
<input type="checkbox" name="attr_will_rating_pass3" />
<input type="checkbox" name="attr_will_rating_pass4" />
<input type="checkbox" name="attr_will_rating_pass5" />
<input type="checkbox" name="attr_will_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_will_rating_fail1" />
<input type="checkbox" name="attr_will_rating_fail2" />
<input type="checkbox" name="attr_will_rating_fail3" />
<input type="checkbox" name="attr_will_rating_fail4" />
<input type="checkbox" name="attr_will_rating_fail5" />
</div>
</td>
</tr>
<tr>
<th><span data-i18n="Health">Health</span></th>
<td><input type="number" name="attr_health_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_health_rating_pass1" />
<input type="checkbox" name="attr_health_rating_pass2" />
<input type="checkbox" name="attr_health_rating_pass3" />
<input type="checkbox" name="attr_health_rating_pass4" />
<input type="checkbox" name="attr_health_rating_pass5" />
<input type="checkbox" name="attr_health_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_health_rating_fail1" />
<input type="checkbox" name="attr_health_rating_fail2" />
<input type="checkbox" name="attr_health_rating_fail3" />
<input type="checkbox" name="attr_health_rating_fail4" />
<input type="checkbox" name="attr_health_rating_fail5" />
</div>
</td>
</tr>
</tbody>
</table>
</div>
<div class="sheet-col">
<table>
<thead>
<tr>
<th><span data-i18n="SpecialAbilities">SpecialAbilities</span></th>
<th><span data-i18n="Rating">Rating</span></th>
<th><span data-i18n="Advancement">Advancement</span></th>
</tr>
</thead>
<tbody>
<tr>
<th><span data-i18n="Resources">Resources</span></th>
<td><input type="number" name="attr_resources_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_resources_rating_pass1" />
<input type="checkbox" name="attr_resources_rating_pass2" />
<input type="checkbox" name="attr_resources_rating_pass3" />
<input type="checkbox" name="attr_resources_rating_pass4" />
<input type="checkbox" name="attr_resources_rating_pass5" />
<input type="checkbox" name="attr_resources_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_resources_rating_fail1" />
<input type="checkbox" name="attr_resources_rating_fail2" />
<input type="checkbox" name="attr_resources_rating_fail3" />
<input type="checkbox" name="attr_resources_rating_fail4" />
<input type="checkbox" name="attr_resources_rating_fail5" />
</div>
</td>
</tr>
<tr>
<th><span data-i18n="Circles">Circles</span></th>
<td><input type="number" name="attr_circles_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_circles_rating_pass1" />
<input type="checkbox" name="attr_circles_rating_pass2" />
<input type="checkbox" name="attr_circles_rating_pass3" />
<input type="checkbox" name="attr_circles_rating_pass4" />
<input type="checkbox" name="attr_circles_rating_pass5" />
<input type="checkbox" name="attr_circles_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_circles_rating_fail1" />
<input type="checkbox" name="attr_circles_rating_fail2" />
<input type="checkbox" name="attr_circles_rating_fail3" />
<input type="checkbox" name="attr_circles_rating_fail4" />
<input type="checkbox" name="attr_circles_rating_fail5" />
</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<hr />
<div class="sheet-section sheet-section-skills">
<h3><span data-i18n="Skills">Skills</span></h3>
<div class="sheet-2colrow">
<div class="sheet-col">
<table>
<thead>
<tr>
<th><span data-i18n="Skill">Skill</span></th>
<th><span data-i18n="Rating">Rating</span></th>
<th><span data-i18n="Advancement">Advancement</span></th>
</tr>
</thead>
<tbody>
<tr>
<th><span data-i18n="Deceiver">Deceiver</span></th>
<td><input type="number" name="attr_deceiver_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_deceiver_rating_pass1" />
<input type="checkbox" name="attr_deceiver_rating_pass2" />
<input type="checkbox" name="attr_deceiver_rating_pass3" />
<input type="checkbox" name="attr_deceiver_rating_pass4" />
<input type="checkbox" name="attr_deceiver_rating_pass5" />
<input type="checkbox" name="attr_deceiver_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_deceiver_rating_fail1" />
<input type="checkbox" name="attr_deceiver_rating_fail2" />
<input type="checkbox" name="attr_deceiver_rating_fail3" />
<input type="checkbox" name="attr_deceiver_rating_fail4" />
<input type="checkbox" name="attr_deceiver_rating_fail5" />
</div>
</td>
</tr>
<tr>
<th><span data-i18n="Fighter">Fighter</span></th>
<td><input type="number" name="attr_fighter_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_fighter_rating_pass1" />
<input type="checkbox" name="attr_fighter_rating_pass2" />
<input type="checkbox" name="attr_fighter_rating_pass3" />
<input type="checkbox" name="attr_fighter_rating_pass4" />
<input type="checkbox" name="attr_fighter_rating_pass5" />
<input type="checkbox" name="attr_fighter_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_fighter_rating_fail1" />
<input type="checkbox" name="attr_fighter_rating_fail2" />
<input type="checkbox" name="attr_fighter_rating_fail3" />
<input type="checkbox" name="attr_fighter_rating_fail4" />
<input type="checkbox" name="attr_fighter_rating_fail5" />
</div>
</td>
</tr>
<tr>
<th><span data-i18n="Healer">Healer</span></th>
<td><input type="number" name="attr_healer_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_healer_rating_pass1" />
<input type="checkbox" name="attr_healer_rating_pass2" />
<input type="checkbox" name="attr_healer_rating_pass3" />
<input type="checkbox" name="attr_healer_rating_pass4" />
<input type="checkbox" name="attr_healer_rating_pass5" />
<input type="checkbox" name="attr_healer_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_healer_rating_fail1" />
<input type="checkbox" name="attr_healer_rating_fail2" />
<input type="checkbox" name="attr_healer_rating_fail3" />
<input type="checkbox" name="attr_healer_rating_fail4" />
<input type="checkbox" name="attr_healer_rating_fail5" />
</div>
</td>
</tr>
<tr>
<th><span data-i18n="Hunter">Hunter</span></th>
<td><input type="number" name="attr_hunter_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_hunter_rating_pass1" />
<input type="checkbox" name="attr_hunter_rating_pass2" />
<input type="checkbox" name="attr_hunter_rating_pass3" />
<input type="checkbox" name="attr_hunter_rating_pass4" />
<input type="checkbox" name="attr_hunter_rating_pass5" />
<input type="checkbox" name="attr_hunter_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_hunter_rating_fail1" />
<input type="checkbox" name="attr_hunter_rating_fail2" />
<input type="checkbox" name="attr_hunter_rating_fail3" />
<input type="checkbox" name="attr_hunter_rating_fail4" />
<input type="checkbox" name="attr_hunter_rating_fail5" />
</div>
</td>
</tr>
<tr>
<th><span data-i18n="Instructor">Instructor</span></th>
<td><input type="number" name="attr_instructor_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_instructor_rating_pass1" />
<input type="checkbox" name="attr_instructor_rating_pass2" />
<input type="checkbox" name="attr_instructor_rating_pass3" />
<input type="checkbox" name="attr_instructor_rating_pass4" />
<input type="checkbox" name="attr_instructor_rating_pass5" />
<input type="checkbox" name="attr_instructor_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_instructor_rating_fail1" />
<input type="checkbox" name="attr_instructor_rating_fail2" />
<input type="checkbox" name="attr_instructor_rating_fail3" />
<input type="checkbox" name="attr_instructor_rating_fail4" />
<input type="checkbox" name="attr_instructor_rating_fail5" />
</div>
</td>
</tr>
<tr>
<th><span data-i18n="Orator">Orator</span></th>
<td><input type="number" name="attr_orator_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_orator_rating_pass1" />
<input type="checkbox" name="attr_orator_rating_pass2" />
<input type="checkbox" name="attr_orator_rating_pass3" />
<input type="checkbox" name="attr_orator_rating_pass4" />
<input type="checkbox" name="attr_orator_rating_pass5" />
<input type="checkbox" name="attr_orator_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_orator_rating_fail1" />
<input type="checkbox" name="attr_orator_rating_fail2" />
<input type="checkbox" name="attr_orator_rating_fail3" />
<input type="checkbox" name="attr_orator_rating_fail4" />
<input type="checkbox" name="attr_orator_rating_fail5" />
</div>
</td>
</tr>
<tr>
<th><span data-i18n="Pathfinder">Pathfinder</span></th>
<td><input type="number" name="attr_pathfinder_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_pathfinder_rating_pass1" />
<input type="checkbox" name="attr_pathfinder_rating_pass2" />
<input type="checkbox" name="attr_pathfinder_rating_pass3" />
<input type="checkbox" name="attr_pathfinder_rating_pass4" />
<input type="checkbox" name="attr_pathfinder_rating_pass5" />
<input type="checkbox" name="attr_pathfinder_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_pathfinder_rating_fail1" />
<input type="checkbox" name="attr_pathfinder_rating_fail2" />
<input type="checkbox" name="attr_pathfinder_rating_fail3" />
<input type="checkbox" name="attr_pathfinder_rating_fail4" />
<input type="checkbox" name="attr_pathfinder_rating_fail5" />
</div>
</td>
</tr>
<tr>
<th><span data-i18n="Persuader">Persuader</span></th>
<td><input type="number" name="attr_persuader_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_persuader_rating_pass1" />
<input type="checkbox" name="attr_persuader_rating_pass2" />
<input type="checkbox" name="attr_persuader_rating_pass3" />
<input type="checkbox" name="attr_persuader_rating_pass4" />
<input type="checkbox" name="attr_persuader_rating_pass5" />
<input type="checkbox" name="attr_persuader_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_persuader_rating_fail1" />
<input type="checkbox" name="attr_persuader_rating_fail2" />
<input type="checkbox" name="attr_persuader_rating_fail3" />
<input type="checkbox" name="attr_persuader_rating_fail4" />
<input type="checkbox" name="attr_persuader_rating_fail5" />
</div>
</td>
</tr>
<tr>
<th><span data-i18n="Scout">Scout</span></th>
<td><input type="number" name="attr_scout_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_scout_rating_pass1" />
<input type="checkbox" name="attr_scout_rating_pass2" />
<input type="checkbox" name="attr_scout_rating_pass3" />
<input type="checkbox" name="attr_scout_rating_pass4" />
<input type="checkbox" name="attr_scout_rating_pass5" />
<input type="checkbox" name="attr_scout_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_scout_rating_fail1" />
<input type="checkbox" name="attr_scout_rating_fail2" />
<input type="checkbox" name="attr_scout_rating_fail3" />
<input type="checkbox" name="attr_scout_rating_fail4" />
<input type="checkbox" name="attr_scout_rating_fail5" />
</div>
</td>
</tr>
<tr>
<th><span data-i18n="Survivalist">Survivalist</span></th>
<td><input type="number" name="attr_survivalist_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_survivalist_rating_pass1" />
<input type="checkbox" name="attr_survivalist_rating_pass2" />
<input type="checkbox" name="attr_survivalist_rating_pass3" />
<input type="checkbox" name="attr_survivalist_rating_pass4" />
<input type="checkbox" name="attr_survivalist_rating_pass5" />
<input type="checkbox" name="attr_survivalist_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_survivalist_rating_fail1" />
<input type="checkbox" name="attr_survivalist_rating_fail2" />
<input type="checkbox" name="attr_survivalist_rating_fail3" />
<input type="checkbox" name="attr_survivalist_rating_fail4" />
<input type="checkbox" name="attr_survivalist_rating_fail5" />
</div>
</td>
</tr>
<tr>
<th><span data-i18n="WeatherWatcher">Weather Watcher</span></th>
<td><input type="number" name="attr_weather_watcher_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_weather_watcher_rating_pass1" />
<input type="checkbox" name="attr_weather_watcher_rating_pass2" />
<input type="checkbox" name="attr_weather_watcher_rating_pass3" />
<input type="checkbox" name="attr_weather_watcher_rating_pass4" />
<input type="checkbox" name="attr_weather_watcher_rating_pass5" />
<input type="checkbox" name="attr_weather_watcher_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_weather_watcher_rating_fail1" />
<input type="checkbox" name="attr_weather_watcher_rating_fail2" />
<input type="checkbox" name="attr_weather_watcher_rating_fail3" />
<input type="checkbox" name="attr_weather_watcher_rating_fail4" />
<input type="checkbox" name="attr_weather_watcher_rating_fail5" />
</div>
</td>
</tr>
</tbody>
</table>
<fieldset class="repeating_skills">
<table>
<tbody>
<tr>
<th><input type="text" name="attr_skills_name" data-i18n-placeholder="Name" placeholder="Name" /></th>
<td><input type="number" name="attr_skills_rating" /></td>
<td>
<div class="sheet-field">
<strong><span data-i18n="P">P</span>:</strong>
<input type="checkbox" name="attr_skills_rating_pass1" />
<input type="checkbox" name="attr_skills_rating_pass2" />
<input type="checkbox" name="attr_skills_rating_pass3" />
<input type="checkbox" name="attr_skills_rating_pass4" />
<input type="checkbox" name="attr_skills_rating_pass5" />
<input type="checkbox" name="attr_skills_rating_pass6" />
</div>
<div class="sheet-field">
<strong><span data-i18n="F">F</span>:</strong>
<input type="checkbox" name="attr_skills_rating_fail1" />
<input type="checkbox" name="attr_skills_rating_fail2" />
<input type="checkbox" name="attr_skills_rating_fail3" />
<input type="checkbox" name="attr_skills_rating_fail4" />
<input type="checkbox" name="attr_skills_rating_fail5" />
</div>
</td>
</tr>
</tbody>
</table>
</tbody>
</fieldset>
</div>
<div class="sheet-col">
<div class="sheet-image">
<img src="http://i.imgur.com/UqJO6vX.png" alt="Mouse" width="355" height="424" />
</div>
</div>
</div>
</div>