|
|
@@ -0,0 +1,185 @@ |
|
|
<!-- Faction Sheet --> |
|
|
<input type="checkbox" name="attr_sheet_type" class="sheet-hider sheet-hidden" value="faction"> |
|
|
<div class="sheet-type-faction sheet-flex-wrap"> |
|
|
<input type="checkbox" name="attr_setting_clocks_only" class="sheet-hidden sheet-input-clocks-only" value="1"> |
|
|
<div class="sheet-factiontitle sheet-flex sheet-col100"> |
|
|
<input type="text" spellcheck="false" name="attr_factions_title" class="sheet-label" value="Factions of Doskvol"> |
|
|
<input type="checkbox" name="attr_show_faction_generatebutton" class="sheet-hidden sheet-hider" value="1" checked> |
|
|
<label class="sheet-generatebutton"> |
|
|
<input type="checkbox" name="attr_generate_factions"> |
|
|
<span data-i18n="generate_factions">Generate Factions</span> |
|
|
</label> |
|
|
<button type="roll" name="roll_Fortune" class="sheet-fortunebutton sheet-borderbutton" value='&{template:bitd} {{fortune=1}} {{title-fortune=1}} {{title=^{fortune}}} {{short=1}} {{roll1=[[[[{@{numberofdice},1}kl1]]d6]]}} {{roll2=[[[[{[[@{numberofdice}]]-1,1}kl1]]d6]]}} {{roll3=[[[[{[[@{numberofdice}-2]],1}kl1]]d6]]}} {{roll4=[[[[{[[@{numberofdice}-3]],1}kl1]]d6]]}} {{roll5=[[[[{[[@{numberofdice}-4]],1}kl1]]d6]]}} {{roll6=[[[[{[[@{numberofdice}-5]],1}kl1]]d6]]}} {{roll7=[[[[{[[@{numberofdice}-6]],1}kl1]]d6]]}} {{roll8=[[[[{[[@{numberofdice}-7]],1}kl1]]d6]]}} {{roll9=[[[[{[[@{numberofdice}-8]],1}kl1]]d6]]}} {{roll10=[[[[{[[@{numberofdice}-9]],1}kl1]]d6]]}} {{roll11=[[[[{[[@{numberofdice}-10]],1}kl1]]d6]]}} {{roll12=[[[[{[[@{numberofdice}-11]],1}kl1]]d6]]}} {{zerodice=[[[[{[[1-(@{numberofdice})]],1}kl1]]d6]], [[[[{[[1-(@{numberofdice})]],1}kl1]]d6]]}} {{notes=@{notes_query}}} @{title_text}' data-i18n="roll_fortune">Roll Fortune</button> |
|
|
</div> |
|
|
<div class="sheet-factions sheet-flex"> |
|
|
<div class="sheet-col24b sheet-white-repcontrol"> |
|
|
<div class="sheet-factions-header sheet-flex sheet-uppercase"> |
|
|
<input type="text" spellcheck="false" name="attr_factions1_header" class="sheet-faction-name sheet-label" value="Underworld"> |
|
|
<span class="sheet-faction-tier" data-i18n="tier">Tier</span> |
|
|
<span class="sheet-faction-hold" data-i18n="hold">Hold</span> |
|
|
<span class="sheet-faction-status" data-i18n="status">Status</span> |
|
|
</div> |
|
|
<fieldset class="repeating_factions1"> |
|
|
<div class="sheet-faction"> |
|
|
<input type="checkbox" name="attr_expand" class="sheet-expand" value="1"> |
|
|
<span></span> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-name" name="attr_name"> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-tier" name="attr_tier"> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-hold" name="attr_hold"> |
|
|
<input type="number" class="sheet-faction-status" name="attr_status"> |
|
|
<textarea spellcheck="false" name="attr_notes" data-i18n-placeholder="faction_notes" placeholder="Faction notes"></textarea> |
|
|
</div> |
|
|
</fieldset> |
|
|
</div> |
|
|
<div class="sheet-col24b sheet-white-repcontrol"> |
|
|
<div class="sheet-factions-header sheet-flex sheet-uppercase"> |
|
|
<input type="text" spellcheck="false" name="attr_factions2_header" class="sheet-faction-name sheet-label" value="Institutions"> |
|
|
<span class="sheet-faction-tier" data-i18n="tier">Tier</span> |
|
|
<span class="sheet-faction-hold" data-i18n="hold">Hold</span> |
|
|
<span class="sheet-faction-status" data-i18n="status">Status</span> |
|
|
</div> |
|
|
<fieldset class="repeating_factions2"> |
|
|
<div class="sheet-faction"> |
|
|
<input type="checkbox" name="attr_expand" class="sheet-expand" value="1"> |
|
|
<span></span> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-name" name="attr_name"> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-tier" name="attr_tier"> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-hold" name="attr_hold"> |
|
|
<input type="number" class="sheet-faction-status" name="attr_status"> |
|
|
<textarea spellcheck="false" name="attr_notes" data-i18n-placeholder="faction_notes" placeholder="Faction notes"></textarea> |
|
|
</div> |
|
|
</fieldset> |
|
|
</div> |
|
|
<div class="sheet-col24b sheet-white-repcontrol"> |
|
|
<div class="sheet-factions-header sheet-flex sheet-uppercase"> |
|
|
<input type="text" spellcheck="false" name="attr_factions3_header" class="sheet-faction-name sheet-label" value="Labor & Trade"> |
|
|
<span class="sheet-faction-tier" data-i18n="tier">Tier</span> |
|
|
<span class="sheet-faction-hold" data-i18n="hold">Hold</span> |
|
|
<span class="sheet-faction-status" data-i18n="status">Status</span> |
|
|
</div> |
|
|
<fieldset class="repeating_factions3"> |
|
|
<div class="sheet-faction"> |
|
|
<input type="checkbox" name="attr_expand" class="sheet-expand" value="1"> |
|
|
<span></span> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-name" name="attr_name"> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-tier" name="attr_tier"> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-hold" name="attr_hold"> |
|
|
<input type="number" class="sheet-faction-status" name="attr_status"> |
|
|
<textarea spellcheck="false" name="attr_notes" data-i18n-placeholder="faction_notes" placeholder="Faction notes"></textarea> |
|
|
</div> |
|
|
</fieldset> |
|
|
<div class="sheet-factions-header sheet-flex sheet-uppercase sheet-def-margin"> |
|
|
<input type="text" spellcheck="false" name="attr_factions4_header" class="sheet-faction-name sheet-label" value="The Fringe"> |
|
|
<span class="sheet-faction-tier" data-i18n="tier">Tier</span> |
|
|
<span class="sheet-faction-hold" data-i18n="hold">Hold</span> |
|
|
<span class="sheet-faction-status" data-i18n="status">Status</span> |
|
|
</div> |
|
|
<fieldset class="repeating_factions4"> |
|
|
<div class="sheet-faction"> |
|
|
<input type="checkbox" name="attr_expand" class="sheet-expand" value="1"> |
|
|
<span></span> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-name" name="attr_name"> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-tier" name="attr_tier"> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-hold" name="attr_hold"> |
|
|
<input type="number" class="sheet-faction-status" name="attr_status"> |
|
|
<textarea spellcheck="false" name="attr_notes" data-i18n-placeholder="faction_notes" placeholder="Faction notes"></textarea> |
|
|
</div> |
|
|
</fieldset> |
|
|
</div> |
|
|
<div class="sheet-col24b sheet-white-repcontrol"> |
|
|
<div class="sheet-factions-header sheet-flex sheet-uppercase"> |
|
|
<input type="text" spellcheck="false" name="attr_factions5_header" class="sheet-faction-name sheet-label" value="Citizenry"> |
|
|
<span class="sheet-faction-tier" data-i18n="tier">Tier</span> |
|
|
<span class="sheet-faction-hold" data-i18n="hold">Hold</span> |
|
|
<span class="sheet-faction-status" data-i18n="status">Status</span> |
|
|
</div> |
|
|
<fieldset class="repeating_factions5"> |
|
|
<div class="sheet-faction"> |
|
|
<input type="checkbox" name="attr_expand" class="sheet-expand" value="1"> |
|
|
<span></span> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-name" name="attr_name"> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-tier" name="attr_tier"> |
|
|
<input type="text" spellcheck="false" class="sheet-faction-hold" name="attr_hold"> |
|
|
<input type="number" class="sheet-faction-status" name="attr_status"> |
|
|
<textarea spellcheck="false" name="attr_notes" data-i18n-placeholder="faction_notes" placeholder="Faction notes"></textarea> |
|
|
</div> |
|
|
</fieldset> |
|
|
<div class="sheet-warblurb sheet-def-margin"> |
|
|
<div class="sheet-label" data-i18n="war">War</div> |
|
|
<ul> |
|
|
<li class="sheet-nondot" data-i18n="warblurb1">When you're at war with any number of factions (status -3), the following penalties apply:</li> |
|
|
<li data-i18n="warblurb2">Lose 1 hold (temporarily, while the war persists). This may knock you down a Tier.</li> |
|
|
<li data-i18n="warblurb3">PCs get only one free downtime action instead of two.</li> |
|
|
<li data-i18n="warblurb4">Take +1 heat from each score.</li> |
|
|
<li data-i18n="warblurb5">Your claims which generate coin (vice dens, fighting pits, fences, etc.) produce only half their normal income (round down).</li> |
|
|
</ul> |
|
|
</div> |
|
|
</div> |
|
|
</div> |
|
|
<div class="sheet-clocks sheet-col55 sheet-white-repcontrol"> |
|
|
<div class="sheet-specialheader sheet-label" data-i18n="clocks">Clocks</div> |
|
|
<fieldset class="repeating_factionclock"> |
|
|
<input type="hidden" name="attr_size" class="sheet-size" value=""> |
|
|
<div class="sheet-auto-expand sheet-smallcaps"> |
|
|
<span name="attr_name"></span> |
|
|
<textarea spellcheck="false" name="attr_name" data-i18n-placeholder="clock_name" placeholder="Clock Name"></textarea> |
|
|
</div> |
|
|
<button type="roll" class="sheet-broadcast-button" name="roll_Show" value="&{template:bitd-broadcast} {{title=@{name}}} {{clock=1}} {{clocksize=@{size}}} {{clockprogress=@{progress}}}" data-i18n-title="send_details_to_chat" title="Send details to chat">:</button> |
|
|
<div class="sheet-size-choice"> |
|
|
<label class="sheet-text-button"> |
|
|
<input type="radio" name="attr_size" value="4"> |
|
|
<span>4</span> |
|
|
</label> |
|
|
<label class="sheet-text-button"> |
|
|
<input type="radio" name="attr_size" value="6"> |
|
|
<span>6</span> |
|
|
</label> |
|
|
<label class="sheet-text-button"> |
|
|
<input type="radio" name="attr_size" value="8"> |
|
|
<span>8</span> |
|
|
</label> |
|
|
<label class="sheet-text-button"> |
|
|
<input type="radio" name="attr_size" value="10"> |
|
|
<span>10</span> |
|
|
</label> |
|
|
<label class="sheet-text-button"> |
|
|
<input type="radio" name="attr_size" value="12"> |
|
|
<span>12</span> |
|
|
</label> |
|
|
</div> |
|
|
<div class="sheet-clock-container"> |
|
|
<div class="sheet-spoke-0 sheet-all"></div> |
|
|
<div class="sheet-spoke-30 sheet-12clock"></div> |
|
|
<div class="sheet-spoke-45 sheet-8clock"></div> |
|
|
<div class="sheet-spoke-36 sheet-10clock"></div> |
|
|
<div class="sheet-spoke-60 sheet-6clock sheet-12clock"></div> |
|
|
<div class="sheet-spoke-72 sheet-10clock"></div> |
|
|
<div class="sheet-spoke-90 sheet-4clock sheet-8clock sheet-12clock"></div> |
|
|
<div class="sheet-spoke-108 sheet-10clock"></div> |
|
|
<div class="sheet-spoke-120 sheet-6clock sheet-12clock"></div> |
|
|
<div class="sheet-spoke-135 sheet-8clock"></div> |
|
|
<div class="sheet-spoke-144 sheet-10clock"></div> |
|
|
<div class="sheet-spoke-150 sheet-12clock"></div> |
|
|
<input type="radio" name="attr_progress" class="sheet-zero sheet-input-progress" value="0" checked> |
|
|
<span></span> |
|
|
<input type="radio" name="attr_progress" class="sheet-input-progress sheet-all" value="1"> |
|
|
<input type="radio" name="attr_progress" class="sheet-input-progress sheet-all" value="2"> |
|
|
<input type="radio" name="attr_progress" class="sheet-input-progress sheet-all" value="3"> |
|
|
<input type="radio" name="attr_progress" class="sheet-input-progress sheet-all" value="4"> |
|
|
<input type="radio" name="attr_progress" class="sheet-input-progress sheet-6clock sheet-8clock sheet-10clock sheet-12clock" value="5"> |
|
|
<input type="radio" name="attr_progress" class="sheet-input-progress sheet-6clock sheet-8clock sheet-10clock sheet-12clock" value="6"> |
|
|
<input type="radio" name="attr_progress" class="sheet-input-progress sheet-8clock sheet-10clock sheet-12clock" value="7"> |
|
|
<input type="radio" name="attr_progress" class="sheet-input-progress sheet-8clock sheet-10clock sheet-12clock" value="8"> |
|
|
<input type="radio" name="attr_progress" class="sheet-input-progress sheet-10clock sheet-12clock" value="9"> |
|
|
<input type="radio" name="attr_progress" class="sheet-input-progress sheet-10clock sheet-12clock" value="10"> |
|
|
<input type="radio" name="attr_progress" class="sheet-input-progress sheet-12clock" value="11"> |
|
|
<input type="radio" name="attr_progress" class="sheet-input-progress sheet-12clock" value="12"> |
|
|
<div class="sheet-clock"></div> |
|
|
</div> |
|
|
</fieldset> |
|
|
</div> |
|
|
<div class="sheet-col45 sheet-right-column"> |
|
|
<textarea spellcheck="false" name="attr_faction_notes" class="sheet-notes" data-i18n-placeholder="notes" placeholder="Notes"></textarea> |
|
|
</div> |
|
|
</div> |
|
|
</div> |