Files
roll20-character-sheets/they-stirred/they-stirred.html
T
2024-06-03 13:15:14 -04:00

155 lines
7.1 KiB
HTML

<div class="sheet-section">
<div class="sheet-sub-section sheet-wide sheet-inline">
<label for="attr_character_name">Name</label>
<input name="attr_character_name" type="text" class="sheet-full"/>
</div>
<div class="sheet-sub-section sheet-wide sheet-inline">
<label for="attr_character_background">Background</label>
<input name="attr_character_background" type="text" class="sheet-full"/>
</div>
</div>
<div class="sheet-section">
<div id="brawn-section" class="sheet-sub-section sheet-med-wide sheet-inline">
<label for="brawn">Brawn</label>
<select name="attr_brawn" id="brawn">
<option value="1">+1</option>
<option value="0" selected="selected">0</option>
<option value="-1">-1</option>
</select>
<button name="roll_brawn" type="roll" value="@{character_name} rolls [[2d6 + @{brawn}]] for Brawn">Roll + Brawn</button>
</div>
<div id="grit-section" class="sheet-sub-section sheet-med-wide sheet-inline">
<label for="grit">Grit</label>
<select name="attr_grit" id="grit">
<option value="1">+1</option>
<option value="0" selected="selected">0</option>
<option value="-1">-1</option>
</select>
<button name="roll_grit" type="roll" value="@{character_name} rolls [[2d6 + @{grit}]] for Grit">Roll + Grit</button>
</div>
<div id="wiles-section" class="sheet-sub-section sheet-med-wide sheet-inline">
<label for="wiles">Wiles</label>
<select name="attr_wiles" id="wiles">
<option value="1">+1</option>
<option value="0" selected="selected">0</option>
<option value="-1">-1</option>
</select>
<button name="roll_wiles" type="roll" value="@{character_name} rolls [[2d6 + @{wiles}]] for Wiles">Roll + Wiles</button>
</div>
</div>
<div class="sheet-section">
<input type="checkbox" class="arrow sheet-checkbox" value="hide-injuries"/>
<label for="hide-injuries" class="sheet-checkbox-label">Injuries</label>
<div class="sheet-sub-section">
<label for="superfical"><input type="checkbox" id="superficial" name="attr-superficial-injury"/> Superficial (-1 to all stats)</label>
<label for="serious"><input type="checkbox" id="serious" name="attr-serious-injury"/> Serious (roll at disadvantage)</label>
<label for="critical"><input type="checkbox" id="critical" name="attr-critical-injury"/> Critial (always roll 6-)</label>
<label for="dead"><input type="checkbox" id="dead" name="attr-dead"/> Dead</label>
</div>
</div>
</div>
<div class="sheet-section">
<input type="checkbox" class="arrow sheet-checkbox" value="hide-background"/>
<label for="hide-background" class="sheet-checkbox-label">Background</label>
<div class="sheet-sub-section">
<label for="background-action">Special Actions</label>
<textarea name="attr_background_action" rows="3"></textarea>
<textarea name="attr_background_action_2" rows="3"></textarea>
</div>
</div>
<div class="sheet-section">
<input type="checkbox" class="arrow sheet-checkbox" value="hide-weapon"/>
<label for="hide-weapon" class="sheet-checkbox-label">Weapon</label>
<div class="sheet-sub-section">
<div class="sheet-wide sheet-inline">
<label for="weapon-name">Weapon Name</label>
<input type="text" name="attr_weapon_name"/>
</div>
<div class="sheet-wide sheet-inline">
<label for="weapon-traits">Primary Trait</label>
<select class="sheet-inline" name="attr_weapon_primary_tag">
<option value="melee">melee</option>
<option value="ranged">ranged</option>
</select>
</div>
<label for="weapon-trait-secondary">Other Traits</label>
<div id="weapon-trait-secondary" style="column">
<input type="checkbox" name="attr_weapon_area" value="area"/>
<label for="area" class="sheet-checkbox-label-small">Area</label>
<input type="checkbox" name="attr_weapon_brutal" value="brutal"/>
<label for="area" class="sheet-checkbox-label-small">Brutal</label>
<input type="checkbox" name="attr_weapon_fire" value="fire"/>
<label for="area" class="sheet-checkbox-label-small">Fire</label>
<input type="checkbox" name="attr_weapon_hidden" value="hidden"/>
<label for="area" class="sheet-checkbox-label-small">Hidden</label>
<input type="checkbox" name="attr_weapon_less-lethal" value="less-lethal"/>
<label for="area" class="sheet-checkbox-label-small">Less Lethal</label>
<input type="checkbox" name="attr_weapon_one-shot" value="one-shot"/>
<label for="area" class="sheet-checkbox-label-small">One Shot</label>
<input type="checkbox" name="attr_weapon_unreliable" value="unreliable"/>
<label for="area" class="sheet-checkbox-label-small">Unreliable</label>
</div>
</div>
</div>
<div class="sheet-section">
<input type="checkbox" class="arrow sheet-checkbox" value="hide-favors"/>
<label for="hide-favors" class="sheet-checkbox-label">Favors</label>
<div class="sheet-sub-section">
<div class="sheet-med-wide sheet-inline sheet-column-label">Favors owed to me</div>
<div class="sheet-extra-wide sheet-inline sheet-column-label">By whom</div>
<div class="sheet-med-wide sheet-inline"><input type="number" name="attr_favors_owed_me_1_count"/></div>
<div class="sheet-extra-wide sheet-inline"><input type="text" class="sheet-full" name="attr_favors_owed_me_1_target"/></div>
<div class="sheet-med-wide sheet-inline"><input type="number" name="attr_favors_owed_me_2_count"/></div>
<div class="sheet-extra-wide sheet-inline"><input type="text" class="sheet-full" name="attr_favors_owed_me_2_target"/></div>
<div class="sheet-med-wide sheet-inline"><input type="number" name="attr_favors_owed_me_3_count"/></div>
<div class="sheet-extra-wide sheet-inline"><input type="text" class="sheet-full" name="attr_favors_owed_me_3_target"/></div>
</div>
<div class="sheet-sub-section">
<div class="sheet-med-wide sheet-inline sheet-column-label">Favors I owe</div>
<div class="sheet-extra-wide sheet-inline sheet-column-label">To whom</div>
<div class="sheet-med-wide sheet-inline"><input type="number" name="attr_favors_i_owe_1_count"/></div>
<div class="sheet-extra-wide sheet-inline"><input type="text" class="sheet-full" name="attr_favors_i_owe_1_target"/></div>
<div class="sheet-med-wide sheet-inline"><input type="number" name="attr_favors_i_owe_2_count"/></div>
<div class="sheet-extra-wide sheet-inline"><input type="text" class="sheet-full" name="attr_favors_i_owe_2_target"/></div>
<div class="sheet-med-wide sheet-inline"><input type="number" name="attr_favors_i_owe_3_count"/></div>
<div class="sheet-extra-wide sheet-inline"><input type="text" class="sheet-full" name="attr_favors_i_owe_3_target"/></div>
</div>
</div>