Files
roll20-character-sheets/Tremulus/Tremulus.html
JBeighel 8a0b0a0746 Bug fixes for sheets: Delta Green, Monsterhearts-2, and Tremulus (#5291)
* Tremulus RPG

Added a sheet for the Tremulus RPG.  This is another one that is powered by the apocalypse

* Bug fix and translation start

Corrected a bug where many of the selected moves were linked.  They should now all be individuals.

Also started down the path of adding translation support.  Tags were added for the basic character details, as well as the left column of the playset.

The right column (moves) and all of the rolling macros still need marked up.

* Sheet translation

All the text on the sheet is marked up for translation.

None of the sheet macros are done though, need to look into how those would work.

* Translation done

All the translaction text should be in place.  All sheet values as well as visible macro text is accounted for.

* Delta green bug fix

Adding a fix for one of the bugs posted on the Roll20 Char Sheet git hub

* Fixed move attributes

The attr_ prefix on the checkboxes for moves had a type, using a hypen instead of an underscore.  This prevented the values from being saved.

* Translating Monsterhearts

Adding a translation file for the monsterhearts 2 sheet.  Updated lots of the HTML to have the needed tags.

Missing magic moves (witch hexes and infernal bargains), darkest self text, and all the stuff for experience and advancements.

* Sheet JSON rename

Had a file named wrong.

* Finished all sheet translactions

THe macros still need some work, both in the prompts as well as the displayed text.  Since images are used for some of the roll stuff that might be much trickier.

* Translation done

Corrected the sheet macros to use translatable text.  That should be the end of the translation work for Monsterhearts 2
2019-07-22 17:01:48 -05:00

1267 lines
105 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<div class="sheet-Wrapper">
<div class="sheet-Basics"><p align="center">
<b><i><span data-i18n="lbl-name">Name</span>:</i></b> <input type="text" name="attr_CharName" placeholder="First" style="width: 105px"/><input type="text" name="attr_CharName2" placeholder="Last" style="width: 105px"/>
<b><i><span data-i18n="lbl-playset">Playset</span>:</i></b>
<select class="sheet-PlaysetSelect" name="attr_PlaysetName" style="width: 150px" >
<option class="sheet-PlaysetSelect" value="1" checked="checked" data-i18n="playbook-alienist">The Alienist</span></option>
<option class="sheet-PlaysetSelect" value="2" data-i18n="playbook-antiquarian">The Antiquarian</span></option>
<option class="sheet-PlaysetSelect" value="3" data-i18n="playbook-author">The Author</span></option>
<option class="sheet-PlaysetSelect" value="4" data-i18n="playbook-devout">The Devout</span></option>
<option class="sheet-PlaysetSelect" value="5" data-i18n="playbook-detective">The Detective</span></option>
<option class="sheet-PlaysetSelect" value="6" data-i18n="playbook-dilettante">The Dilettante</span></option>
<option class="sheet-PlaysetSelect" value="7" data-i18n="playbook-doctor">The Doctor</span></option>
<option class="sheet-PlaysetSelect" value="8" data-i18n="playbook-heir">The Heir</option>
<option class="sheet-PlaysetSelect" value="9" data-i18n="playbook-journalist">The Journalist</span></option>
<option class="sheet-PlaysetSelect" value="10" data-i18n="playbook-professor">The Professor</span></option>
<option class="sheet-PlaysetSelect" value="11" data-i18n="playbook-salesman">The Salesman</span></option>
<option class="sheet-PlaysetSelect" value="99" data-i18n="playbook-custom">Custom Playset</span></option>
</select>
<b><i><span data-i18n="lbl-look">Look</span>:</i></b> <input type="text" name="attr_Look">
<div class="sheet-Notes"><h1><span data-i18n="lbl-notes">Notes</span></h1>
<textarea name="attr_Notes" rows="5" cols="30"></textarea><br>
</div>
</div>
<input type="radio" name="attr_PlaysetCheck" value="1" checked="checked"> <input type="radio" name="attr_PlaysetCheck" value="2">
<input type="radio" name="attr_PlaysetCheck" value="3"> <input type="radio" name="attr_PlaysetCheck" value="4"> <input type="radio" name="attr_PlaysetCheck" value="5">
<input type="radio" name="attr_PlaysetCheck" value="6"> <input type="radio" name="attr_PlaysetCheck" value="7"> <input type="radio" name="attr_PlaysetCheck" value="8">
<input type="radio" name="attr_PlaysetCheck" value="9"> <input type="radio" name="attr_PlaysetCheck" value="10">
<input type="radio" name="attr_PlaysetCheck" value="11">
<input type="radio" name="attr_PlaysetCheck" value="99">
<!-- Alienist -->
<div class="sheet-Alienist" name="sheet-Alienist">
<hr>
<div class="sheet-Stats-Alienist">
<p align="center">
<b><span data-i18n="lbl-Reason">Reason</span>:</b> &nbsp;<input type="number" name="attr_Reason" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Reason}} {{roll_mod=@{Reason}}} {{result=[[2d6 + @{Reason}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Passion">Passion</span>:</b> &nbsp;<input type="number" name="attr_Passion" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Passion}} {{roll_mod=@{Passion}}} {{result=[[2d6 + @{Passion}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Might">Might</span>:</b> &nbsp;<input type="number" name="attr_Might" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Might}} {{roll_mod=@{Might}}} {{result=[[2d6 + @{Might}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Luck">Luck</span>:</b> &nbsp;<input type="number" name="attr_Luck" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Luck}} {{roll_mod=@{Luck}}} {{result=[[2d6 + @{Luck}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Affinity">Affinity</span>:</b> &nbsp;<input type="number" name="attr_Affinity" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Affinity}} {{roll_mod=@{Affinity}}} {{result=[[2d6 + @{Affinity}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
</p>
</div>
<hr>
<div class="sheet-Etc-Alienist">
<div class='sheet-2colrow'>
<div class='sheet-col'>
<div class="sheet-Alienist-Backstory" name="sheet-Alienist-Backstory"><h1><span data-i18n="lbl-backstory">Your Backstory</span></h1>
<span data-i18n="text-Alienist-backstory">You have studied at fine universities the world over. You know the inner workings of the human mind, and have a knack for uncovering peoples darkest secrets and deepest desires. You help to heal the soul, much as a doctor heals the body.</span>
</div>
<br>
<b><span data-i18n="lbl-wealth">Wealth</span>:</b> &nbsp;<input type="number" name="attr_Wealth" min="0" max="99" value="0" style="width: 50px"><br>
<div class="sheet-Trust-Alienist"><h1><span data-i18n="lbl-trust">Trust</span></h1>
<fieldset class="repeating_TrustTo">
<input type="text" name="attr_Trust" style="width: 100%">
</fieldset>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-harm">Harm</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken7">
<br><i><span data-i18n="info-harm">At four Harm, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-conditions">Conditions</span></h1>
<fieldset class="repeating_HarmConditions">
<input type="text" name="attr_HarmCondition" style="width: 100%"><br>
</fieldset></p>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-shock">Shock</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken7">
<br><i><span data-i18n="info-shock">At four Shock, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-disorders">Disorders</span></h1>
<fieldset class="repeating_ShockConditions">
<input type="text" name="attr_ShockCondition" style="width: 100%"><br>
</fieldset></p>
</div>
</div>
<div class="sheet-col">
<h1><span data-i18n="playbook-alienist">alienist</span> <span data-i18n="lbl-loremove">lore move</span></h1>
<b><span data-i18n="lbl-lore">Lore</span>:</b> &nbsp;<input type="number" name="attr_Lore" min="0" max="99" value="0" style="width: 50px"><br>
<b><span data-i18n="text-alienist-loremovename">Shock Therapy:</span></b><br><span data-i18n="text-alienist-loremovedesc">You may quickly attempt to snap someone out of a mental fugue without being in a safe place. Roll +reason and check the following:<br>
&#10022; &nbsp; 10+ Heal 2 segments<br>
&#10022; &nbsp; 7-9 Heal 1 segment<br>
&#10022; &nbsp; 6 or less You may choose either not to heal, or heal 1 segment, and the keeper gains 1 Hold to use as a hard move at any time.</span></p>
<hr>
<h1><span data-i18n="playbook-alienist">alienist</span> <span data-i18n="lbl-moves">moves</span></h1>
<div class="sheet-Moves-Alienist">
<p><input type="checkbox" class="sheet-Moves-Alienist" name="attr_Moves-Alienist1" disabled="disabled" checked="checked">&nbsp;<b><span data-i18n="text-alienist-move1name">Therapy</span>:</b><span data-i18n="text-alienist-move1desc"> You may restore peoples Sanity through talk and the proper administration of sedatives. You may roll +stock to heal the mind.</span></p>
<p><input type="checkbox" class="sheet-Moves-Alienist" name="attr_Moves-Alienist2">&nbsp;<b><span data-i18n="text-alienist-move2name">Cottage</span>:</b><span data-i18n="text-alienist-move2desc"> You have a small cottage in town where you can treat patients. It is a safe place. You may have a loyal assistant as well.</span></p>
<p><input type="checkbox" class="sheet-Moves-Alienist" name="attr_Moves-Alienist3">&nbsp;<b><span data-i18n="text-alienist-move3name">Drawing Conclusions</span>:</b><span data-i18n="text-alienist-move3desc"> You may use roll +passion to Puzzle Things Out.</span></p>
<p><input type="checkbox" class="sheet-Moves-Alienist" name="attr_Moves-Alienist4">&nbsp;<b><span data-i18n="text-alienist-move4name">Empathetic</span>:</b><span data-i18n="text-alienist-move4desc"> You may use roll +passion to Convince</span></p>
<p><input type="checkbox" class="sheet-Moves-Alienist" name="attr_Moves-Alienist5">&nbsp;<b><span data-i18n="text-alienist-move5name">Quid Pro Quo</span>:</b><span data-i18n="text-alienist-move5desc"> When you successfully Read a Person, you may ask additional questions (up to your Reason) by answering one posed by the target first. You must be completely honest and open in the exchange.</span></p>
<p><input type="checkbox" class="sheet-Moves-Alienist" name="attr_Moves-Alienist6">&nbsp;<b><span data-i18n="text-alienist-move6name">Student of Human Nature</span>:</b><span data-i18n="text-alienist-move6desc"> You gain +1 to any attempts to Convince.</span></p>
</div>
<hr>
<div class="sheet-OtherMoves-Alienist">
<h1><span data-i18n="lbl-othermoves">Other Moves</span></h1>
<fieldset class="repeating_OtherMoves">
<input type="text" name="attr_OtherMoveName" placeholder="Name">
<textarea name="attr_OtherMoveDescrip" placeholder="Description" rows="3" cols="30"></textarea><br></fieldset>
</div>
</div>
</div>
</div>
</div>
<!-- Antiquarian -->
<div class="sheet-Antiquarian" name="sheet-Antiquarian">
<hr>
<div class="sheet-Stats-Antiquarian">
<p align="center">
<b><span data-i18n="lbl-Reason">Reason</span>:</b> &nbsp;<input type="number" name="attr_Reason" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Reason}} {{roll_mod=@{Reason}}} {{result=[[2d6 + @{Reason}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Passion">Passion</span>:</b> &nbsp;<input type="number" name="attr_Passion" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Passion}} {{roll_mod=@{Passion}}} {{result=[[2d6 + @{Passion}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Might">Might</span>:</b> &nbsp;<input type="number" name="attr_Might" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Might}} {{roll_mod=@{Might}}} {{result=[[2d6 + @{Might}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Luck">Luck</span>:</b> &nbsp;<input type="number" name="attr_Luck" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Luck}} {{roll_mod=@{Luck}}} {{result=[[2d6 + @{Luck}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Affinity">Affinity</span>:</b> &nbsp;<input type="number" name="attr_Affinity" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Affinity}} {{roll_mod=@{Affinity}}} {{result=[[2d6 + @{Affinity}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
</p>
</div>
<hr>
<div class="sheet-Etc-Antiquarian">
<div class='sheet-2colrow'>
<div class='sheet-col'>
<div class="sheet-Antiquarian-Backstory" name="sheet-Antiquarian-Backstory"><h1><span data-i18n="lbl-backstory">Your Backstory</span></h1>
<span data-i18n="text-antiquarian-backstory">You have spent your life studying antiquities, turning your interest into your occupation. Over the years, strange items have come in and out of your possession, and you know some of those things out there are truly evil, and you fear what may happen if more such things fall into the wrong hands.</span>
</div>
<br>
<b><span data-i18n="lbl-wealth">Wealth</span>:</b> &nbsp;<input type="number" name="attr_Wealth" min="0" max="99" value="0" style="width: 50px"><br>
<div class="sheet-Trust-Antiquarian"><h1><span data-i18n="lbl-trust">Trust</span></h1>
<fieldset class="repeating_TrustTo">
<input type="text" name="attr_Trust" style="width: 100%">
</fieldset>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-harm">Harm</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken7">
<br><i><span data-i18n="info-harm">At four Harm, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-conditions">Conditions</span></h1>
<fieldset class="repeating_HarmConditions">
<input type="text" name="attr_HarmCondition" style="width: 100%"><br>
</fieldset></p>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-shock">Shock</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken7">
<br><i><span data-i18n="info-shock">At four Shock, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-disorders">Disorders</span></h1>
<fieldset class="repeating_ShockConditions">
<input type="text" name="attr_ShockCondition" style="width: 100%"><br>
</fieldset></p>
</div>
</div>
<div class="sheet-col">
<h1><span data-i18n="playbook-antiquarian">antiquarian</span> <span data-i18n="lbl-loremove">lore move</span></h1>
<b><span data-i18n="lbl-lore">Lore</span>:</b> &nbsp;<input type="number" name="attr_Lore" min="0" max="99" value="0" style="width: 50px"><br>
<b><span data-i18n="text-antiquarian-loremovename">Provenance:</span></b><br><span data-i18n="text-antiquarian-loremovedesc">You know a lot about the item in question. You can spend Lore to ask three questions about an item.</span></p>
<hr>
<h1><span data-i18n="playbook-antiquarian">antiquarian</span> <span data-i18n="lbl-moves">moves</span></h1>
<div class="sheet-Moves-Antiquarian">
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-antiquarian1">&nbsp;<b><span data-i18n="text-antiquarian-move1name">Antique Shope</span>:</b><span data-i18n="text-antiquarian-move1desc"> You have a small store filled with bric-a-brac, and perhaps an assistant (Chester or Jennifer?) who runs things when youre out and about. You may use roll +reason to Poke Around your shop once per day. Your shop generates d6 Wealth per month.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-antiquarian2">&nbsp;<b><span data-i18n="text-antiquarian-move2name">Fortunate</span>:</b><span data-i18n="text-antiquarian-move2desc"> Things tend to fall your way, +1 Luck.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-antiquarian3">&nbsp;<b><span data-i18n="text-antiquarian-move3name">Horse Trader</span>:</b><span data-i18n="text-antiquarian-move3desc"> With your glib tongue, you may swap items with people instead of wealth for goods or services. roll+affinity.<br>
&#10022; &nbsp; 10+ You make a favorable trade—your goods are worth +1 Wealth<br>
&#10022; &nbsp; 7-9 Even trade<br>
&#10022; &nbsp; 6 or less You may either make the trade at -1 wealth or renege on the deal, gaining a -1 forward with the person/place youre dealing with.</p></span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-antiquarian4">&nbsp;<b><span data-i18n="text-antiquarian-move4name">Identify Objects</span>:</b><span data-i18n="text-antiquarian-move4desc"> When you use Puzzle Things Out on an item of import (your call), you may ask one additional question.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-antiquarian5">&nbsp;<b><span data-i18n="text-antiquarian-move5name">Shrewd Dealer</span>:</b><span data-i18n="text-antiquarian-move5desc"> You are able to analyze people through your insight and experience. You use roll +reason to Read a Person.</span></p>
</div>
<hr>
<div class="sheet-OtherMoves-Antiquarian">
<h1><span data-i18n="lbl-othermoves">Other Moves</span></h1>
<fieldset class="repeating_OtherMoves">
<input type="text" name="attr_OtherMoveName" placeholder="Name">
<textarea name="attr_OtherMoveDescrip" placeholder="Description" rows="3" cols="30"></textarea><br></fieldset>
</div>
</div>
</div>
</div>
</div>
<!-- Author -->
<div class="sheet-Author" name="sheet-Author">
<hr>
<div class="sheet-Stats-Author">
<p align="center">
<b><span data-i18n="lbl-Reason">Reason</span>:</b> &nbsp;<input type="number" name="attr_Reason" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Reason}} {{roll_mod=@{Reason}}} {{result=[[2d6 + @{Reason}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Passion">Passion</span>:</b> &nbsp;<input type="number" name="attr_Passion" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Passion}} {{roll_mod=@{Passion}}} {{result=[[2d6 + @{Passion}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Might">Might</span>:</b> &nbsp;<input type="number" name="attr_Might" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Might}} {{roll_mod=@{Might}}} {{result=[[2d6 + @{Might}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Luck">Luck</span>:</b> &nbsp;<input type="number" name="attr_Luck" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Luck}} {{roll_mod=@{Luck}}} {{result=[[2d6 + @{Luck}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Affinity">Affinity</span>:</b> &nbsp;<input type="number" name="attr_Affinity" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Affinity}} {{roll_mod=@{Affinity}}} {{result=[[2d6 + @{Affinity}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
</p>
</div>
<hr>
<div class="sheet-Etc-Author">
<div class='sheet-2colrow'>
<div class='sheet-col'>
<div class="sheet-Author-Backstory" name="sheet-Author-Backstory"><h1><span data-i18n="lbl-backstory">Your Backstory</span></h1>
<span data-i18n="text-author-backstory">You are a writer of no small acclaim who devotes most waking moments to pondering the strangeness of this world, so it is no wonder you often have strange dreams that fade with the morning light. Your lustful curiosity has led you to come across occult texts filled with awfulness, only to discover such horror is real.</span>
</div>
<br>
<b><span data-i18n="lbl-wealth">Wealth</span>:</b> &nbsp;<input type="number" name="attr_Wealth" min="0" max="99" value="0" style="width: 50px"><br>
<div class="sheet-Trust-Author"><h1><span data-i18n="lbl-trust">Trust</span></h1>
<fieldset class="repeating_TrustTo">
<input type="text" name="attr_Trust" style="width: 100%">
</fieldset>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-harm">Harm</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken7">
<br><i><span data-i18n="info-harm">At four Harm, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-conditions">Conditions</span></h1>
<fieldset class="repeating_HarmConditions">
<input type="text" name="attr_HarmCondition" style="width: 100%"><br>
</fieldset></p>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-shock">Shock</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken7">
<br><i><span data-i18n="info-shock">At four Shock, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-disorders">Disorders</span></h1>
<fieldset class="repeating_ShockConditions">
<input type="text" name="attr_ShockCondition" style="width: 100%"><br>
</fieldset></p>
</div>
</div>
<div class="sheet-col">
<h1><span data-i18n="playbook-author">author</span> <span data-i18n="lbl-loremove">lore move</span></h1>
<b><span data-i18n="lbl-lore">Lore</span>:</b> &nbsp;<input type="number" name="attr_Lore" min="0" max="99" value="0" style="width: 50px"><br>
<b><span data-i18n="text-author-loremovename">Novel Experience:</span></b><br><span data-i18n="text-author-loremovedesc">Lore Move Description: The place reminds you of something from one of your books. You may spend a point of Lore to get +2 to Poke Around.</span></p>
<hr>
<h1><span data-i18n="playbook-author">author</span> <span data-i18n="lbl-moves">moves</span></h1>
<div class="sheet-Moves-Author">
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-author1">&nbsp;<b><span data-i18n="text-author-move1name">Author-In-Residence</span>:</b><span data-i18n="text-author-move1desc"> You have been put up by the local college as a feather in their cap and given a small cottage near the campus. You are expected to make an occasional appearance on campus, which earns you 2d6 Wealth per month and +1 Affinity with the academic community and those who appreciate the arts.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-author2">&nbsp;<b><span data-i18n="text-author-move2name">Bookish</span>:</b><span data-i18n="text-author-move2desc"> You may roll +reason when you Poke Around a library or similar place (county records office, and so on.)</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-author3">&nbsp;<b><span data-i18n="text-author-move3name">Creative Thinker</span>:</b><span data-i18n="text-author-move3desc"> You may roll +passion instead of roll +reason when you Puzzle Things Out. When you achieve at least a partial success in this manner, you gain +1 question.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-author4">&nbsp;<b><span data-i18n="text-author-move4name">Hard To Rattle</span>:</b><span data-i18n="text-author-move4desc"> You have a tough mind. Whenever you suffer shock, you take one less.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-author5">&nbsp;<b><span data-i18n="text-author-move5name">Strangely Intense</span>:</b><span data-i18n="text-author-move5desc"> When you Act Under Pressure, roll +luck instead of roll +reason.</span></p>
</div>
<hr>
<div class="sheet-OtherMoves-Author">
<h1><span data-i18n="lbl-othermoves">Other Moves</span></h1>
<fieldset class="repeating_OtherMoves">
<input type="text" name="attr_OtherMoveName" placeholder="Name">
<textarea name="attr_OtherMoveDescrip" placeholder="Description" rows="3" cols="30"></textarea><br></fieldset>
</div>
</div>
</div>
</div>
</div>
<!-- Devout -->
<div class="sheet-Devout" name="sheet-Devout">
<hr>
<div class="sheet-Stats-Devout">
<p align="center">
<b><span data-i18n="lbl-Reason">Reason</span>:</b> &nbsp;<input type="number" name="attr_Reason" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Reason}} {{roll_mod=@{Reason}}} {{result=[[2d6 + @{Reason}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Passion">Passion</span>:</b> &nbsp;<input type="number" name="attr_Passion" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Passion}} {{roll_mod=@{Passion}}} {{result=[[2d6 + @{Passion}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Might">Might</span>:</b> &nbsp;<input type="number" name="attr_Might" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Might}} {{roll_mod=@{Might}}} {{result=[[2d6 + @{Might}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Luck">Luck</span>:</b> &nbsp;<input type="number" name="attr_Luck" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Luck}} {{roll_mod=@{Luck}}} {{result=[[2d6 + @{Luck}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Affinity">Affinity</span>:</b> &nbsp;<input type="number" name="attr_Affinity" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Affinity}} {{roll_mod=@{Affinity}}} {{result=[[2d6 + @{Affinity}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
</p>
</div>
<hr>
<div class="sheet-Etc-Devout">
<div class='sheet-2colrow'>
<div class='sheet-col'>
<div class="sheet-Devout-Backstory" name="sheet-Devout-Backstory"><h1><span data-i18n="lbl-backstory">Your Backstory</span></h1>
<span data-i18n="text-devout-backstory">You have been called to minister to a flock of souls who have lost their path. You have encountered evil in its many guises and know it falls upon those of strong heart and conviction to stay the course.</span>
</div>
<br>
<b><span data-i18n="lbl-wealth">Wealth</span>:</b> &nbsp;<input type="number" name="attr_Wealth" min="0" max="99" value="0" style="width: 50px"><br>
<div class="sheet-Trust-Devout"><h1><span data-i18n="lbl-trust">Trust</span></h1>
<fieldset class="repeating_TrustTo">
<input type="text" name="attr_Trust" style="width: 100%">
</fieldset>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-harm">Harm</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken7">
<br><i><span data-i18n="info-harm">At four Harm, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-conditions">Conditions</span></h1>
<fieldset class="repeating_HarmConditions">
<input type="text" name="attr_HarmCondition" style="width: 100%"><br>
</fieldset></p>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-shock">Shock</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken7">
<br><i><span data-i18n="info-shock">At four Shock, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-disorders">Disorders</span></h1>
<fieldset class="repeating_ShockConditions">
<input type="text" name="attr_ShockCondition" style="width: 100%"><br>
</fieldset></p>
</div>
</div>
<div class="sheet-col">
<h1><span data-i18n="playbook-devout">devout</span> <span data-i18n="lbl-loremove">lore move</span></h1>
<b><span data-i18n="lbl-lore">Lore</span>:</b> &nbsp;<input type="number" name="attr_Lore" min="0" max="99" value="0" style="width: 50px"><br>
<b><span data-i18n="text-devout-loremovename">Smite:</span></b><br><span data-i18n="text-devout-loremovedesc">You may spend a point of Lore to roll +luck instead of roll +might when you Take Control or Threaten.</span></p>
<hr>
<h1><span data-i18n="playbook-devout">devout</span> <span data-i18n="lbl-moves">moves</span></h1>
<div class="sheet-Moves-Devout">
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-devout1">&nbsp;<b><span data-i18n="text-devout-move1name">Divine Inspiration</span>:</b><span data-i18n="text-devout-move1desc"> You may engage in lengthy meditation or prayer to think upon serious matters. When you do, you may roll +luck instead of roll +reason to Puzzle Things Out.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-devout2">&nbsp;<b><span data-i18n="text-devout-move2name">Easy To Talk To</span>:</b><span data-i18n="text-devout-move2desc"> You gain +1 Affinity.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-devout3">&nbsp;<b><span data-i18n="text-devout-move3name">Grace</span>:</b><span data-i18n="text-devout-move3desc"> You gain +1 to all Luck-related rolls.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-devout4">&nbsp;<b><span data-i18n="text-devout-move4name">Place Of Worship</span>:</b><span data-i18n="text-devout-move4desc"> You have a small church, synagogue, temple, or converted house where you tend to your flock. You have a room above it where you sleep and keep your personal effects. Of the congregation, you have ten loyal souls you can call upon as the situation demands. You earn d6 Wealth per month.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-devout5">&nbsp;<b><span data-i18n="text-devout-move5name">Sanctify</span>:</b><span data-i18n="text-devout-move5desc"> You may perform rituals or rites using holy water, incense, prayer, and the like to make a dwelling or individual safe from otherworldly affairs. This uses d6 supplies. (If its a big place, or has many points of egress, probably 2d6.) Should you not have enough on hand, all supplies you have used are wasted, and youll have to begin anew. Should a malevolent force be present, youll be Acting Under Pressure. Otherwise, roll +reason.</span></p>
</div>
<hr>
<div class="sheet-OtherMoves-Devout">
<h1><span data-i18n="lbl-othermoves">Other Moves</span></h1>
<fieldset class="repeating_OtherMoves">
<input type="text" name="attr_OtherMoveName" placeholder="Name">
<textarea name="attr_OtherMoveDescrip" placeholder="Description" rows="3" cols="30"></textarea><br></fieldset>
</div>
</div>
</div>
</div>
</div>
<!-- Detective -->
<div class="sheet-Detective" name="sheet-Detective">
<hr>
<div class="sheet-Stats-Detective">
<p align="center">
<b><span data-i18n="lbl-Reason">Reason</span>:</b> &nbsp;<input type="number" name="attr_Reason" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Reason}} {{roll_mod=@{Reason}}} {{result=[[2d6 + @{Reason}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Passion">Passion</span>:</b> &nbsp;<input type="number" name="attr_Passion" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Passion}} {{roll_mod=@{Passion}}} {{result=[[2d6 + @{Passion}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Might">Might</span>:</b> &nbsp;<input type="number" name="attr_Might" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Might}} {{roll_mod=@{Might}}} {{result=[[2d6 + @{Might}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Luck">Luck</span>:</b> &nbsp;<input type="number" name="attr_Luck" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Luck}} {{roll_mod=@{Luck}}} {{result=[[2d6 + @{Luck}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Affinity">Affinity</span>:</b> &nbsp;<input type="number" name="attr_Affinity" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Affinity}} {{roll_mod=@{Affinity}}} {{result=[[2d6 + @{Affinity}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
</p>
</div>
<hr>
<div class="sheet-Etc-Detective">
<div class='sheet-2colrow'>
<div class='sheet-col'>
<div class="sheet-Detective-Backstory" name="sheet-Detective-Backstory"><h1><span data-i18n="lbl-backstory">Your Backstory</span></h1>
<span data-i18n="text-detective-backstory">Youve found missing heirs, lost children, and brushed up against more than a few weird things in your hunt for the truth (and a steady paycheck). Youve been banged around a lot over the years. It comes with the territory.</span>
</div>
<br>
<b><span data-i18n="lbl-wealth">Wealth</span>:</b> &nbsp;<input type="number" name="attr_Wealth" min="0" max="99" value="0" style="width: 50px"><br>
<div class="sheet-Trust-Detective"><h1><span data-i18n="lbl-trust">Trust</span></h1>
<fieldset class="repeating_TrustTo">
<input type="text" name="attr_Trust" style="width: 100%">
</fieldset>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-harm">Harm</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken7">
<br><i><span data-i18n="info-harm">At four Harm, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-conditions">Conditions</span></h1>
<fieldset class="repeating_HarmConditions">
<input type="text" name="attr_HarmCondition" style="width: 100%"><br>
</fieldset></p>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-shock">Shock</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken7">
<br><i><span data-i18n="info-shock">At four Shock, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-disorders">Disorders</span></h1>
<fieldset class="repeating_ShockConditions">
<input type="text" name="attr_ShockCondition" style="width: 100%"><br>
</fieldset></p>
</div>
</div>
<div class="sheet-col">
<h1><span data-i18n="playbook-detective">detective</span> <span data-i18n="lbl-loremove">lore move</span></h1>
<b><span data-i18n="lbl-lore">Lore</span>:</b> &nbsp;<input type="number" name="attr_Lore" min="0" max="99" value="0" style="width: 50px"><br>
<b><span data-i18n="text-detective-loremovename">Playing a Hunch:</span></b><br><span data-i18n="text-detective-loremovedesc">You can spend a point of Lore to get +1ongoing against 1 NPC.</span></p>
<hr>
<h1><span data-i18n="playbook-detective">detective</span> <span data-i18n="lbl-moves">moves</span></h1>
<div class="sheet-Moves-Detective">
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-detective1">&nbsp;<b><span data-i18n="text-detective-move1name">Methodical</span>:</b><span data-i18n="text-detective-move1desc"> When you Poke Around, you may use roll +reason instead of roll +luck. On any success, you gain +1 clue.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-detective2">&nbsp;<b><span data-i18n="text-detective-move2name">Rough And Tumble</span>:</b><span data-i18n="text-detective-move2desc"> Youve been in more than a few fights. You gain +1 Might. You also get a set of brass knuckles, a blackjack, sap, or some other small bit of handheld nastiness for dealing with trouble.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-detective3">&nbsp;<b><span data-i18n="text-detective-move3name">Streetwise</span>:</b><span data-i18n="text-detective-move3desc"> When you Read a Person, you may ask one additional question on a 7+.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-detective4">&nbsp;<b><span data-i18n="text-detective-move4name">Tough As Nails</span>:</b><span data-i18n="text-detective-move4desc"> You are considered as having +1 armor at all times.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-detective5">&nbsp;<b><span data-i18n="text-detective-move5name">Well Connected</span>:</b><span data-i18n="text-detective-move5desc"> When Buying Goods, you can roll +affinity to spread the word .</span></p>
</div>
<hr>
<div class="sheet-OtherMoves-Detective">
<h1><span data-i18n="lbl-othermoves">Other Moves</span></h1>
<fieldset class="repeating_OtherMoves">
<input type="text" name="attr_OtherMoveName" placeholder="Name">
<textarea name="attr_OtherMoveDescrip" placeholder="Description" rows="3" cols="30"></textarea><br></fieldset>
</div>
</div>
</div>
</div>
</div>
<!-- Dilettante -->
<div class="sheet-Dilettante" name="sheet-Dilettante">
<hr>
<div class="sheet-Stats-Dilettante">
<p align="center">
<b><span data-i18n="lbl-Reason">Reason</span>:</b> &nbsp;<input type="number" name="attr_Reason" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Reason}} {{roll_mod=@{Reason}}} {{result=[[2d6 + @{Reason}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Passion">Passion</span>:</b> &nbsp;<input type="number" name="attr_Passion" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Passion}} {{roll_mod=@{Passion}}} {{result=[[2d6 + @{Passion}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Might">Might</span>:</b> &nbsp;<input type="number" name="attr_Might" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Might}} {{roll_mod=@{Might}}} {{result=[[2d6 + @{Might}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Luck">Luck</span>:</b> &nbsp;<input type="number" name="attr_Luck" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Luck}} {{roll_mod=@{Luck}}} {{result=[[2d6 + @{Luck}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Affinity">Affinity</span>:</b> &nbsp;<input type="number" name="attr_Affinity" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Affinity}} {{roll_mod=@{Affinity}}} {{result=[[2d6 + @{Affinity}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
</p>
</div>
<hr>
<div class="sheet-Etc-Dilettante">
<div class='sheet-2colrow'>
<div class='sheet-col'>
<div class="sheet-Dilettante-Backstory" name="sheet-Dilettante-Backstory"><h1><span data-i18n="lbl-backstory">Your Backstory</span></h1>
<span data-i18n="text-dilettante-backstory">Born with a silver spoon in your mouth, you are filthy rich and jaded beyond your years. Your idle hours are filled with the pursuit of exotic entertainments, each more fantastic than the last. Your wealth allows you indulgences others only dream of.</span>
</div>
<br>
<b><span data-i18n="lbl-wealth">Wealth</span>:</b> &nbsp;<input type="number" name="attr_Wealth" min="0" max="99" value="0" style="width: 50px"><br>
<div class="sheet-Trust-Dilettante"><h1><span data-i18n="lbl-trust">Trust</span></h1>
<fieldset class="repeating_TrustTo">
<input type="text" name="attr_Trust" style="width: 100%">
</fieldset>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-harm">Harm</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken7">
<br><i><span data-i18n="info-harm">At four Harm, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-conditions">Conditions</span></h1>
<fieldset class="repeating_HarmConditions">
<input type="text" name="attr_HarmCondition" style="width: 100%"><br>
</fieldset></p>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-shock">Shock</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken7">
<br><i><span data-i18n="info-shock">At four Shock, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-disorders">Disorders</span></h1>
<fieldset class="repeating_ShockConditions">
<input type="text" name="attr_ShockCondition" style="width: 100%"><br>
</fieldset></p>
</div>
</div>
<div class="sheet-col">
<h1><span data-i18n="playbook-dilettante">dilettante</span> <span data-i18n="lbl-loremove">lore move</span></h1>
<b><span data-i18n="lbl-lore">Lore</span>:</b> &nbsp;<input type="number" name="attr_Lore" min="0" max="99" value="0" style="width: 50px"><br>
<b><span data-i18n="text-dilettante-loremovename">You've Done This Before:</span></b><br><span data-i18n="text-dilettante-loremovedesc">You can spend a point (or more) of Lore to gain a +1 Forward to any move. You get +1 Forward for each point of Lore expended (up to +3). If you wouldn've succeeded without spending any Lore, you dont spend any.</span></p>
<hr>
<h1><span data-i18n="playbook-dilettante">dilettante</span> <span data-i18n="lbl-moves">moves</span></h1>
<div class="sheet-Moves-Dilettante">
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-Dilettante1">&nbsp;<b><span data-i18n="text-dilettante-move1name">Athletic</span>:</b><span data-i18n="text-dilettante-move1desc"> You are healthy and hale; add +1 Might. Whenever you must physically Act Under Pressure, you get a +1 to your roll.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-Dilettante2">&nbsp;<b><span data-i18n="text-dilettante-move2name">Deep Pockets</span>:</b><span data-i18n="text-dilettante-move2desc"> You have a regular reserve of wealth you can tap into at any time. If you need to access cash, you can go to a bank once per day and with a successful Roll+Luck, you get the following:<br>
&#10022; &nbsp; 10+ You can withdraw 2d6 Wealth.<br>
&#10022; &nbsp; 7-9 You can get d6 Wealth, but people will gossip about your large withdrawal.<br>
&#10022; &nbsp; 6 or less The bank is unaccustomed to such large tranctions, and doesn't have that much on hand. You can either wait d6 days to try again, or get a letter of credit for the amount. If the latter, it has to be made out to a particular pary, they must be willing to take it, and people are going to know your business.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-Dilettante3">&nbsp;<b><span data-i18n="text-dilettante-move3name">Ready For Anything</span>:</b><span data-i18n="text-dilettante-move3desc"> At the beginning of a session, roll +passion.<br>
&#10022; &nbsp; 10+ Hold 2.<br>
&#10022; &nbsp; 7-9 hold 1. At any time, you can spend your Hold to gain a +1ongoing for a scene<br>
&#10022; &nbsp; 6 or less The Keeper Holds 1, and can spend it to have you ill prepared and -1 for a scene.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-Dilettante4">&nbsp;<b><span data-i18n="text-dilettante-move4name">Summer Home</span>:</b><span data-i18n="text-dilettante-move4desc"> Your family has a place in the area, perhaps unvisited since your childhood. It is a fine, old mansion, and you have sent ahead two of your attendants.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-Dilettante5">&nbsp;<b><span data-i18n="text-dilettante-move5name">Upper Crust</span>:</b><span data-i18n="text-dilettante-move5desc"> People naturally defer to your grace and bearing (or maybe just your money?). You can drop your name and station to persuade people to do or say things they might not normally. Roll + Affinity:<br>
&#10022; &nbsp; 10+ They've heard of you and are willing to help, Hold 1. You can spend this at any time to get them to do pretty much anything they'd do normally. If it's something against their nature or tehy wouldn't otherwise do, it's going to cost you 2d6 wealth. If you don't have the money on hand, they' won'd do later.<br>
&#10022; &nbsp; 7-9 hold 1. They'll help you out or answer questions, but its going to cost you a d6 Wealth. And it has to be legal or non-harmful to them.<br>
&#10022; &nbsp; 6 or less Who do you think you are throwing your weight around? The Keeper gets to Hold 1 and may spend it at any time to take a hard move against you.</span></p>
</div>
<hr>
<div class="sheet-OtherMoves-Dilettante">
<h1><span data-i18n="lbl-othermoves">Other Moves</span></h1>
<fieldset class="repeating_OtherMoves">
<input type="text" name="attr_OtherMoveName" placeholder="Name">
<textarea name="attr_OtherMoveDescrip" placeholder="Description" rows="3" cols="30"></textarea><br></fieldset>
</div>
</div>
</div>
</div>
</div>
<!-- Doctor -->
<div class="sheet-Doctor" name="sheet-Doctor">
<hr>
<div class="sheet-Stats-Doctor">
<p align="center">
<b><span data-i18n="lbl-Reason">Reason</span>:</b> &nbsp;<input type="number" name="attr_Reason" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Reason}} {{roll_mod=@{Reason}}} {{result=[[2d6 + @{Reason}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Passion">Passion</span>:</b> &nbsp;<input type="number" name="attr_Passion" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Passion}} {{roll_mod=@{Passion}}} {{result=[[2d6 + @{Passion}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Might">Might</span>:</b> &nbsp;<input type="number" name="attr_Might" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Might}} {{roll_mod=@{Might}}} {{result=[[2d6 + @{Might}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Luck">Luck</span>:</b> &nbsp;<input type="number" name="attr_Luck" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Luck}} {{roll_mod=@{Luck}}} {{result=[[2d6 + @{Luck}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Affinity">Affinity</span>:</b> &nbsp;<input type="number" name="attr_Affinity" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Affinity}} {{roll_mod=@{Affinity}}} {{result=[[2d6 + @{Affinity}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
</p>
</div>
<hr>
<div class="sheet-Etc-Doctor">
<div class='sheet-2colrow'>
<div class='sheet-col'>
<div class="sheet-Doctor-Backstory" name="sheet-Doctor-Backstory"><h1><span data-i18n="lbl-backstory">Your Backstory</span></h1>
<span data-i18n="text-doctor-backstory">You have more than a calling, you have a gift. You are a skilled healer who has decided to leave the grind of the big city behind in search of greener pastures.</span>
</div>
<br>
<b><span data-i18n="lbl-wealth">Wealth</span>:</b> &nbsp;<input type="number" name="attr_Wealth" min="0" max="99" value="0" style="width: 50px"><br>
<div class="sheet-Trust-Doctor"><h1><span data-i18n="lbl-trust">Trust</span></h1>
<fieldset class="repeating_TrustTo">
<input type="text" name="attr_Trust" style="width: 100%">
</fieldset>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-harm">Harm</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken7">
<br><i><span data-i18n="info-harm">At four Harm, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-conditions">Conditions</span></h1>
<fieldset class="repeating_HarmConditions">
<input type="text" name="attr_HarmCondition" style="width: 100%"><br>
</fieldset></p>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-shock">Shock</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken7">
<br><i><span data-i18n="info-shock">At four Shock, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-disorders">Disorders</span></h1>
<fieldset class="repeating_ShockConditions">
<input type="text" name="attr_ShockCondition" style="width: 100%"><br>
</fieldset></p>
</div>
</div>
<div class="sheet-col">
<h1><span data-i18n="playbook-doctor">doctor</span> <span data-i18n="lbl-loremove">lore move</span></h1>
<b><span data-i18n="lbl-lore">Lore</span>:</b> &nbsp;<input type="number" name="attr_Lore" min="0" max="99" value="0" style="width: 50px"><br>
<b><span data-i18n="text-doctor-loremovename">Emergency Triage:</span></b><br><span data-i18n="text-doctor-loremovedesc">You may quickly attempt to heal a wounded person in any situation. roll +luck:<br>
&#10022; &nbsp; 10+ Heal 2 segments<br>
&#10022; &nbsp; 7-9 Heal 1 segment<br>
&#10022; &nbsp; 6 or less You may choose to either not heal or heal 1 segment. if you choose the latter, the Keeper gains 1 hold to use as a hard move at any time.</span></p>
<hr>
<h1><span data-i18n="playbook-doctor">doctor</span> <span data-i18n="lbl-moves">moves</span></h1>
<div class="sheet-Moves-Doctor">
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-Doctor1" disabled="disabled" checked="checked">&nbsp;<b><span data-i18n="text-doctor-move1name">Medical Training</span>:</b><span data-i18n="text-doctor-move1desc"> You are a trained physician capable of dealing with cuts, scrapes, and broken bones. You may roll +stock to treat injuries. You may use any medical supplies with roll +reason.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-Doctor2">&nbsp;<b><span data-i18n="text-doctor-move2name">Bedside Manner</span>:</b><span data-i18n="text-doctor-move2desc"> Gain +1 Trust with a character when you successfully treat them. Lose 1 Trust on a 6 or less. If you treat an NPC successfully, gain +1ongoing with them or -1ongoing with them on a 6 or less.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-Doctor3">&nbsp;<b><span data-i18n="text-doctor-move3name">Doctor's Office</span>:</b><span data-i18n="text-doctor-move3desc"> You have a small home with a clinic where you can treat patients. You may have a loyal assistant as well. You have a stock of pharmaceuticals and other medical supplies on hand to treat people. You earn d6 Wealth per month it is in operation.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-Doctor4">&nbsp;<b><span data-i18n="text-doctor-move4name">Field Medic</span>:</b><span data-i18n="text-doctor-move4desc"> While you are caring for people (not fighting), you get +1 armor.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-Doctor5">&nbsp;<b><span data-i18n="text-doctor-move5name">Forensic Expert</span>:</b><span data-i18n="text-doctor-move5desc"> When you Poke Around corpses, you may use roll +reason instead of roll +luck. On a 7+, you gain 1 clue in addition to anything else. You also gain +2 to Puzzle Things Out about causes of death, and anatomy related questions.</span></p>
<p><input type="checkbox" class="sheet-Moves-Doctor" name="attr_Moves-Doctor6">&nbsp;<b><span data-i18n="text-doctor-move6name">Trustworthy</span>:</b><span data-i18n="text-doctor-move6desc"> Your position makes people innately inclined to confide in you. You gain +1 Affinity, and may ask one additional question when you successfully Read a Person.</span></p>
</div>
<hr>
<div class="sheet-OtherMoves-Doctor">
<h1><span data-i18n="lbl-othermoves">Other Moves</span></h1>
<fieldset class="repeating_OtherMoves">
<input type="text" name="attr_OtherMoveName" placeholder="Name">
<textarea name="attr_OtherMoveDescrip" placeholder="Description" rows="3" cols="30"></textarea><br></fieldset>
</div>
</div>
</div>
</div>
</div>
<!-- Heir -->
<div class="sheet-Heir" name="sheet-Heir">
<hr>
<div class="sheet-Stats-Heir">
<p align="center">
<b><span data-i18n="lbl-Reason">Reason</span>:</b> &nbsp;<input type="number" name="attr_Reason" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Reason}} {{roll_mod=@{Reason}}} {{result=[[2d6 + @{Reason}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Passion">Passion</span>:</b> &nbsp;<input type="number" name="attr_Passion" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Passion}} {{roll_mod=@{Passion}}} {{result=[[2d6 + @{Passion}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Might">Might</span>:</b> &nbsp;<input type="number" name="attr_Might" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Might}} {{roll_mod=@{Might}}} {{result=[[2d6 + @{Might}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Luck">Luck</span>:</b> &nbsp;<input type="number" name="attr_Luck" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Luck}} {{roll_mod=@{Luck}}} {{result=[[2d6 + @{Luck}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Affinity">Affinity</span>:</b> &nbsp;<input type="number" name="attr_Affinity" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Affinity}} {{roll_mod=@{Affinity}}} {{result=[[2d6 + @{Affinity}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
</p>
</div>
<hr>
<div class="sheet-Etc-Heir">
<div class='sheet-2colrow'>
<div class='sheet-col'>
<div class="sheet-Heir-Backstory" name="sheet-Heir-Backstory"><h1><span data-i18n="lbl-backstory">Your Backstory</span></h1>
<span data-i18n="text-heir-backstory">You have always felt apart, different, as though you didnt belong anywhere. You attended university, got a nice job, and found a place where you could live out a mundane existence. Somewhere deep within, you knew it couldnt last. It began with the letters from a place you never heard of, but you felt strangely called to it. You let them languish, unopened and unread—afraid of what they might contain. You had been warned to always avoid that side of the family. Then the man came, an attorney with a briefcase, a ticket, and the deed to your ancestral home. You felt a sudden release, as though youd been holding your breath all these years, and decided to see for yourself if there was really a future for you somewhere else in a place less ordinary, a place where you might belong, a place you could call your home.</span>
</div>
<br>
<b><span data-i18n="lbl-wealth">Wealth</span>:</b> &nbsp;<input type="number" name="attr_Wealth" min="0" max="99" value="0" style="width: 50px"><br>
<div class="sheet-Trust-Heir"><h1><span data-i18n="lbl-trust">Trust</span></h1>
<fieldset class="repeating_TrustTo">
<input type="text" name="attr_Trust" style="width: 100%">
</fieldset>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-harm">Harm</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken7">
<br><i><span data-i18n="info-harm">At four Harm, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-conditions">Conditions</span></h1>
<fieldset class="repeating_HarmConditions">
<input type="text" name="attr_HarmCondition" style="width: 100%"><br>
</fieldset></p>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-shock">Shock</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken7">
<br><i><span data-i18n="info-shock">At four Shock, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-disorders">Disorders</span></h1>
<fieldset class="repeating_ShockConditions">
<input type="text" name="attr_ShockCondition" style="width: 100%"><br>
</fieldset></p>
</div>
</div>
<div class="sheet-col">
<h1><span data-i18n="playbook-heir">heir</span> <span data-i18n="lbl-loremove">lore move</span></h1>
<b><span data-i18n="lbl-lore">Lore</span>:</b> &nbsp;<input type="number" name="attr_Lore" min="0" max="99" value="0" style="width: 50px"><br>
<b><span data-i18n="text-heir-loremovename">Lucky:</span></b><br><span data-i18n="text-heir-loremovedesc">You may spend a point of Lore to turn any partial success into a success. You can use this for rolls made by other characters, provided you are close by (within shouting distance) and you trust them (Trust +1 or greater).</span></p>
<hr>
<h1><span data-i18n="playbook-heir">heir</span> <span data-i18n="lbl-moves">moves</span></h1>
<div class="sheet-Moves-Heir">
<p><input type="checkbox" class="sheet-Moves-Heir" name="attr_Moves-Heir1">&nbsp;<b><span data-i18n="text-heir-move1name">Ancestral Home</span>:</b><span data-i18n="text-heir-move1desc"> You have a large, crumbling, remote manor that has seen better days. It is filled with an assortment of oddities your ancestor collected. It is a weird place, to say the least. You may Poke Around the old place once per day.
&#10022; &nbsp; 7+ You may choose to find one good item of your choice or two clues (or choose from the normal choices).<br>
&#10022; &nbsp; 6 or less The Keeper may Hold 2 to use as hard moves.</span></p>
<p><input type="checkbox" class="sheet-Moves-Heir" name="attr_Moves-Heir2">&nbsp;<b><span data-i18n="text-heir-move2name">Certainty</span>:</b><span data-i18n="text-heir-move2desc"> You are certain there is some reasonable explanation for the weirdness you witness. You arent delusional; you know strange things exist. You just know they must have logical underpinnings to them. Reduce any shock taken by 1.</span></p>
<p><input type="checkbox" class="sheet-Moves-Heir" name="attr_Moves-Heir3">&nbsp;<b><span data-i18n="text-heir-move3name">Frantic</span>:</b><span data-i18n="text-heir-move3desc"> After you are harmed, you may use roll +luck instead of roll +might to Threaten your assailant. On a hit, you deal 1 extra harm.</span></p>
<p><input type="checkbox" class="sheet-Moves-Heir" name="attr_Moves-Heir4">&nbsp;<b><span data-i18n="text-heir-move4name">How Bad Is It?</span>:</b><span data-i18n="text-heir-move4desc"> After a fight, you may roll +luck to recover from physical injury.<br>
&#10022; &nbsp; 10+ Heal 2<br>
&#10022; &nbsp; 7-9 Heal 1<br>
&#10022; &nbsp; 6 or less Your wound is worse, suffer 1 additional harm</span></p>
<p><input type="checkbox" class="sheet-Moves-Heir" name="attr_Moves-Heir5">&nbsp;<b><span data-i18n="text-heir-move5name">Sensitive</span>:</b><span data-i18n="text-heir-move5desc"> Increase your Passion by +1. You sometimes get strange vibes. Whenever you roll a natural 12, immediately make a roll +passion.<br>
&#10022; &nbsp; 10+ Get 1 Lore<br>
&#10022; &nbsp; 7-9 Get 1 Clue<br>
&#10022; &nbsp; 6 or less You suffer a horrible vision and take 2 Shock</span></p>
</div>
<hr>
<div class="sheet-OtherMoves-Heir">
<h1><span data-i18n="lbl-othermoves">Other Moves</span></h1>
<fieldset class="repeating_OtherMoves">
<input type="text" name="attr_OtherMoveName" placeholder="Name">
<textarea name="attr_OtherMoveDescrip" placeholder="Description" rows="3" cols="30"></textarea><br></fieldset>
</div>
</div>
</div>
</div>
</div>
<!-- Journalist -->
<div class="sheet-Journalist" name="sheet-Journalist">
<hr>
<div class="sheet-Stats-Journalist">
<p align="center">
<b><span data-i18n="lbl-Reason">Reason</span>:</b> &nbsp;<input type="number" name="attr_Reason" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Reason}} {{roll_mod=@{Reason}}} {{result=[[2d6 + @{Reason}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Passion">Passion</span>:</b> &nbsp;<input type="number" name="attr_Passion" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Passion}} {{roll_mod=@{Passion}}} {{result=[[2d6 + @{Passion}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Might">Might</span>:</b> &nbsp;<input type="number" name="attr_Might" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Might}} {{roll_mod=@{Might}}} {{result=[[2d6 + @{Might}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Luck">Luck</span>:</b> &nbsp;<input type="number" name="attr_Luck" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Luck}} {{roll_mod=@{Luck}}} {{result=[[2d6 + @{Luck}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Affinity">Affinity</span>:</b> &nbsp;<input type="number" name="attr_Affinity" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Affinity}} {{roll_mod=@{Affinity}}} {{result=[[2d6 + @{Affinity}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
</p>
</div>
<hr>
<div class="sheet-Etc-Journalist">
<div class='sheet-2colrow'>
<div class='sheet-col'>
<div class="sheet-Journalist-Backstory" name="sheet-Journalist-Backstory"><h1><span data-i18n="lbl-backstory">Your Backstory</span></h1>
<span data-i18n="text-journalist-backstory">Your passion for digging deep to find stories has given you a reputation as a muckraker and a no-nonsense sort. Youre just willing to look where others arent…or wont. You turn over rocks, look for skeletons in closets, and are concerned first and foremost with the truth. You discovered early on the truth is often ugly and harsh, and something most dont want to hear. In this pursuit, youve learned a few unsettling things, things downright strange and weird, and youve collected those notes in a box for when you write your memoirs. Until then, you get your byline when you can.</span>
</div>
<br>
<b><span data-i18n="lbl-wealth">Wealth</span>:</b> &nbsp;<input type="number" name="attr_Wealth" min="0" max="99" value="0" style="width: 50px"><br>
<div class="sheet-Trust-Journalist"><h1><span data-i18n="lbl-trust">Trust</span></h1>
<fieldset class="repeating_TrustTo">
<input type="text" name="attr_Trust" style="width: 100%">
</fieldset>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-harm">Harm</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken7">
<br><i><span data-i18n="info-harm">At four Harm, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-conditions">Conditions</span></h1>
<fieldset class="repeating_HarmConditions">
<input type="text" name="attr_HarmCondition" style="width: 100%"><br>
</fieldset></p>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-shock">Shock</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken7">
<br><i><span data-i18n="info-shock">At four Shock, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-disorders">Disorders</span></h1>
<fieldset class="repeating_ShockConditions">
<input type="text" name="attr_ShockCondition" style="width: 100%"><br>
</fieldset></p>
</div>
</div>
<div class="sheet-col">
<h1><span data-i18n="playbook-journalist">journalist</span> <span data-i18n="lbl-loremove">lore move</span></h1>
<b><span data-i18n="lbl-lore">Lore</span>:</b> &nbsp;<input type="number" name="attr_Lore" min="0" max="99" value="0" style="width: 50px"><br>
<b><span data-i18n="text-journalist-loremovename">Locks Are Suggestions:</span></b><br><span data-i18n="text-journalist-loremovedesc">You may spend a point of Lore to get quickly and quietly into or out of any mundane place.</span></p>
<hr>
<h1><span data-i18n="playbook-journalist">journalist</span> <span data-i18n="lbl-moves">moves</span></h1>
<div class="sheet-Moves-Journalist">
<p><input type="checkbox" class="sheet-Moves-Journalist" name="attr_Moves-Journalist1">&nbsp;<b><span data-i18n="text-journalist-move1name">Familiar With Deadlines</span>:</b><span data-i18n="text-journalist-move1desc"> You gain +1 to rolls when you Act Under Pressure.</span></p>
<p><input type="checkbox" class="sheet-Moves-Journalist" name="attr_Moves-Journalist2">&nbsp;<b><span data-i18n="text-journalist-move2name">Nose For News</span>:</b><span data-i18n="text-journalist-move2desc"> gain a +2 bonus from clues, instead of the normal +1.</span></p>
<p><input type="checkbox" class="sheet-Moves-Journalist" name="attr_Moves-Journalist3">&nbsp;<b><span data-i18n="text-journalist-move3name">Snappy Comeback</span>:</b><span data-i18n="text-journalist-move3desc"> You have a knack with a camera and a sharp eye. No camera is unreliable in your skilled hands. You may snap photos and later Poke Around them to see if there was anything you may have missed. Of course, to get any of those things, or more knowledge about them, will require you to go back to where the pictures were taken.</span></p>
<p><input type="checkbox" class="sheet-Moves-Journalist" name="attr_Moves-Journalist4">&nbsp;<b><span data-i18n="text-journalist-move4name">Staff Reporter</span>:</b><span data-i18n="text-journalist-move4desc"> You have a small desk located in the office of the local rag. You earn d6 Wealth per month and may roll +luck once per day. On any success, you get a story lead (a clue). On 6 or less, you have to wait d6 days before you can try again.</span></p>
<p><input type="checkbox" class="sheet-Moves-Journalist" name="attr_Moves-Journalist5">&nbsp;<b><span data-i18n="text-journalist-move5name">Undaunted</span>:</b><span data-i18n="text-journalist-move5desc"> When you fail to Convince an NPC you may roll +luck to try another angle.<br>
&#10022; &nbsp; 10+ They will do it, if you keep their name out of things<br>
&#10022; &nbsp; 7-9 They tell you about a guy who knows someone who may know<br>
&#10022; &nbsp; 6 or less They wonder why you wont take no for an answer. The Keeper may give you -1ongoing with the NPC or hold 1 to take a hard move against you at any time.</span></p>
</div>
<hr>
<div class="sheet-OtherMoves-Journalist">
<h1><span data-i18n="lbl-othermoves">Other Moves</span></h1>
<fieldset class="repeating_OtherMoves">
<input type="text" name="attr_OtherMoveName" placeholder="Name">
<textarea name="attr_OtherMoveDescrip" placeholder="Description" rows="3" cols="30"></textarea><br></fieldset>
</div>
</div>
</div>
</div>
</div>
<!-- Professor -->
<div class="sheet-Professor" name="sheet-Professor">
<hr>
<div class="sheet-Stats-Professor">
<p align="center">
<b><span data-i18n="lbl-Reason">Reason</span>:</b> &nbsp;<input type="number" name="attr_Reason" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Reason}} {{roll_mod=@{Reason}}} {{result=[[2d6 + @{Reason}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Passion">Passion</span>:</b> &nbsp;<input type="number" name="attr_Passion" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Passion}} {{roll_mod=@{Passion}}} {{result=[[2d6 + @{Passion}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Might">Might</span>:</b> &nbsp;<input type="number" name="attr_Might" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Might}} {{roll_mod=@{Might}}} {{result=[[2d6 + @{Might}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Luck">Luck</span>:</b> &nbsp;<input type="number" name="attr_Luck" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Luck}} {{roll_mod=@{Luck}}} {{result=[[2d6 + @{Luck}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Affinity">Affinity</span>:</b> &nbsp;<input type="number" name="attr_Affinity" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Affinity}} {{roll_mod=@{Affinity}}} {{result=[[2d6 + @{Affinity}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
</p>
</div>
<hr>
<div class="sheet-Etc-Professor">
<div class='sheet-2colrow'>
<div class='sheet-col'>
<div class="sheet-Professor-Backstory" name="sheet-Professor-Backstory"><h1><span data-i18n="lbl-backstory">Your Backstory</span></h1>
<span data-i18n="text-professor-backstory">Learning is your greatest love, and you happily share your knowledge through teaching. You have taught in various colleges and universities across the country. Over the years, you have learned life is strange and history is often hysterical.</span>
</div>
<br>
<b><span data-i18n="lbl-wealth">Wealth</span>:</b> &nbsp;<input type="number" name="attr_Wealth" min="0" max="99" value="0" style="width: 50px"><br>
<div class="sheet-Trust-Professor"><h1><span data-i18n="lbl-trust">Trust</span></h1>
<fieldset class="repeating_TrustTo">
<input type="text" name="attr_Trust" style="width: 100%">
</fieldset>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-harm">Harm</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken7">
<br><i><span data-i18n="info-harm">At four Harm, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-conditions">Conditions</span></h1>
<fieldset class="repeating_HarmConditions">
<input type="text" name="attr_HarmCondition" style="width: 100%"><br>
</fieldset></p>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-shock">Shock</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken7">
<br><i><span data-i18n="info-shock">At four Shock, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-disorders">Disorders</span></h1>
<fieldset class="repeating_ShockConditions">
<input type="text" name="attr_ShockCondition" style="width: 100%"><br>
</fieldset></p>
</div>
</div>
<div class="sheet-col">
<h1><span data-i18n="playbook-professor">professor</span> <span data-i18n="lbl-loremove">lore move</span></h1>
<b><span data-i18n="lbl-lore">Lore</span>:</b> &nbsp;<input type="number" name="attr_Lore" min="0" max="99" value="0" style="width: 50px"><br>
<b><span data-i18n="text-professor-loremovename">Learned:</span></b><br><span data-i18n="text-professor-loremovedesc">Spend a point of Lore to gain +1ongoing regarding one topic of study (chosen by you) for yourself or someone else.</span></p>
<hr>
<h1><span data-i18n="playbook-professor">professor</span> <span data-i18n="lbl-moves">moves</span></h1>
<div class="sheet-Moves-Professor">
<p><input type="checkbox" class="sheet-Moves-Professor" name="attr_Moves-Professor1">&nbsp;<b><span data-i18n="text-professor-move1name">Clearheaded</span>:</b><span data-i18n="text-professor-move1desc"> When you Puzzle Things Out, you may ask 1 additional question on 7+.</span></p>
<p><input type="checkbox" class="sheet-Moves-Professor" name="attr_Moves-Professor2">&nbsp;<b><span data-i18n="text-professor-move2name">Expert</span>:</b><span data-i18n="text-professor-move2desc"> You gain +2ongoing with all rolls relating to one topic (your choice). When you Puzzle Things Out on this topic, you may ask one additional question on a 7+, and gain a point of Lore in addition to your other choices on a 10+.</span></p>
<p><input type="checkbox" class="sheet-Moves-Professor" name="attr_Moves-Professor3">&nbsp;<b><span data-i18n="text-professor-move3name">Logical</span>:</b><span data-i18n="text-professor-move3desc"> You think things through. +1 Reason.</span></p>
<p><input type="checkbox" class="sheet-Moves-Professor" name="attr_Moves-Professor4">&nbsp;<b><span data-i18n="text-professor-move4name">Sage Advice</span>:</b><span data-i18n="text-professor-move4desc"> When a character comes to you for advice, tell them what you honestly think the best course is. If they do it, they take +1 to any rolls they make while following your suggestions, and you gain a point of Lore.</span></p>
<p><input type="checkbox" class="sheet-Moves-Professor" name="attr_Moves-Professor5">&nbsp;<b><span data-i18n="text-professor-move5name">Sound Argument</span>:</b><span data-i18n="text-professor-move5desc"> You may use roll +reason instead of roll +affinity to Convince someone. For NPCs, on a 6 or less, you have -1forward with them.</span></p>
</div>
<hr>
<div class="sheet-OtherMoves-Professor">
<h1><span data-i18n="lbl-othermoves">Other Moves</span></h1>
<fieldset class="repeating_OtherMoves">
<input type="text" name="attr_OtherMoveName" placeholder="Name">
<textarea name="attr_OtherMoveDescrip" placeholder="Description" rows="3" cols="30"></textarea><br></fieldset>
</div>
</div>
</div>
</div>
</div>
<!-- Salesman -->
<div class="sheet-Salesman" name="sheet-Salesman">
<hr>
<div class="sheet-Stats-Salesman">
<p align="center">
<b><span data-i18n="lbl-Reason">Reason</span>:</b> &nbsp;<input type="number" name="attr_Reason" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Reason}} {{roll_mod=@{Reason}}} {{result=[[2d6 + @{Reason}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Passion">Passion</span>:</b> &nbsp;<input type="number" name="attr_Passion" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Passion}} {{roll_mod=@{Passion}}} {{result=[[2d6 + @{Passion}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Might">Might</span>:</b> &nbsp;<input type="number" name="attr_Might" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Might}} {{roll_mod=@{Might}}} {{result=[[2d6 + @{Might}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Luck">Luck</span>:</b> &nbsp;<input type="number" name="attr_Luck" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Luck}} {{roll_mod=@{Luck}}} {{result=[[2d6 + @{Luck}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Affinity">Affinity</span>:</b> &nbsp;<input type="number" name="attr_Affinity" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Affinity}} {{roll_mod=@{Affinity}}} {{result=[[2d6 + @{Affinity}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
</p>
</div>
<hr>
<div class="sheet-Etc-Salesman">
<div class='sheet-2colrow'>
<div class='sheet-col'>
<div class="sheet-Salesman-Backstory" name="sheet-Salesman-Backstory"><h1><span data-i18n="lbl-backstory">Your Backstory</span></h1>
<span data-i18n="text-salesman-backstory">Others may consider you a wheeler-dealer, a huckster, or a peddler of snakeoil, but you know better. You dont just sell things, you sell dreams. You help put a product in someones hands to make their lives better, and the world better to boot. Sure, youve knocked on a few doors and have encountered more than your share of strange people in your travels, and you know every now and then you have to hightail it out of some place when youve worn out your welcome, but hey, thats all part of doing business. Whats wrong with turning a little profit while you save the world?</span>
</div>
<br>
<b><span data-i18n="lbl-wealth">Wealth</span>:</b> &nbsp;<input type="number" name="attr_Wealth" min="0" max="99" value="0" style="width: 50px"><br>
<div class="sheet-Trust-Salesman"><h1><span data-i18n="lbl-trust">Trust</span></h1>
<fieldset class="repeating_TrustTo">
<input type="text" name="attr_Trust" style="width: 100%">
</fieldset>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-harm">Harm</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken7">
<br><i><span data-i18n="info-harm">At four Harm, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-conditions">Conditions</span></h1>
<fieldset class="repeating_HarmConditions">
<input type="text" name="attr_HarmCondition" style="width: 100%"><br>
</fieldset></p>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-shock">Shock</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken7">
<br><i><span data-i18n="info-shock">At four Shock, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-disorders">Disorders</span></h1>
<fieldset class="repeating_ShockConditions">
<input type="text" name="attr_ShockCondition" style="width: 100%"><br>
</fieldset></p>
</div>
</div>
<div class="sheet-col">
<h1><span data-i18n="playbook-salesman">salesman</span> <span data-i18n="lbl-loremove">lore move</span></h1>
<b><span data-i18n="lbl-lore">Lore</span>:</b> &nbsp;<input type="number" name="attr_Lore" min="0" max="99" value="0" style="width: 50px"><br>
<b><span data-i18n="text-salesman-loremovename">Just The Thing:</span></b><br><span data-i18n="text-salesman-loremovedesc">Spend a point of Lore to produce a specific minor item of your choice. roll +luck to determine how good it is.<br>
&#10022; &nbsp; 10+ It is of good quality<br>
&#10022; &nbsp; 7-9 It is unreliable<br>
&#10022; &nbsp; 6 or less Whatever it is, it will work one time or only for a short duration. A key will work once and then snap off, a flashlight will last a scene (maybe), and so on. It can be repaired, but may cost as much as a new item to get fixed.</span></p>
<hr>
<h1><span data-i18n="playbook-salesman">salesman</span> <span data-i18n="lbl-moves">moves</span></h1>
<div class="sheet-Moves-Salesman">
<p><input type="checkbox" class="sheet-Moves-Salesman" name="attr_Moves-Salesman1">&nbsp;<b><span data-i18n="text-salesman-move1name">A Mile In Their Shoes</span>:</b><span data-i18n="text-salesman-move1desc"> You are able to get inside the heads of other people and think what you would have done in their place. You may roll +passion when you want to Puzzle Things Out.</span></p>
<p><input type="checkbox" class="sheet-Moves-Salesman" name="attr_Moves-Salesman2">&nbsp;<b><span data-i18n="text-salesman-move2name">Develop Rapport</span>:</b><span data-i18n="text-salesman-move2desc"> Whenever you successfully Read a Person, you get +1ongoing when reading them in the future.</span></p>
<p><input type="checkbox" class="sheet-Moves-Salesman" name="attr_Moves-Salesman3">&nbsp;<b><span data-i18n="text-salesman-move3name">Have I Got A Deal For You!</span>:</b><span data-i18n="text-salesman-move3desc"> You can get nearly anyone to put down hard coin for anything you own. You may Convince people to buy your stuff.<br>
&#10022; &nbsp; 10+ They will pay you Waelth + 1 in cash<br>
&#10022; &nbsp; 7-9 They will pay you its value (or offer to trade you something of roughly equivalent worth), Keepers choice. Depending upon the person targeted, it may take them d6 days to come up with the money.<br>
&#10022; &nbsp; 6 or less The Keeper can choose that they dont want it or cant afford it, or will give you value-1 for it, if you do them a favor first.</span></p>
<p><input type="checkbox" class="sheet-Moves-Salesman" name="attr_Moves-Salesman4">&nbsp;<b><span data-i18n="text-salesman-move4name">May I Have Your Attention, Please?</span>:</b><span data-i18n="text-salesman-move4desc"> You are able to Convince a crowd of folks to do something you like. If you miss the roll, however, they dont take kindly to your interference and become hostile towards you.</span></p>
<p><input type="checkbox" class="sheet-Moves-Salesman" name="attr_Moves-Salesman5">&nbsp;<b><span data-i18n="text-salesman-move5name">My Word Is My Bond</span>:</b><span data-i18n="text-salesman-move5desc"> You can attempt to Convince anyone, anytime, to do something for you, even if you have nothing they might want.<br>
&#10022; &nbsp; 10+ They dont really expect you to come through later and will be happy if you do (+1forward).<br>
&#10022; &nbsp; 7-9 They will be upset if you dont come through in the next d6 days. Failure to deliver will either create bad feelings (-1ongoing to Convince), a bad reputation (where you cant use this move again until you make things right), or the Keeper may hold one and decide some badness for you later.<br>
&#10022; &nbsp; 6 or less Theyve heard this sort of thing before, and you have -1forward with them in the future.</span></p>
</div>
<hr>
<div class="sheet-OtherMoves-Salesman">
<h1><span data-i18n="lbl-othermoves">Other Moves</span></h1>
<fieldset class="repeating_OtherMoves">
<input type="text" name="attr_OtherMoveName" placeholder="Name">
<textarea name="attr_OtherMoveDescrip" placeholder="Description" rows="3" cols="30"></textarea><br></fieldset>
</div>
</div>
</div>
</div>
</div>
<!-- CUSTOM -->
<div class="sheet-Custom" name="sheet-Custom">
<hr>
<div class="sheet-Stats-Custom">
<p align="center">
<b><span data-i18n="lbl-Reason">Reason</span>:</b> &nbsp;<input type="number" name="attr_Reason" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Reason}} {{roll_mod=@{Reason}}} {{result=[[2d6 + @{Reason}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Passion">Passion</span>:</b> &nbsp;<input type="number" name="attr_Passion" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Passion}} {{roll_mod=@{Passion}}} {{result=[[2d6 + @{Passion}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Might">Might</span>:</b> &nbsp;<input type="number" name="attr_Might" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Might}} {{roll_mod=@{Might}}} {{result=[[2d6 + @{Might}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Luck">Luck</span>:</b> &nbsp;<input type="number" name="attr_Luck" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Luck}} {{roll_mod=@{Luck}}} {{result=[[2d6 + @{Luck}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
<b><span data-i18n="lbl-Affinity">Affinity</span>:</b> &nbsp;<input type="number" name="attr_Affinity" min="-3" max="3" value="0" style="width: 50px"><button type='roll' value='&{template:tremulus} {{name=@{CharName}}} {{roll_name=Affinity}} {{roll_mod=@{Affinity}}} {{result=[[2d6 + @{Affinity}+?{@{macrobonus}|0}]]}}' name='roll_dsuf'></button> &nbsp;
</p>
</div>
<hr>
<div class="sheet-Etc-Custom">
<div class='sheet-2colrow'>
<div class='sheet-col'>
<b><span data-i18n="lbl-wealth">Wealth</span>:</b> &nbsp;<input type="number" name="attr_Wealth" min="0" max="99" value="0" style="width: 50px"><br>
<div class="sheet-Trust-Custom"><h1><span data-i18n="lbl-trust">Trust</span></h1>
<fieldset class="repeating_TrustTo">
<input type="text" name="attr_Trust" style="width: 100%">
</fieldset>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-harm">Harm</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Taken7">
<br><i><span data-i18n="info-harm">At four Harm, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Harm_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-conditions">Conditions</span></h1>
<fieldset class="repeating_HarmConditions">
<input type="text" name="attr_HarmCondition" style="width: 100%"><br>
</fieldset></p>
</div>
<hr>
<div class="harm-stuff"><h1><span data-i18n="lbl-shock">Shock</span></h1> <p align="center">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken1">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken2">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken3">
&nbsp;|&nbsp;
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken4">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken5">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken6">
<input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Taken7">
<br><i><span data-i18n="info-shock">At four Shock, become unstable.</span></i><br></p>
<p align="center"><input type="checkbox" class="sheet-Harm-taken" name="attr_Shock_Unstable"><span data-i18n="lbl-unstable">Unstable</span></p>
</div>
<div class="sheet-Conds-Custom"><h1><span data-i18n="lbl-disorders">Disorders</span></h1>
<fieldset class="repeating_ShockConditions">
<input type="text" name="attr_ShockCondition" style="width: 100%"><br>
</fieldset></p>
</div>
<hr>
<b><span data-i18n="lbl-lore">Lore</span>:</b> &nbsp;<input type="number" name="attr_Lore" min="0" max="99" value="0" style="width: 50px"><br>
</div>
<div class="sheet-col">
<h1><span data-i18n="playbook-custom">custom</span> <span data-i18n="lbl-moves">moves</span></h1>
<div class="sheet-Moves-Custom">
</div>
<div class="sheet-OtherMoves-Custom">
<h1><span data-i18n="lbl-othermoves">Other Moves</span></h1>
<fieldset class="repeating_OtherMoves">
<input type="text" name="attr_OtherMoveName" placeholder="Name">
<textarea name="attr_OtherMoveDescrip" placeholder="Description" rows="3" cols="30"></textarea><br></fieldset>
</div>
</div>
</div>
</div>
</div>
</div>
<script type="text/worker">
on("change:PlaysetName", function() {
console.log("Set PlaysetCheck = PlaysetName if not already equal.")
getAttrs(["PlaysetName","PlaysetCheck"], function(values) {
if (values.PlaysetCheck !== values.PlaysetName) {
setAttrs({ PlaysetCheck: values.PlaysetName });
};
});
console.log("PlaysetCheck = PlaysetName whenever changed.");
});
on("sheet:opened", function(eventInfo){
setAttrs({
macrobonus: getTranslationByKey("text-askbonus")
});
});
</script>
<rolltemplate class="sheet-rolltemplate-tremulus">
<table>
<tr>
<th colspan="5">{{name}} <span data-i18n="lbl-rolls">rolls</span> {{#roll_name}} <span data-i18n="lbl-{{roll_name}}" />{{/roll_name}}{{#roll_mod}}{{/roll_mod}}</th>
</tr>
<tr>
<td class="result dieroll" rowspan ="2" style="width: 80px">{{result}}</td>
<td colspan="4"></td>
</tr>
<tr>
<td style="width: 30px"></td>
{{#rollTotal() result 15}}
<td rowspan ="3" class="success"><span data-i18n="lbl-success">Success!</span></td>
{{/rollTotal() result 15}}
{{#rollTotal() result 14}}
<td rowspan ="3" class="success"><span data-i18n="lbl-success">Success!</span></td>
{{/rollTotal() result 14}}
{{#rollTotal() result 13}}
<td rowspan ="3" class="success"><span data-i18n="lbl-success">Success!</span></td>
{{/rollTotal() result 13}}
{{#rollTotal() result 12}}
<td rowspan ="3" class="success"><span data-i18n="lbl-success">Success!</span></td>
{{/rollTotal() result 12}}
{{#rollTotal() result 11}}
<td rowspan ="3" class="success"><span data-i18n="lbl-success">Success!</span></td>
{{/rollTotal() result 11}}
{{#rollTotal() result 10}}
<td rowspan ="3" class="success"><span data-i18n="lbl-success">Success!</span></td>
{{/rollTotal() result 10}}
{{#rollTotal() result 9}}
<td rowspan ="3" class="partial"><span data-i18n="lbl-partialsuccess">Partial Success</span></td>
{{/rollTotal() result 9}}
{{#rollTotal() result 8}}
<td rowspan ="3" class="partial"><span data-i18n="lbl-partialsuccess">Partial Success</span></td>
{{/rollTotal() result 8}}
{{#rollTotal() result 7}}
<td rowspan ="3" class="partial"><span data-i18n="lbl-partialsuccess">Partial Success</span></td>
{{/rollTotal() result 7}}
{{#rollTotal() result 6}}
<td rowspan ="3" class="failure"><span data-i18n="lbl-fail">Fail!</span></td>
{{/rollTotal() result 6}}
{{#rollTotal() result 5}}
<td rowspan ="3" class="failure"><span data-i18n="lbl-fail">Fail!</span></td>
{{/rollTotal() result 5}}
{{#rollTotal() result 4}}
<td rowspan ="3" class="failure"><span data-i18n="lbl-fail">Fail!</span></td>
{{/rollTotal() result 4}}
{{#rollTotal() result 3}}
<td rowspan ="3" class="failure"><span data-i18n="lbl-fail">Fail!</span></td>
{{/rollTotal() result 3}}
{{#rollTotal() result 2}}
<td rowspan ="3" class="failure"><span data-i18n="lbl-fail">Fail!</span></td>
{{/rollTotal() result 2}}
{{#rollTotal() result 1}}
<td rowspan ="3" class="failure"><span data-i18n="lbl-fail">Fail!</span></td>
{{/rollTotal() result 1}}
{{#rollTotal() result 0}}
<td rowspan ="3" class="failure"><span data-i18n="lbl-fail">Fail!</span></td>
{{/rollTotal() result 0}}
{{#rollTotal() result -1}}
<td rowspan ="3" class="failure"><span data-i18n="lbl-fail">Fail!</span></td>
{{/rollTotal() result -1}}
</tr>
</table>
</rolltemplate>