mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 19:52:29 +00:00
435 lines
20 KiB
HTML
435 lines
20 KiB
HTML
<link href='http://fonts.googleapis.com/css?family=Kaushan+Script' rel='stylesheet' type='text/css'>
|
|
|
|
<input type="radio" class="sheet-type-maid" name="attr_char-type" value="maid" checked="true" />
|
|
<h4>Maid</h4>
|
|
<input type="radio" class="sheet-type-butler" name="attr_char-type" value="butler" />
|
|
<h4>Butler</h4>
|
|
<input type="radio" class="sheet-type-master" name="attr_char-type" value="master" />
|
|
<h4>Master</h4>
|
|
|
|
<!-- start of MAID type character sheet -->
|
|
<div class="sheet-maid-box">
|
|
|
|
<div class="sheet-bounding-box" style="font-family: 'Kaushan Script', cursive;">
|
|
<div style="display: table; width: 100%;">
|
|
<div class="upper-left-box">
|
|
<div>
|
|
<h1>MAID RPG</h1>
|
|
<h2>MAID CHARACTER SHEET</h2>
|
|
</div>
|
|
|
|
<div class="form-row">Name:<input type="text" name="attr_name"></div>
|
|
<div class="form-row">Age:<input type="number" name="attr_age" style="width:50px;"></div>
|
|
<span class="box-title">Maid Colors</span>
|
|
<div class="form-row">Clothes:<input type="text" name="attr_colorclothes"></div>
|
|
<div class="form-row">Eyes:<input type="text" name="attr_coloreyes"></div>
|
|
<div class="form-row">Hair:<input type="text" name="attr_colorhair"></div>
|
|
</div>
|
|
<div style="display: table-cell; width: 60%;">
|
|
<div class="dotted">
|
|
<span class="box-title">
|
|
Maid Types:
|
|
<input type="text" name="attr_maidtype1" placeholder="Type 1" style="width: 35%; text-align: center; border: none;">
|
|
/
|
|
<input type="text" name="attr_maidtype2" placeholder="Type 2" style="width: 35%; text-align: center; border: none;">
|
|
</span>
|
|
</div>
|
|
<div style="display: table-cell;">
|
|
<div style="display: table; width: 100%; padding-right: 10px; margin-top: 10px;">
|
|
<div class="dotted" style="display: table-cell; width: 55%;">
|
|
<span class="box-title">Special Qualities</span>
|
|
<input class="note" type="text" name="attr_quality1">
|
|
<input class="note" type="text" name="attr_quality2">
|
|
<input class="note" type="text" name="attr_quality3">
|
|
<input class="note" type="text" name="attr_quality4">
|
|
<input class="note" type="text" name="attr_quality5">
|
|
<input class="note" type="text" name="attr_quality6">
|
|
</div>
|
|
<div style="display: table-cell; padding-left: 6px;">
|
|
<div class="dotted" style="height: 30%;">
|
|
<span class="box-title">Maid Roots</span>
|
|
<input type="text" name="attr_roots" class="hidden-input" placeholder="Blank Space">
|
|
</div>
|
|
<div class="dotted" style="height: 30%; margin-top: 3%;">
|
|
<span class="box-title">Stress Explosion!</span>
|
|
<input type="text" name="attr_explosion" class="hidden-input" placeholder="Blank Space">
|
|
</div>
|
|
<div class="dotted" style="height: 30%; margin-top: 3%;">
|
|
<span class="box-title">Maid Power</span>
|
|
<input type="text" name="attr_power" class="hidden-input" placeholder="Blank Space">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="attributes dotted">
|
|
<span style="float: right;">
|
|
2D6<button type="roll" name="roll_2d6" value="[[2d6]]"></button>
|
|
D6<button type="roll" name="roll_d6" value="[[d6]]"></button>
|
|
D66<button type="roll" name="roll_d66" value="[[10*d6 + d6]]"></button>
|
|
D666<button type="roll" name="roll_d666" value="[[100*d6 + 10*d6 + d6]]"></button>
|
|
</span>
|
|
<span class="box-title">Attributes</span>
|
|
<div style="clear: both;"></div>
|
|
<div class="attribute dotted">
|
|
Athletics <br>
|
|
<input type="number" name="attr_athletics">
|
|
<button type="roll" name="roll_athletics" value="/r @{athletics} * d6 (Athletics)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Affection <br>
|
|
<input type="number" name="attr_affection">
|
|
<button type="roll" name="roll_affection" value="/r @{affection} * d6 (Affection)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Skill <br>
|
|
<input type="number" name="attr_skill">
|
|
<button type="roll" name="roll_skill" value="/r @{skill} * d6 (Skill)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Cunning <br>
|
|
<input type="number" name="attr_cunning">
|
|
<button type="roll" name="roll_cunning" value="/r @{cunning} * d6 (Cunning)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Luck <br>
|
|
<input type="number" name="attr_luck">
|
|
<button type="roll" name="roll_luck" value="/r @{luck} * d6 (Luck)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Will <br>
|
|
<input type="number" name="attr_will">
|
|
<button type="roll" name="roll_will" value="/r @{will} * d6 (Will)"></button>
|
|
</div>
|
|
</div>
|
|
<div style="display: table; width: 100%;">
|
|
<div style="height: 450px; display: table-cell; width: 60%; padding-right: 10px;">
|
|
<div class="dotted lower-box">
|
|
<div style="float: right;">
|
|
<span class="box-title">Spirit ( <input type="number" name="attr_spirit" value="@{will} * 10" disabled="true" style="width:50px;"> )</span>
|
|
</div>
|
|
<span class="box-title">Stress</span>
|
|
<textarea name="attr_stress" style=""></textarea>
|
|
</div>
|
|
<div class="dotted lower-box">
|
|
<div style="float: right;">
|
|
<span class="box-title">Starting Favor ( <input type="number" name="attr_startingfavor" value="@{affection} * 2" disabled="true" style="width:50px;"> )</span>
|
|
</div>
|
|
<span class="box-title">Favor</span>
|
|
<textarea name="attr_favor" style=""></textarea>
|
|
</div>
|
|
<div class="dotted lower-box">
|
|
<span class="box-title">Notes (Appearance, Personality, Items, etc.)</span>
|
|
<textarea name="attr_notes" style=""></textarea>
|
|
</div>
|
|
</div>
|
|
<div style="height: 470px; display: table-cell;">
|
|
<div class="dotted lower-right-box" style="height: 150px;">
|
|
<span class="box-title">Maid Weapons</span>
|
|
<textarea name="attr_weapons" style=""></textarea>
|
|
</div>
|
|
<div class="dotted" style="margin-top: 3%;">
|
|
<span class="box-title">Trauma<br>
|
|
<input type="text" name="attr_trauma" class="hidden-input" placeholder="Blank Space"></span>
|
|
</div>
|
|
<div class="dotted lower-right-box" style="height: 240px; margin-top: 10px;">
|
|
<span class="box-title">Seduction (Seducer > Target)</span>
|
|
<textarea name="attr_seduction" style="" placeholder="Seducer > Target"></textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- end of MAID type character sheet-->
|
|
</div>
|
|
|
|
<!-- start of BUTLER type character sheet -->
|
|
<div class="sheet-butler-box">
|
|
|
|
<div class="sheet-bounding-box" style="font-family: 'Kaushan Script', cursive;">
|
|
<div style="display: table; width: 100%;">
|
|
<div class="upper-left-box">
|
|
<div>
|
|
<h1>MAID RPG</h1>
|
|
<h2>BUTLER CHARACTER SHEET</h2>
|
|
</div>
|
|
|
|
<div class="form-row">Name:<input type="text" name="attr_name"></div>
|
|
<div class="form-row">Age:<input type="number" name="attr_age" style="width:50px;"></div>
|
|
<span class="box-title">Butler Colors</span>
|
|
<div class="form-row">Suit:<input type="text" name="attr_colorclothes"></div>
|
|
<div class="form-row">Eyes:<input type="text" name="attr_coloreyes"></div>
|
|
<div class="form-row">Hair:<input type="text" name="attr_colorhair"></div>
|
|
</div>
|
|
<div style="display: table-cell; width: 60%;">
|
|
<div class="dotted">
|
|
<span class="box-title">
|
|
Butler Types:
|
|
<input type="text" name="attr_butlertype1" placeholder="Type 1" style="width: 35%; text-align: center; border: none;">
|
|
/
|
|
<input type="text" name="attr_butlertype2" placeholder="Type 2" style="width: 35%; text-align: center; border: none;">
|
|
</span>
|
|
</div>
|
|
<div style="display: table-cell;">
|
|
<div style="display: table; width: 100%; padding-right: 10px; margin-top: 10px;">
|
|
<div class="dotted" style="display: table-cell; width: 55%;">
|
|
<span class="box-title">Special Qualities</span>
|
|
<input class="note" type="text" name="attr_quality1">
|
|
<input class="note" type="text" name="attr_quality2">
|
|
<input class="note" type="text" name="attr_quality3">
|
|
<input class="note" type="text" name="attr_quality4">
|
|
<input class="note" type="text" name="attr_quality5">
|
|
<input class="note" type="text" name="attr_quality6">
|
|
</div>
|
|
<div style="display: table-cell; padding-left: 6px;">
|
|
<div class="dotted" style="height: 30%;">
|
|
<span class="box-title">Butler Roots</span>
|
|
<input type="text" name="attr_butlerroots" class="hidden-input" placeholder="Blank Space">
|
|
</div>
|
|
<div class="dotted" style="height: 60%; margin-top: 3%;">
|
|
<span class="box-title">Butler Powers</span>
|
|
<textarea name="attr_butlerpower" style="height:87px;" placeholder="Blank Space"></textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="attributes dotted">
|
|
<span style="float: right;">
|
|
2D6<button type="roll" name="roll_2d6" value="[[2d6]]"></button>
|
|
D6<button type="roll" name="roll_d6" value="[[d6]]"></button>
|
|
D66<button type="roll" name="roll_d66" value="[[10*d6 + d6]]"></button>
|
|
D666<button type="roll" name="roll_d666" value="[[100*d6 + 10*d6 + d6]]"></button>
|
|
</span>
|
|
<span class="box-title">Attributes</span>
|
|
<div style="clear: both;"></div>
|
|
<div class="attribute dotted">
|
|
Athletics <br>
|
|
<input type="number" name="attr_athletics">
|
|
<button type="roll" name="roll_athletics" value="/r @{athletics} * d6 (Athletics)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Affection <br>
|
|
<input type="number" name="attr_affection">
|
|
<button type="roll" name="roll_affection" value="/r @{affection} * d6 (Affection)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Skill <br>
|
|
<input type="number" name="attr_skill">
|
|
<button type="roll" name="roll_skill" value="/r @{skill} * d6 (Skill)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Cunning <br>
|
|
<input type="number" name="attr_cunning">
|
|
<button type="roll" name="roll_cunning" value="/r @{cunning} * d6 (Cunning)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Luck <br>
|
|
<input type="number" name="attr_luck">
|
|
<button type="roll" name="roll_luck" value="/r @{luck} * d6 (Luck)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Will <br>
|
|
<input type="number" name="attr_will">
|
|
<button type="roll" name="roll_will" value="/r @{will} * d6 (Will)"></button>
|
|
</div>
|
|
</div>
|
|
<div style="display: table; width: 100%;">
|
|
<div style="height: 450px; display: table-cell; width: 60%; padding-right: 10px;">
|
|
<div class="dotted lower-box">
|
|
<div style="float: right;">
|
|
<span class="box-title">Spirit ( <input type="number" name="attr_spirit" value="@{will} * 10" disabled="true" style="width:50px;"> )</span>
|
|
</div>
|
|
<span class="box-title">Stress</span>
|
|
<textarea name="attr_stress" style=""></textarea>
|
|
</div>
|
|
<div class="dotted lower-box">
|
|
<div style="float: right;">
|
|
<span class="box-title">Starting Favor ( <input type="number" name="attr_startingfavor" value="@{affection} * 2" disabled="true" style="width:50px;"> )</span>
|
|
</div>
|
|
<span class="box-title">Favor</span>
|
|
<textarea name="attr_favor" style=""></textarea>
|
|
</div>
|
|
<div class="dotted lower-box">
|
|
<span class="box-title">Notes (Appearance, Personality, Items, etc.)</span>
|
|
<textarea name="attr_notes" style=""></textarea>
|
|
</div>
|
|
</div>
|
|
<div style="height: 470px; display: table-cell;">
|
|
<div class="dotted lower-right-box" style="height: 150px;">
|
|
<span class="box-title">Butler Weapons</span>
|
|
<textarea name="attr_butlerweapons" style=""></textarea>
|
|
</div>
|
|
<div class="dotted" style="margin-top: 3%;">
|
|
<span class="box-title">Trauma<br>
|
|
<input type="text" name="attr_trauma" class="hidden-input" placeholder="Blank Space"></span>
|
|
</div>
|
|
<div class="dotted lower-right-box" style="height: 230px; margin-top: 10px;">
|
|
<span class="box-title">Seduction (Seducer > Target)</span>
|
|
<textarea name="attr_seduction" style="" placeholder="Seducer > Target"></textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
|
|
<!-- end of BUTLER type character sheet-->
|
|
</div>
|
|
|
|
|
|
<!-- start of MASTER type character sheet -->
|
|
<div class="sheet-master-box">
|
|
|
|
<div class="sheet-bounding-box" style="font-family: 'Kaushan Script', cursive;">
|
|
<div style="display: table; width: 100%;">
|
|
<div class="upper-left-box">
|
|
<div>
|
|
<h1>MAID RPG</h1>
|
|
<h2>MASTER CHARACTER SHEET</h2>
|
|
</div>
|
|
|
|
<div class="form-row">Name:<input type="text" name="attr_name"></div>
|
|
<div class="form-row">Age:<input type="number" name="attr_age" style="width:50px;"></div>
|
|
<div class="form-row">Favorite Maid Type:<input type="text" name="attr_masterfavoritetype"></div>
|
|
<span class="box-title">Master Colors</span>
|
|
<div class="form-row">Eyes:<input type="text" name="attr_coloreyes"></div>
|
|
<div class="form-row">Hair:<input type="text" name="attr_colorhair"></div>
|
|
</div>
|
|
<div style="display: table-cell; width: 60%;">
|
|
<div class="dotted">
|
|
<span class="box-title">
|
|
Master Type:
|
|
<input type="text" name="attr_mastertype" placeholder="Master Type" class="note" style="width: 70%; text-align: center; border: none;">
|
|
</span>
|
|
</div>
|
|
<div style="display: table-cell;">
|
|
<div style="display: table; width: 100%; padding-right: 10px; margin-top: 10px;">
|
|
<div class="dotted" style="display: table-cell; width: 55%;">
|
|
<span class="box-title">Special Qualities</span>
|
|
<input class="note" type="text" name="attr_quality1">
|
|
<input class="note" type="text" name="attr_quality2">
|
|
<input class="note" type="text" name="attr_quality3">
|
|
<input class="note" type="text" name="attr_quality4">
|
|
<input class="note" type="text" name="attr_quality5">
|
|
<input class="note" type="text" name="attr_quality6">
|
|
</div>
|
|
<div style="display: table-cell; padding-left: 6px;">
|
|
<div class="dotted" style="height: 30%;">
|
|
<span class="box-title">Stress Explosion</span>
|
|
<input type="text" name="attr_explosion" class="hidden-input" placeholder="Blank Space">
|
|
</div>
|
|
<div class="dotted" style="height: 70%; margin-top: 3%;">
|
|
<span class="box-title">Power Sources</span>
|
|
<textarea name="attr_masterpower" style="height:87px;" placeholder="Blank Space"></textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="attributes dotted">
|
|
<span style="float: right;">
|
|
2D6<button type="roll" name="roll_2d6" value="[[2d6]]"></button>
|
|
D6<button type="roll" name="roll_d6" value="[[d6]]"></button>
|
|
D66<button type="roll" name="roll_d66" value="[[10*d6 + d6]]"></button>
|
|
D666<button type="roll" name="roll_d666" value="[[100*d6 + 10*d6 + d6]]"></button>
|
|
</span>
|
|
<span class="box-title">Attributes</span>
|
|
<div style="clear: both;"></div>
|
|
<div class="attribute dotted">
|
|
Athletics <br>
|
|
<input type="number" name="attr_athletics">
|
|
<button type="roll" name="roll_athletics" value="/r @{athletics} * d6 (Athletics)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Affection <br>
|
|
<input type="number" name="attr_affection">
|
|
<button type="roll" name="roll_affection" value="/r @{affection} * d6 (Affection)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Skill <br>
|
|
<input type="number" name="attr_skill">
|
|
<button type="roll" name="roll_skill" value="/r @{skill} * d6 (Skill)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Cunning <br>
|
|
<input type="number" name="attr_cunning">
|
|
<button type="roll" name="roll_cunning" value="/r @{cunning} * d6 (Cunning)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Luck <br>
|
|
<input type="number" name="attr_luck">
|
|
<button type="roll" name="roll_luck" value="/r @{luck} * d6 (Luck)"></button>
|
|
</div>
|
|
<div class="attribute dotted">
|
|
Will <br>
|
|
<input type="number" name="attr_will">
|
|
<button type="roll" name="roll_will" value="/r @{will} * d6 (Will)"></button>
|
|
</div>
|
|
</div>
|
|
<div style="display: table; width: 100%;">
|
|
<div style="height: 500px; display: table-cell; width: 60%; padding-right: 10px;">
|
|
<div class="dotted lower-box">
|
|
<div style="float: right;">
|
|
<span class="box-title">Spirit ( <input type="number" name="attr_spirit" value="@{will} * 10" disabled="true" style="width:50px;"> )</span>
|
|
</div>
|
|
<span class="box-title">Stress</span>
|
|
<textarea name="attr_stress" style=""></textarea>
|
|
</div>
|
|
<div class="dotted lower-box2" style="width: 100%;">
|
|
<span class="box-title" style="float: left;">Mansion Name: <input type="text" name="attr_mansionname"></span>
|
|
<span class="box-title" style="float: right;">Age: <input type="number" name="attr_mansionage" style="width:70px;"></span>
|
|
</div>
|
|
<div class="dotted lower-box2">
|
|
<span class="box-title">World: <input type="text" name="attr_mansionworld" style="width:70%;"></span>
|
|
</div>
|
|
<div class="dotted lower-box2" style="float: right;">
|
|
<span class="box-title">Encounter Table:</span>
|
|
<span class="box-title"><input type="text" class="note" name="attr_encounter1" style="float:right;" value="1: ">
|
|
<input type="text" class="note" name="attr_encounter2" style="float:right;" value="2: ">
|
|
<input type="text" class="note" name="attr_encounter3" style="float:right;" value="3: ">
|
|
<input type="text" class="note" name="attr_encounter4" style="float:right;" value="4: ">
|
|
<input type="text" class="note" name="attr_encounter5" style="float:right;" value="5: ">
|
|
<input type="text" class="note" name="attr_encounter6" style="float:right;" value="6: "></span>
|
|
</div>
|
|
<div class="dotted lower-box2">
|
|
<span class="box-title">Mood: <input type="text" name="attr_mansionmood"></span>
|
|
</div>
|
|
<div class="dotted lower-box2">
|
|
<span class="box-title">Appearance: <input type="text" name="attr_mansionappearance"></span>
|
|
</div>
|
|
<div class="dotted lower-box2">
|
|
<span class="box-title">Colors: <input type="text" name="attr_mansioncolor1" style="width:33%;"> / <input type="text" name="attr_mansioncolor2" style="width:33%;"></span>
|
|
</div>
|
|
<div class="dotted lower-box" style="float:left; margin-top:5px;">
|
|
<span class="box-title">Special Facilities:</span>
|
|
<textarea name="attr_mansionfacilities" style=""></textarea>
|
|
</div>
|
|
</div>
|
|
<div style="height: 500px; display: table-cell;">
|
|
<div class="dotted" style="margin-top: 3%;">
|
|
<span class="box-title">Trauma<br>
|
|
<input type="text" name="attr_trauma" class="hidden-input" placeholder="Blank Space"></span>
|
|
</div>
|
|
<div class="dotted lower-right-box" style="height: 230px; margin-top: 10px;">
|
|
<span class="box-title">Seduction (Seducer > Target)</span>
|
|
<textarea name="attr_seduction" style="" placeholder="Seducer > Target"></textarea>
|
|
</div>
|
|
<div class="dotted lower-right-box" style="height: 240px; margin-top:10px;">
|
|
<span class="box-title">Notes (Personality, Items, etc)</span>
|
|
<textarea name="attr_notes" style=""></textarea>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<!-- end of MASTER type character sheet-->
|
|
</div>
|
|
|
|
|
|
|
|
|