Files
roll20-character-sheets/DFRPG/DFRPG.html
Brian c84cb0c4e6 Update to accomodate ES translation by Zexar z
* Fixed error with Trajan Pro font not being used in some places
* Reduced font size across the board to account for Trajan Pro font
being used
* Adjusted tab locations to account for Trajan Pro font
* Added finer adjustments to the "Phase N" text on the character
worksheet
* Added lang-es styles for Fate Points overlay, tab positions, "Phase N"
text positions, and consequence types
2016-09-29 16:45:28 -05:00

984 lines
60 KiB
HTML

<rolltemplate class="sheet-rolltemplate-superb">
<div>
<h3 data-i18n="superb-result">Superb!</h3>
<div class="sheet-roll">{{roll}}</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-great">
<div>
<h3 data-i18n="great-result">Great!</h3>
<div class="sheet-roll">{{roll}}</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-good">
<div>
<h3 data-i18n="good-result">Good</h3>
<div class="sheet-roll">{{roll}}</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-fair">
<div>
<h3 data-i18n="fair-result">Fair</h3>
<div class="sheet-roll">{{roll}}</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-average">
<div>
<h3 data-i18n="average-result">Average...</h3>
<div class="sheet-roll">{{roll}}</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-mediocre">
<div>
<h3 data-i18n="mediocre-result">Mediocre...</h3>
<div class="sheet-roll">{{roll}}</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-poor">
<div>
<h3 data-i18n="poor-result">Poor</h3>
<div class="sheet-roll">{{roll}}</div>
</div>
</rolltemplate>
<rolltemplate class="sheet-rolltemplate-terrible">
<div>
<h3 data-i18n="terrible-result">Terrible&#8253;</h3>
<div class="sheet-roll">{{roll}}</div>
</div>
</rolltemplate>
<input type="radio" class="sheet-tab" name="attr_page" value="worksheet" checked="checked"><span data-i18n-title="worksheet" title="Worksheet"></span>
<input type="radio" class="sheet-tab" name="attr_page" value="character"><span data-i18n-title="character" title="Character"></span>
<input type="radio" class="sheet-tab" name="attr_page" value="city-high"><span data-i18n-title="city" title="City"></span>
<input type="radio" class="sheet-tab" name="attr_page" value="city-locs"><span data-i18n-title="location" title="Locations"></span>
<input type="radio" class="sheet-tab" name="attr_page" value="city-face"><span data-i18n-title="faces" title="Faces"></span>
<div class="sheet-tab sheet-tab-city-face">
<h2 data-i18n="game-title">The Dresden Files Role-Playing Game</h2>
<h1 data-i18n="faces-title">City Sheet (Faces)</h1>
<div class="sheet-2colrow">
<div class="sheet-col">
<div class="sheet-input">
<div class="sheet-input-left" data-i18n="city-name">City Name</div>
<input type="text" name="attr_character_name" title="@{character_name}">
</div>
</div>
<div class="sheet-col">
<div class="sheet-input">
<div class="sheet-input-right" data-i18n="campaign-title">Campaign Title</div>
<input type="text" name="attr_campaign" title="@{campaign}">
</div>
</div>
</div>
<div>
<fieldset class="repeating_faces">
<div class="sheet-section sheet-faces">
<h4><strong data-i18n="name">Name</strong></h4>
<input type="text" class="sheet-invisible" name="attr_face-name">
<h4 data-i18n="is-the-face-of" data-i18n-vars="<strong>|</strong>">is {{0}}the Face{{1}} of...</h4>
<input type="text" class="sheet-invisible" name="attr_face-of">
<h4 data-i18n="with-the-high-concept" data-i18n-vars="<strong>|</strong>">with the {{0}}High Concept{{1}}...</h4>
<input type="text" class="sheet-invisible" name="attr_face-concept">
<h4 data-i18n="and-motivation" data-i18n-vars="<strong>|</strong>">and {{0}}Motivation{{1}}...</h4>
<textarea name="attr_face-motivation"></textarea>
<h4 data-i18n="with-these-relationships" data-i18n-vars="<strong>|</strong>">with these {{0}}Relationships{{1}}...</h4>
<textarea name="attr_face-relationships"></textarea>
</div>
</fieldset>
</div>
</div>
<div class="sheet-tab sheet-tab-city-locs">
<h2 data-i18n="game-title">The Dresden Files Role-Playing Game</h2>
<h1 data-i18n="locations-title">City Sheet (Locations)</h1>
<div class="sheet-2colrow">
<div class="sheet-col">
<div class="sheet-input">
<div class="sheet-input-left" data-i18n="city-name">City Name</div>
<input type="text" name="attr_character_name" title="@{character_name}">
</div>
</div>
<div class="sheet-col">
<div class="sheet-input">
<div class="sheet-input-right" data-i18n="campaign-title">Campaign Title</div>
<input type="text" name="attr_campaign" title="@{campaign}">
</div>
</div>
</div>
<div>
<fieldset class="repeating_locations">
<div class="sheet-section sheet-location">
<h3><strong data-i18n="name">Name</strong></h3>
<input type="text" class="sheet-invisible" name="attr_location-name">
<h3><strong data-i18n="description">Description</strong></h3>
<textarea name="attr_location-desc"></textarea>
<div style="position:relative">
<input type="radio" name="attr_theme-threat-location" value="Theme"><span></span>
<h3 class="sheet-theme-threat" data-i18n="theme-or-threat" data-i18n-vars="<strong>|</strong>">{{0}}Theme{{1}} (or) {{0}}Threat{{1}}</h3>
<input type="radio" name="attr_theme-threat-location" value="Threat"><span></span>
</div>
<h3 data-i18n="the-idea" data-i18n-vars="<strong>|</strong>">The {{0}}Idea{{1}}</h3>
<textarea name="attr_theme-threat-idea-location"></textarea>
<h3 data-i18n="the-aspect" data-i18n-vars="<strong>|</strong>">The {{0}}Aspect{{1}}</h3>
<input type="text" class="sheet-invisible" name="attr_theme-threat-aspect-location">
<h3 data-i18n="the-face" data-i18n-vars="<strong>|</strong>">The {{0}}Face{{1}}</h3>
<h4 class="sheet-face-name" data-i18n="name">Name</h4>
<h4 class="sheet-face-concept" data-i18n="concept">Concept</h4>
<br style="clear:both">
<div class="sheet-theme-threat-faces">
<input type="text" name="attr_theme-threat-face-name-location" class="sheet-invisible">
<input type="text" name="attr_theme-threat-face-concept-location" class="sheet-invisible">
</div>
</div>
</fieldset>
</div>
</div>
<div class="sheet-tab sheet-tab-city-high">
<h2 data-i18n="game-title">The Dresden Files Role-Playing Game</h2>
<h1 data-i18n="city-title">City Sheet (High Level)</h1>
<div class="sheet-2colrow">
<div class="sheet-col">
<div class="sheet-input">
<div class="sheet-input-left" data-i18n="city-name">City Name</div>
<input type="text" name="attr_character_name" title="@{character_name}">
</div>
</div>
<div class="sheet-col">
<div class="sheet-input">
<div class="sheet-input-right" data-i18n="campaign-title">Campaign Title</div>
<input type="text" name="attr_campaign" title="@{campaign}">
</div>
</div>
</div>
<h3><strong data-i18n="city-wide-themes-and-threats">City-Wide Themes and Threats</strong></h3>
<div class="sheet-3colrow">
<div class="sheet-col">
<div class="sheet-section">
<input type="radio" name="attr_theme-threat-1" value="Theme" title="@{theme-threat-1}"><span></span>
<h3 class="sheet-theme-threat" data-i18n="theme-or-threat" data-i18n-vars="<strong>|</strong>">{{0}}Theme{{1}} (or) {{0}}Threat{{1}}</h3>
<input type="radio" name="attr_theme-threat-1" value="Threat" title="@{theme-threat-1}"><span></span>
<h3 data-i18n="the-idea" data-i18n-vars="<strong>|</strong>">The {{0}}Idea{{1}}</h3>
<textarea class="sheet-theme-threat" name="attr_theme-threat-idea-1" title="@{theme-threat-idea-1}"></textarea>
<h3 data-i18n="the-aspect" data-i18n-vars="<strong>|</strong>">The {{0}}Aspect{{1}}</h3>
<input type="text" class="sheet-invisible" name="attr_theme-threat-aspect-1" title="@{theme-threat-aspect-1}">
<h3 data-i18n="the-faces" data-i18n-vars="<strong>|</strong>">The {{0}}Faces{{1}}</h3>
<h4 class="sheet-face-name" data-i18n="name">Name</h4>
<h4 class="sheet-face-concept" data-i18n="concept">Concept</h4>
<br style="clear:both">
<fieldset class="repeating_theme-threat-faces-1">
<div class="sheet-theme-threat-faces">
<input type="text" name="attr_theme-threat-face-name" class="sheet-invisible">
<input type="text" name="attr_theme-threat-face-concept" class="sheet-invisible">
</div>
</fieldset>
</div>
</div>
<div class="sheet-col">
<div class="sheet-section">
<input type="radio" name="attr_theme-threat-2" value="Theme" title="@{theme-threat-2}"><span></span>
<h3 class="sheet-theme-threat" data-i18n="theme-or-threat" data-i18n-vars="<strong>|</strong>">{{0}}Theme{{1}} (or) {{0}}Threat{{1}}</h3>
<input type="radio" name="attr_theme-threat-2" value="Threat" title="@{theme-threat-2}" /><span></span>
<h3 data-i18n="the-idea" data-i18n-vars="<strong>|</strong>">The {{0}}Idea{{1}}</h3>
<textarea class="sheet-theme-threat" name="attr_theme-threat-idea-2" title="@{theme-threat-idea-2}"></textarea>
<h3 data-i18n="the-aspect" data-i18n-vars="<strong>|</strong>">The {{0}}Aspect{{1}}</h3>
<input type="text" class="sheet-invisible" name="attr_theme-threat-aspect-2" title="@{theme-threat-aspect-2}">
<h3 data-i18n="the-faces" data-i18n-vars="<strong>|</strong>">The {{0}}Faces{{1}}</h3>
<h4 class="sheet-face-name" data-i18n="name">Name</h4>
<h4 class="sheet-face-concept" data-i18n="concept">Concept</h4>
<br style="clear:both">
<fieldset class="repeating_theme-threat-faces-2">
<div class="sheet-theme-threat-faces">
<input type="text" name="attr_theme-threat-face-name" class="sheet-invisible">
<input type="text" name="attr_theme-threat-face-concept" class="sheet-invisible">
</div>
</fieldset>
</div>
</div>
<div class="sheet-col">
<div class="sheet-section">
<input type="radio" name="attr_theme-threat-3" value="Theme" title="@{theme-threat-3}"><span></span>
<h3 class="sheet-theme-threat" data-i18n="theme-or-threat" data-i18n-vars="<strong>|</strong>">{{0}}Theme{{1}} (or) {{0}}Threat{{1}}</h3>
<input type="radio" name="attr_theme-threat-3" value="Threat" title="@{theme-threat-3}"><span></span>
<h3 data-i18n="the-idea" data-i18n-vars="<strong>|</strong>">The {{0}}Idea{{1}}</h3>
<textarea class="sheet-theme-threat" name="attr_theme-threat-idea-3" title="@{theme-threat-idea-3}"></textarea>
<h3 data-i18n="the-aspect" data-i18n-vars="<strong>|</strong>">The {{0}}Aspect{{1}}</h3>
<input type="text" class="sheet-invisible" name="attr_theme-threat-aspect-3" title="@{theme-threat-aspect-3}">
<h3 data-i18n="the-faces" data-i18n-vars="<strong>|</strong>">The {{0}}Faces{{1}}</h3>
<h4 class="sheet-face-name" data-i18n="name">Name</h4>
<h4 class="sheet-face-concept" data-i18n="concept">Concept</h4>
<br style="clear:both">
<fieldset class="repeating_theme-threat-faces-3">
<div class="sheet-theme-threat-faces">
<input type="text" name="attr_theme-threat-face-name" class="sheet-invisible">
<input type="text" name="attr_theme-threat-face-concept" class="sheet-invisible">
</div>
</fieldset>
</div>
</div>
</div>
<h3><strong data-i18n="the-balance-of-power">The Balance of Power</strong></h3>
<div class="sheet-section">
<h3><strong data-i18n="the-status-quo">The Status Quo</strong></h3>
<div class="sheet-2colrow">
<div class="sheet-col">
<h3 data-i18n="what-is-the-supernatural-status-quo" data-i18n-vars="<strong>|</strong>">What is the {{0}}Supernatural{{1}} status quo?</h3>
<div class="sheet-section sheet-status-quo">
<textarea name="attr_supernatural-status-quo" title="@{supernatural-status-quo}"></textarea>
</div>
</div>
<div class="sheet-col">
<h3 data-i18n="what-is-the-mundane-status-quo" data-i18n-vars="<strong>|</strong>">What is the {{0}}Mundane{{1}} status quo?</h3>
<div class="sheet-section sheet-status-quo">
<textarea name="attr_mundane-status-quo" title="@{mundane-status-quo}"></textarea>
</div>
</div>
</div>
<h3><strong data-i18n="movers-and-shakers">Movers and Shakers</strong></h3>
<h4 data-i18n="the-current-order">The Current Order</h4>
<h4 class="sheet-movers-shakers-x2" data-i18n="who-wants-to-maintain-the-status-quo" data-i18n-vars="<strong>|</strong>">Who wants to {{0}}maintain the status quo?{{1}}</h4>
<h4 class="sheet-movers-shakers-x2" data-i18n="who-wants-to-rock-the-boat" data-i18n-vars="<strong>|</strong>">Who wants to {{0}}rock the boat?{{1}}</h4>
<h4 class="sheet-movers-shakers-y" data-i18n="the-supernatural">The Supernatural</h4>
<h4 class="sheet-movers-shakers-y2" data-i18n="who-is-in-the-know" data-i18n-vars="<strong>|</strong>">Who is {{0}}in the know?{{1}}</h4>
<h4 class="sheet-movers-shakers-y2" data-i18n="who-is-in-the-dark" data-i18n-vars="<strong>|</strong>">Who is {{0}}in the dark?{{1}}</h4>
<div class="sheet-section sheet-movers-shakers">
<textarea class="sheet-movers-shakers" name="attr_dark-rock" title="@{dark-rock}"></textarea>
<textarea class="sheet-movers-shakers" name="attr_dark-quo" title="@{dark-quo}"></textarea>
<textarea class="sheet-movers-shakers" name="attr_know-rock" title="@{know-rock}"></textarea>
<textarea class="sheet-movers-shakers" name="attr_know-quo" title="@{know-quo}"></textarea><br style="clear:both">
</div>
</div>
</div>
<div class="sheet-tab sheet-tab-character">
<h2 data-i18n="game-title">The Dresden Files Role-Playing Game</h2>
<h1 data-i18n="character-title">Character Sheet</h1>
<div class="sheet-2colrow">
<div class="sheet-col">
<div class="sheet-input">
<div class="sheet-input-left" data-i18n="character">Character</div>
<input type="text" name="attr_character_name" title="@{character_name}">
</div>
<div class="sheet-section">
<h3><strong data-i18n="aspects">Aspects</strong></h3>
<h4 data-i18n="high-concept">High Concept</h4>
<input type="text" class="sheet-invisible" name="attr_high-concept" title="@{high-concept}">
<h4 data-i18n="trouble">Trouble</h4>
<input type="text" class="sheet-invisible" name="attr_trouble" title="@{trouble}">
<h4 data-i18n="other-aspects">Other Aspects</h4>
<input type="text" class="sheet-invisible" style="margin-bottom:5px" name="attr_phase-one" title="@{phase-one}">
<input type="text" class="sheet-invisible" style="margin-bottom:5px" name="attr_phase-two" title="@{phase-two}">
<input type="text" class="sheet-invisible" style="margin-bottom:5px" name="attr_phase-three" title="@{phase-three}">
<input type="text" class="sheet-invisible" style="margin-bottom:5px" name="attr_phase-four" title="@{phase-four}">
<input type="text" class="sheet-invisible" style="margin-bottom:5px" name="attr_phase-five" title="@{phase-five}">
</div>
<div class="sheet-section">
<h3><strong data-i18n="stress">Stress</strong></h3>
<input type="checkbox" name="attr_additional-stress" class="sheet-additional-stress-helper" style="display:none" value="1">
<table class="sheet-stress">
<tbody>
<tr>
<td></td>
<th><h4>1</h4></th>
<th><h4>2</h4></th>
<th><h4>3</h4></th>
<th><h4>4</h4></th>
<th><h4>5</h4></th>
<th><h4>6</h4></th>
<th><h4>7</h4></th>
<th><h4>8</h4></th>
</tr>
<tr>
<th>
<h3 data-i18n="physical">Physical</h3>
<h4>(<span data-i18n="endurance">Endurance</span>)</h4>
</th>
<td>
<input class="sheet-radio-check" type="checkbox" name="attr_physical-stress1" value="1" title="@{physical-stress1}">
<span></span>
</td>
<td>
<input class="sheet-radio-check" type="checkbox" name="attr_physical-stress2" value="1" title="@{physical-stress2}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_physical-stress-3" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_physical-stress3" value="1" title="@{physical-stress3}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_physical-stress-4" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_physical-stress4" value="1" title="@{physical-stress4}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_physical-stress-5" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_physical-stress5" value="1" title="@{physical-stress5}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_physical-stress-6" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_physical-stress6" value="1" title="@{physical-stress6}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_physical-stress-7" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_physical-stress7" value="1" title="@{physical-stress7}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_physical-stress-8" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_physical-stress8" value="1" title="@{physical-stress8}">
<span></span>
</td>
</tr>
<tr>
<th>
<h3 data-i18n="mental">Mental</h3>
<h4>(<span data-i18n="conviction">Conviction</span>)</h4>
</th>
<td>
<input class="sheet-radio-check" type="checkbox" name="attr_mental-stress1" value="1" title="@{mental-stress1}">
<span></span>
</td>
<td>
<input class="sheet-radio-check" type="checkbox" name="attr_mental-stress2" value="1" title="@{mental-stress2}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_mental-stress-3" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_mental-stress3" value="1" title="@{mental-stress3}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_mental-stress-4" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_mental-stress4" value="1" title="@{mental-stress4}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_mental-stress-5" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_mental-stress5" value="1" title="@{mental-stress5}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_mental-stress-6" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_mental-stress6" value="1" title="@{mental-stress6}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_mental-stress-7" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_mental-stress7" value="1" title="@{mental-stress7}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_mental-stress-8" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_mental-stress8" value="1" title="@{mental-stress8}">
<span></span>
</td>
</tr>
<tr>
<th>
<h3 data-i18n="social">Social</h3>
<h4>(<span data-i18n="presence">Presence</span>)</h4>
</th>
<td>
<input class="sheet-radio-check" type="checkbox" name="attr_social-stress1" value="1" title="@{social-stress1}">
<span></span>
</td>
<td>
<input class="sheet-radio-check" type="checkbox" name="attr_social-stress2" value="1" title="@{social-stress2}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_social-stress-3" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_social-stress3" value="1" title="@{social-stress3}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_social-stress-4" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_social-stress4" value="1" title="@{social-stress4}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_social-stress-5" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_social-stress5" value="1" title="@{social-stress5}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_social-stress-6" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_social-stress6" value="1" title="@{social-stress6}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_social-stress-7" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_social-stress7" value="1" title="@{social-stress7}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_social-stress-8" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_social-stress8" value="1" title="@{social-stress8}">
<span></span>
</td>
</tr>
<tr>
<td colspan="9" class="sheet-additional-stress">
<input type="checkbox" name="attr_additional-stress" class="sheet-enable-additional-stress" value="1">
<span data-i18n="add-additional-stress">Add Additional Stress</span>
<span data-i18n="clear-additional-stress">Clear Additional Stress</span>
</td>
</tr>
<tr class="sheet-additional-stress">
<th style="max-width:100px">
<h3><input type="text" name="attr_stress-name" title="@{stress-name}" data-i18n-placeholder="hunger" placeholder="Hunger" class="sheet-invisible"></h3>
<h4>(<input type="text" name="attr_stress-skill" title="@{stress-skill}" data-i18n-placeholder="discipline" placeholder="Discipline" class="sheet-invisible" style="width:90%">)</h4>
</th>
<td>
<input class="sheet-radio-check" type="checkbox" name="attr_stress1" value="1" title="@{stress1}">
<span></span>
</td>
<td>
<input class="sheet-radio-check" type="checkbox" name="attr_stress2" value="1" title="@{stress2}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_stress-3" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_stress3" value="1" title="@{stress3}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_stress-4" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_stress4" value="1" title="@{stress4}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_stress-5" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_stress5" value="1" title="@{stress5}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_stress-6" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_stress6" value="1" title="@{stress6}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_stress-7" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_stress7" value="1" title="@{stress7}">
<span></span>
</td>
<td>
<input type="checkbox" name="attr_stress-8" value="1">
<input class="sheet-radio-check" type="checkbox" name="attr_stress8" value="1" title="@{stress8}">
<span></span>
</td>
</tr>
<tr>
<th>
<h3><span data-i18n="armor-etc">Armor, Etc</span>:</h3>
</th>
<td colspan="8"><input type="text" class="sheet-invisible" name="attr_armor" title="@{armor}"></td>
</tr>
</tbody>
</table>
</div>
<div class="sheet-section">
<h3><strong dta-i18n="consequences" data-i18n="consequences">Consequences</strong></h3>
<table class="sheet-consequences">
<tbody>
<tr>
<th><h4 data-i18n="type">type</h4></th>
<th><h4 data-i18n="physical-mental-social">P/M/S</h4></th>
<th><h4 data-i18n="stress">Stress</h4></th>
<th><h4 data-i18n="used">Used?</h4></th>
<th><h4 style="text-align:right" data-i18n="aspect">Aspect</h4></th>
</tr>
<tr>
<td><h4 data-i18n="mild">Mild</h4></td>
<td><h4 data-i18n="any">ANY</h4></td>
<td><h4>-2</h4></td>
<td>
<input type="checkbox" name="attr_mild-consequence" value="1" title="@{mild-consequence}">
<span></span>
</td>
<td><input type="text" class="sheet-invisible" name="attr_mild-aspect" title="@{mild-aspect}"></td>
</tr>
<tr>
<td><h4 data-i18n="moderate">Moderate</h4></td>
<td><h4 data-i18n="any">ANY</h4></td>
<td><h4>-4</h4></td>
<td>
<input type="checkbox" name="attr_moderate-consequence" value="1" title="@{moderate-consequence}">
<span></span>
</td>
<td><input type="text" class="sheet-invisible" name="attr_moderate-aspect" title="@{moderate-aspect}"></td>
</tr>
<tr>
<td><h4 data-i18n="severe">Severe</h4></td>
<td><h4 data-i18n="any">ANY</h4></td>
<td><h4>-6</h4></td>
<td>
<input type="checkbox" name="attr_severe-consequence" value="1" title="@{severe-consequence}">
<span></span>
</td>
<td><input type="text" class="sheet-invisible" name="attr_severe-aspect" title="@{severe-aspect}"></td>
</tr>
<tr>
<td>
<select name="attr_additional-consequence-1" title="@{additional-consequence-1}">
<option value=""></option>
<option value="-2" data-i18n="mild">Mild</option>
<option value="-4" data-i18n="moderate">Moderate</option>
<option value="-6" data-i18n="severe">Severe</option>
</select>
</td>
<td>
<select name="attr_additional-consequence-type-1" title="@{additional-consequence-type-1}">
<option value=""></option>
<option value="Any" data-i18n="any">ANY</option>
<option value="Physical" data-i18n="physical">Physical</option>
<option value="Mental" data-i18n="mental">Mental</option>
<option value="Social" data-i18n="social">Social</option>
</select>
</td>
<td><input type="number" name="attr_additional-consequence-value-1" disabled="disabled" value="@{additional-consequence-1}"></td>
<td>
<input type="checkbox" name="attr_additional-consequence-used-1" value="1" title="@{additional-consequence-used-1}">
<span></span>
</td>
<td><input type="text" class="sheet-invisible" name="attr_additional-consequence-aspect-1" title="@{additional-consequence-aspect-1}"></td>
</tr>
<tr>
<td>
<select name="attr_additional-consequence-2" title="@{additional-consequence-2}">
<option value=""></option>
<option value="-2" data-i18n="mild">Mild</option>
<option value="-4" data-i18n="moderate">Moderate</option>
<option value="-6" data-i18n="severe">Severe</option>
</select>
</td>
<td>
<select name="attr_additional-consequence-type-2" title="@{additional-consequence-type-2}">
<option value=""></option>
<option value="Any" data-i18n="any">ANY</option>
<option value="Physical" data-i18n="physical">Physical</option>
<option value="Mental" data-i18n="mental">Mental</option>
<option value="Social" data-i18n="social">Social</option>
</select>
</td>
<td><input type="number" name="attr_additional-consequence-value-2" disabled="disabled" value="@{additional-consequence-2}"></td>
<td>
<input type="checkbox" name="attr_additional-consequence-used-2" value="1" title="@{additional-consequence-used-2}">
<span></span>
</td>
<td><input type="text" class="sheet-invisible" name="attr_additional-consequence-aspect-2" title="@{additional-consequence-aspect-2}"></td>
</tr>
<tr>
<td>
<select name="attr_additional-consequence-3" title="@{additional-consequence-3}">
<option value=""></option>
<option value="-2" data-i18n="mild">Mild</option>
<option value="-4" data-i18n="moderate">Moderate</option>
<option value="-6" data-i18n="severe">Severe</option>
</select>
</td>
<td>
<select name="attr_additional-consequence-type-3" title="@{additional-consequence-type-3}">
<option value=""></option>
<option value="Any" data-i18n="any">ANY</option>
<option value="Physical" data-i18n="physical">Physical</option>
<option value="Mental" data-i18n="mental">Mental</option>
<option value="Social" data-i18n="social">Social</option>
</select>
</td>
<td><input type="number" name="attr_additional-consequence-value-3" disabled="disabled" value="@{additional-consequence-3}"></td>
<td>
<input type="checkbox" name="attr_additional-consequence-used-3" value="1" title="@{additional-consequence-used-3}">
<span></span>
</td>
<td><input type="text" class="sheet-invisible" name="attr_additional-consequence-aspect-3" title="@{additional-consequence-aspect-3}"></td>
</tr>
<tr>
<td><h4 data-i18n="extreme">Extreme</h4></td>
<td><h4 data-i18n="any">ANY</h4></td>
<td><h4>-8</h4></td>
<td>
<input type="checkbox" name="attr_extreme-consequence" value="1" title="@{extreme-consequence}">
<span></span>
</td>
<td><p class="sheet-consequence" data-i18n="replace-permanent">Replace Permanent</p></td>
</tr>
</tbody>
</table>
</div>
<div class="sheet-section" style="position:relative">
<div class="sheet-2colrow">
<div class="sheet-col">
<h4 style="text-align:left" data-i18n="power-level">Power Level</h4>
<select name="attr_power-level" title="@{power-level}">
<option value="1" data-i18n="level-feet-in-the-water">Feet in the Water</option>
<option value="2" data-i18n="level-up-to-your-waist">Up to Your Waist</option>
<option value="3" data-i18n="level-chest-deep">Chest-Deep</option>
<option value="4" data-i18n="level-submerged">Submerged</option>
</select>
</div>
<div class="sheet-col">
<h4 style="text-align:left" data-i18n="skill-cap">Skill Cap</h4>
<input type="number" name="attr_skill-cap" disabled="disabled" style="margin-left:3em" value="floor(@{power-level} / 3) + 4">
</div>
</div>
<div style="margin-bottom:30px">
<h4 style="display:inline-block;font-size:95%" data-i18n="skill-points-spent">Skill Points Spent</h4>
<input type="number" name="attr_skill-points" disabled="disabled" value="@{average-count} + @{fair-count} * 2 + @{good-count} * 3 + @{great-count} * 4 + @{superb-count} * 5">
<h4 style="display:inline-block;font-size:95%" data-i18n="total-available">Total Available</h4>
<input type="number" name="attr_total-skill-points" disabled="disabled" value="@{power-level} * 5 + 15">
</div>
<div class="sheet-base-refresh">
<input type="number" name="attr_base-refresh" disabled="disabled" value="@{power-level} + 5 + floor(@{power-level} / 4)">
<h4 data-i18n="base-refresh-level">Base Refresh Level</h4>
</div>
<div class="sheet-adjusted-refresh">
<input type="number" name="attr_adjusted-refresh" disabled="disabled" value="@{base-refresh} - abs(@{total-refresh-adjustment})">
<h4 data-i18n="adjusted-refresh">Adjusted Refresh</h4>
</div>
<div class="sheet-current-fate-points">
<input type="number" name="attr_current-fp" title="@{current-fp}" min="0">
<h4 data-i18n="fate-points">Fate Points</h4>
</div>
<div class="sheet-fate-points">
<img src="http://i.imgur.com/TFX64KA.png" />
<h4 class="sheet-fp-overlay" data-i18n="current-fate-points">Current<br>Fate Points</h4>
</div>
<div></div>
</div>
</div>
<div class="sheet-col">
<div class="sheet-input">
<div class="sheet-input-right" data-i18n="player">Player</div>
<input type="text" name="attr_player" title="@{player}">
</div>
<div class="sheet-section">
<h3><strong data-i18n="skills">Skills</strong></h3>
<div class="sheet-superb-skills">
<h4 data-i18n="superb" data-i18n-vars=" (+5)">Superb{{0}}</h4>
<div class="sheet-repeating">
<fieldset class="repeating_superb">
<input type="text" class="sheet-invisible sheet-inline-input" name="attr_superb-skill"><span class="sheet-skill-delimiter">,</span>
</fieldset>
</div>
<div class="sheet-slots">
<span data-i18n="number-of-slots"># of Slots:</span>
<input type="number" name="attr_superb-count" title="@{superb-count}" min="0" value="0" readonly="readonly">
<button type="roll" name="roll_superb" title="%{superb}" value="&{template:superb} {{roll=[[4df+5+?{Bonus|0}]]}}">&nbsp;</button>
</div>
</div>
<div class="sheet-great-skills">
<h4 data-i18n="great" data-i18n-vars=" (+4)">Great{{0}}</h4>
<div class="sheet-repeating">
<fieldset class="repeating_great">
<input type="text" class="sheet-invisible sheet-inline-input" name="attr_great-skill"><span class="sheet-skill-delimiter">,</span>
</fieldset>
</div>
<div class="sheet-slots">
<span data-i18n="number-of-slots"># of Slots:</span>
<input type="number" name="attr_great-count" title="@{great-count}" min="0" value="0" readonly="readonly">
<button type="roll" name="roll_great" title="%{great}" value="&{template:great} {{roll=[[4df+4+?{Bonus|0}]]}}">+-&nbsp;+</button>
</div>
</div>
<div class="sheet-good-skills">
<h4 data-i18n="good" data-i18n-vars=" (+3)">Good{{0}}</h4>
<div class="sheet-repeating">
<fieldset class="repeating_good">
<input type="text" class="sheet-invisible sheet-inline-input" name="attr_good-skill"><span class="sheet-skill-delimiter">,</span>
</fieldset>
</div>
<div class="sheet-slots">
<span data-i18n="number-of-slots"># of Slots:</span>
<input type="number" name="attr_good-count" title="@{good-count}" min="0" value="0" readonly="readonly">
<button type="roll" name="roll_good" title="%{good}" value="&{template:good} {{roll=[[4df+3+?{Bonus|0}]]}}">-+++</button>
</div>
</div>
<div class="sheet-fair-skills">
<h4 data-i18n="fair" data-i18n-vars=" (+2)">Fair{{0}}</h4>
<div class="sheet-repeating">
<fieldset class="repeating_fair">
<input type="text" class="sheet-invisible sheet-inline-input" name="attr_fair-skill"><span class="sheet-skill-delimiter">,</span>
</fieldset>
</div>
<div class="sheet-slots">
<span data-i18n="number-of-slots"># of Slots:</span>
<input type="number" name="attr_fair-count" title="@{fair-count}" min="0" value="0" readonly="readonly">
<button type="roll" name="roll_fair" title="%{fair}" value="&{template:fair} {{roll=[[4df+2+?{Bonus|0}]]}}">+&nbsp;++</button>
</div>
</div>
<div class="sheet-average-skills">
<h4 data-i18n="average" data-i18n-vars=" (+1)">Average{{0}}</h4>
<div class="sheet-repeating">
<fieldset class="repeating_average">
<input type="text" class="sheet-invisible sheet-inline-input" name="attr_average-skill"><span class="sheet-skill-delimiter">,</span>
</fieldset>
</div>
<div class="sheet-slots">
<span data-i18n="number-of-slots"># of Slots:</span>
<input type="number" name="attr_average-count" title="@{average-count}" min="0" value="0" readonly="readonly">
<button type="roll" name="roll_average" title="%{average}" value="&{template:average} {{roll=[[4df+1+?{Bonus|0}]]}}">++++</button>
</div>
</div>
<div class="sheet-mediocre-skills">
<div class="sheet-slots">
<h4 style="margin-left:0" data-i18n="mediocre" data-i18n-vars=" (+0)">Mediocre{{0}}</h4>
<button type="roll" name="roll_mediocre" title="%{mediocre}" value="&{template:mediocre} {{roll=[[4df+?{Bonus|0}]]}}">----</button>
<button type="roll" name="roll_poor" style="display:none" value="&{template:poor} {{roll=[[4df-1+?{Bonus|0}]]}}"></button>
<button type="roll" name="roll_terrible" style="display:none" value="&{template:terrible}} {{roll=[[4df-2+?{Bonus|0}]]}}"></button>
</div>
</div>
</div>
<div class="sheet-section" style="position:relative">
<h3><strong data-i18n="stunts-and-powers">Stunts & Powers</strong></h3>
<h4 style="display:inline-block;width:40px" data-i18n="cost">Cost</h4>
<h4 style="display:inline-block" data-i18n="ability">Ability</h4>
<div class="sheet-powers">
<fieldset class="repeating_powers">
<input type="number" name="attr_power-cost">
<input type="text" class="sheet-invisible" name="attr_power">
</fieldset>
</div>
<h3><strong data-i18n="additional-notes">Additional Notes</strong></h3>
<textarea name="attr_additional-notes" title="@{additional-notes}"></textarea>
<div class="sheet-refresh-adjust">
<input type="number" name="attr_total-refresh-adjustment" title="@{total-refresh-adjustment}" readonly="readonly">
<h4 data-i18n="total-refresh-adjustment">Total Refresh Adjustment</h4>
</div>
<div class="sheet-section sheet-ladder">
<h4 data-i18n="the-ladder">The Ladder</h4>
<ul>
<li><span data-i18n="legendary">Legendary</span> <span class="sheet-value">+8</span></li>
<li><span data-i18n="epic">Epic</span> <span class="sheet-value">+7</span></li>
<li><span data-i18n="fantastic">Fantastic</span> <span class="sheet-value">+6</span></li>
<li><span data-i18n="superb" data-i18n-vars=" ">Superb</span> <span class="sheet-value">+5</span></li>
<li><span data-i18n="great" data-i18n-vars=" ">Great</span> <span class="sheet-value">+4</span></li>
<li><span data-i18n="good" data-i18n-vars=" ">Good</span> <span class="sheet-value">+3</span></li>
<li><span data-i18n="fair" data-i18n-vars=" ">Fair</span> <span class="sheet-value">+2</span></li>
<li><span data-i18n="average" data-i18n-vars=" ">Average</span> <span class="sheet-value">+1</span></li>
<li><span data-i18n="mediocre" data-i18n-vars=" ">Mediocre</span> <span class="sheet-value">+0</span></li>
<li><span data-i18n="poor">Poor</span> <span class="sheet-value">-1</span></li>
<li><span data-i18n="terrible">Terrible</span> <span class="sheet-value">-2</span></li>
</ul>
</div>
<br style="clear:both">
</div>
</div>
</div>
</div>
<div class="sheet-tab sheet-tab-worksheet">
<h2 data-i18n="game-title">The Dresden Files Role-Playing Game</h2>
<h1 data-i18n="worksheet-title">Character Phases Worksheet</h1>
<div class="sheet-2colrow">
<div class="sheet-col">
<div class="sheet-input">
<div class="sheet-input-left" data-i18n="character">Character</div>
<input type="text" name="attr_character_name" title="@{character_name}">
</div>
<div class="sheet-input">
<div class="sheet-input-left" data-i18n="template">Template</div>
<input type="text" name="attr_template" title="@{template}">
</div>
<div class="sheet-input">
<div class="sheet-input-left" data-i18n="musts">Musts</div>
<input type="text" name="attr_musts" title="@{musts}">
</div>
</div>
<div class="sheet-col">
<div class="sheet-input">
<div class="sheet-input-right" data-i18n="player">Player</div>
<input type="text" name="attr_player" title="@{player}">
</div>
<div class="sheet-input">
<div class="sheet-input-right" data-i18n="high-concept-aspect">High Concept Aspect</div>
<input type="text" name="attr_high-concept" title="@{high-concept}">
</div>
<div class="sheet-input">
<div class="sheet-input-right" data-i18n="trouble-aspect">Trouble Aspect</div>
<input type="text" name="attr_trouble" title="@{trouble}">
</div>
</div>
</div>
<div class="sheet-section">
<h3 data-i18n="background" data-i18n-vars="<strong>|</strong>">{{0}}Background:{{1}} Where did you come from?</h3>
<h3 class="sheet-phase sheet-phase-one" data-i18n="phase-one" data-i18n-vars="<strong>|</strong>">Phase {{0}}one{{1}}</h3>
<div class="sheet-2colrow">
<div class="sheet-col">
<p class="sheet-aspect-events" data-i18n="events">Events</p>
<textarea class="sheet-aspect-events" name="attr_phase-one-events" title="@{phase-one-events}"></textarea>
</div>
<div class="sheet-col">
<p class="sheet-aspect-desc" data-i18n="phase-one-description">
What nation, region, culture are you from? What were your family circumstances
like? What's your relationship with your family? How were you
educated? What were your friends like? Did you get into trouble much?
If you're supernatural, how early did you learn this? Were there problems?
</p>
<div class="sheet-input">
<div class="sheet-input-right" data-i18n="phase-aspect">Phase Aspect</div>
<input type="text" name="attr_phase-one" title="@{phase-one}">
</div>
</div>
</div>
</div>
<div class="sheet-section">
<h3 data-i18n="rising-conflict" data-i18n-vars="<strong>|</strong>">{{0}}Rising Conflict:{{1}} What shaped you?</h3>
<h3 class="sheet-phase sheet-phase-two" data-i18n="phase-two" data-i18n-vars="<strong>|</strong>">Phase {{0}}two{{1}}</h3>
<div class="sheet-2colrow">
<div class="sheet-col">
<p class="sheet-aspect-events" data-i18n="events">Events</p>
<textarea class="sheet-aspect-events" name="attr_phase-two-events" title="@{phase-two-events}"></textarea>
</div>
<div class="sheet-col">
<p class="sheet-aspect-desc" data-i18n="phase-two-description">
Who were the prominent people in your life at this point? Do you have
enemies? Close and fast friends? How did your high concept and trouble
aspects shape you and events around you? What were the most significant
choices you made? What lessons did you learn in this time?
</p>
<div class="sheet-input">
<div class="sheet-input-right" data-i18n="phase-aspect">Phase Aspect</div>
<input type="text" name="attr_phase-two" title="@{phase-two}">
</div>
</div>
</div>
</div>
<div class="sheet-section">
<h3 data-i18n="the-story" data-i18n-vars="<strong>|</strong>">{{0}}The Story:{{1}} What was your first adventure?</h3>
<h3 class="sheet-phase sheet-phase-three" data-i18n="phase-three" data-i18n-vars="<strong>|</strong>">Phase {{0}}three{{1}}</h3>
<div class="sheet-2colrow">
<div class="sheet-col">
<p class="sheet-aspect-events" data-i18n="events">Events</p>
<textarea class="sheet-aspect-events" name="attr_phase-three-events" title="@{phase-three-events}" style="margin-left: 31px"></textarea>
</div>
<div class="sheet-col">
<p class="sheet-aspect-desc sheet-aspect-label" data-i18n="story-title">Story Title</p>
<input type="text" class="sheet-invisible" name="attr_phase-three-story-title" title="@{phase-three-story-title}">
<p class="sheet-aspect-desc sheet-aspect-label" data-i18n="guest-starring">Guest Starring...</p>
<input type="text" class="sheet-invisible" name="attr_phase-three-guest" title="@{phase-three-guest}">
<div class="sheet-input">
<div class="sheet-input-right" data-i18n="phase-aspect">Phase Aspect</div>
<input type="text" name="attr_phase-three" title="@{phase-three}">
</div>
</div>
</div>
</div>
<div class="sheet-section">
<h3 data-i18n="guest-star" data-i18n-vars="<strong>|</strong>">{{0}}Guest Star:{{1}} Whose path have you crossed?</h3>
<h3 class="sheet-phase sheet-phase-four" data-i18n="phase-four" data-i18n-vars="<strong>|</strong>">Phase {{0}}four{{1}}</h3>
<div class="sheet-2colrow">
<div class="sheet-col">
<p class="sheet-aspect-events" data-i18n="events">Events</p>
<textarea class="sheet-aspect-events" name="attr_phase-four-events" title="@{phase-four-events}" style="margin-left: 31px"></textarea>
</div>
<div class="sheet-col">
<p class="sheet-aspect-desc sheet-aspect-label" data-i18n="story-title">Story Title</p>
<input type="text" class="sheet-invisible" name="attr_phase-four-story-title" title="@{phase-four-story-title}">
<p class="sheet-aspect-desc sheet-aspect-label" data-i18n="whose-story">Whose story was this? Who else was in it?</p>
<input type="text" class="sheet-invisible" name="attr_phase-four-guest" title="@{phase-four-guest}">
<div class="sheet-input">
<div class="sheet-input-right" data-i18n="phase-aspect">Phase Aspect</div>
<input type="text" name="attr_phase-four" title="@{phase-four}">
</div>
</div>
</div>
</div>
<div class="sheet-section">
<h3 data-i18n="guest-star-redux" data-i18n-vars="<strong>|</strong>">{{0}}Guest Star Redux:{{1}} Whose else's path have you crossed?</h3>
<h3 class="sheet-phase sheet-phase-five" data-i18n="phase-five" data-i18n-vars="<strong>|</strong>">Phase {{0}}five{{1}}</h3>
<div class="sheet-2colrow">
<div class="sheet-col">
<p class="sheet-aspect-events" data-i18n="events">Events</p>
<textarea class="sheet-aspect-events" name="attr_phase-five-events" title="@{phase-five-events}" style="margin-left: 31px"></textarea>
</div>
<div class="sheet-col">
<p class="sheet-aspect-desc sheet-aspect-label" data-i18n="story-title">Story Title</p>
<input type="text" class="sheet-invisible" name="attr_phase-five-story-title" title="@{phase-five-story-title}">
<p class="sheet-aspect-desc sheet-aspect-label" data-i18n="whose-story">Whose story was this? Who else was in it?</p>
<input type="text" class="sheet-invisible" name="attr_phase-five-guest" title="@{phase-five-guest}">
<div class="sheet-input">
<div class="sheet-input-right" data-i18n="phase-aspect">Phase Aspect</div>
<input type="text" name="attr_phase-five" title="@{phase-five}">
</div>
</div>
</div>
</div>
</div>
<script type="text/worker">
on('change:repeating_superb change:repeating_great change:repeating_good change:repeating_fair change:repeating_average '
+ 'remove:repeating_superb remove:repeating_great remove:repeating_good remove:repeating_fair remove:repeating_average', function(eventInfo) {
getSectionIDs('repeating_superb', function(idarray) { setAttrs({ 'superb-count': idarray.length }); });
getSectionIDs('repeating_great', function(idarray) { setAttrs({ 'great-count': idarray.length }); });
getSectionIDs('repeating_good', function(idarray) { setAttrs({ 'good-count': idarray.length }); });
getSectionIDs('repeating_fair', function(idarray) { setAttrs({ 'fair-count': idarray.length }); });
getSectionIDs('repeating_average', function(idarray) { setAttrs({ 'average-count': idarray.length }); });
});
on('change:repeating_powers remove:repeating_powers', function(eventInfo) {
getSectionIDs('repeating_powers', function(idarray) {
var costIds = idarray.map(function(rowid) { return 'repeating_powers_' + rowid + '_power-cost'; });
getAttrs(costIds, function(values) {
var total = i = 0;
for(; i < costIds.length; i++) {
total += parseInt(values[costIds[i]]) || 0;
}
setAttrs({ 'total-refresh-adjustment': total });
});
});
});
</script>