mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-11 01:22:32 +00:00
Don't Rest Your Head (New Sheet)
This commit is contained in:
@@ -0,0 +1,146 @@
|
||||
.sheet-basic {
|
||||
font-family: Verdana;
|
||||
/* background-image: url("https://i.imgur.com/gIacv0f.jpg"); */
|
||||
background: #e5e5e5;
|
||||
padding: 10px;
|
||||
}
|
||||
|
||||
/*-------------- Table Formatting -----------------*/
|
||||
.sheet-divTable{
|
||||
display: table;
|
||||
width: 100%;
|
||||
}
|
||||
.sheet-divTableRow {
|
||||
display: table-row;
|
||||
}
|
||||
.sheet-divTableHeading {
|
||||
background-color: #EEE;
|
||||
display: table-header-group;
|
||||
}
|
||||
.sheet-divTableCell, .sheet-divTableHead {
|
||||
border: 1px solid #e5e5e5;
|
||||
display: table-cell;
|
||||
background: gray;
|
||||
color: white;
|
||||
padding: 3px 10px;
|
||||
}
|
||||
.sheet-divTableHeading {
|
||||
background-color: #EEE;
|
||||
display: table-header-group;
|
||||
font-weight: bold;
|
||||
}
|
||||
.sheet-divTableFoot {
|
||||
background-color: #EEE;
|
||||
display: table-footer-group;
|
||||
font-weight: bold;
|
||||
}
|
||||
.sheet-divTableBody {
|
||||
display: table-row-group;
|
||||
}
|
||||
|
||||
.sheet-discipline {
|
||||
background: white;
|
||||
}
|
||||
|
||||
.sheet-exhaustion {
|
||||
background: gray;
|
||||
}
|
||||
|
||||
.sheet-madness {
|
||||
background: red;
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-conflict td {
|
||||
padding-left: 30px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-conflict th {
|
||||
text-align: center;
|
||||
}
|
||||
/*-------------- End Table Formatting -----------------*/
|
||||
.sheet-hidden {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.sheet-title2 {
|
||||
font-size: 1em;
|
||||
line-height: 1em;
|
||||
font-family: Courier;
|
||||
text-transform: uppercase;
|
||||
padding:5px;
|
||||
padding-left:20px;
|
||||
/* color: #660000; */
|
||||
color: white;
|
||||
background: black;
|
||||
}
|
||||
|
||||
.sheet-title3 {
|
||||
font-size: 1.5em;
|
||||
line-height: 1.5em;
|
||||
font-family: Georgia;
|
||||
color: gray;
|
||||
}
|
||||
|
||||
.sheet-textbox2 {
|
||||
width: 50px;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.sheet-textarea {
|
||||
width: 100%;
|
||||
height: 70px;
|
||||
resize: vertical;
|
||||
border: 1px dotted #d3d3d3;
|
||||
border-radius:0px 10px;
|
||||
font-family: verdana;
|
||||
}
|
||||
|
||||
.sheet-textfight {
|
||||
|
||||
}
|
||||
|
||||
.sheet-select {
|
||||
background: black;
|
||||
color: white;
|
||||
height:30px;
|
||||
font-size: 1.2em;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
|
||||
.sheet-textflight {
|
||||
|
||||
}
|
||||
|
||||
.sheet-checkbox_response {
|
||||
|
||||
}
|
||||
|
||||
/*----------Result Recolor------------*/
|
||||
|
||||
.sheet-rolltemplate-conflict .inlinerollresult,
|
||||
.sheet-rolltemplate-conflict .inlinerollresult.fullfail,
|
||||
.sheet-rolltemplate-conflict .inlinerollresult.importantroll,
|
||||
.sheet-rolltemplate-conflict .inlinerollresult.fullcrit {
|
||||
border: 0px;
|
||||
background: none;
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-conflict .inlinerollresult.fullcrit,
|
||||
.sheet-rolltemplate-conflict .inlinerollresult.importantroll {
|
||||
background: black;
|
||||
color: white;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
.sheet-rolltemplate-conflict table {
|
||||
border: 2px black;
|
||||
background: white;
|
||||
border-radius: 2px 20px 20px 2px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sheet-tcat {
|
||||
font-weight: bold;
|
||||
|
||||
}
|
||||
@@ -0,0 +1,99 @@
|
||||
<div class='sheet-basic'>
|
||||
|
||||
<div class='sheet-2colrow'>
|
||||
|
||||
<div class='sheet-col'>
|
||||
<div class="sheet-title2">I Am...</div>
|
||||
<div><input placeholder="Name" class="sheet-textarea" style="font-size: 2em; font-family: Georgia;" name="attr_character_name"></div>
|
||||
<input placeholder="Character concept" type="text" class="sheet-textarea" style="font-style: italic;" name="attr_description">
|
||||
|
||||
<div class="sheet-title2" style="margin-top:20px;">Player Questions:</div>
|
||||
<div class="sheet-title3">What's on the Surface?</div>
|
||||
<textarea type="text" class="sheet-textarea" name="attr_qsurface" placeholder="How do others see you? Physically? What impressions do you give off?"></textarea>
|
||||
<div class="sheet-title3">What Lies Beneath?</div>
|
||||
<textarea type="text" class="sheet-textarea" name="attr_qbeneath" placeholder="How do you see yourself? What lies do you tell yourself? What secrets would you give your life to protect? "></textarea>
|
||||
<div class="sheet-title3">What's Been Keeping You Awake?</div>
|
||||
<textarea type="text" class="sheet-textarea" name="attr_qawake" placeholder="What troubles you? What pressures have turned you into an insomniac?"></textarea>
|
||||
<div class="sheet-title3">What's Just Happened to You?</div>
|
||||
<textarea type="text" class="sheet-textarea" name="attr_qhappening" placeholder="Something exciting and stressful has happened to you in this scene. Is the source of the stress mundane or supernatural?"></textarea>
|
||||
|
||||
</div>
|
||||
|
||||
<div class='sheet-col'>
|
||||
<div class="sheet-title2">I Roll...</div>
|
||||
|
||||
<div class="sheet-divTable">
|
||||
<div class="sheet-divTableBody">
|
||||
<div class="sheet-divTableRow">
|
||||
<div class="sheet-divTableCell">Discipline</div>
|
||||
<div><input placeholder="3" type="text" class="sheet-textbox2" name="attr_discipline"></div>
|
||||
</div>
|
||||
<div class="sheet-divTableRow">
|
||||
<div class="sheet-divTableCell">Exhaustion</div>
|
||||
<div><input placeholder="0" type="text" class="sheet-textbox2" name="attr_exhaustion"></div>
|
||||
</div>
|
||||
<div class="sheet-divTableRow">
|
||||
<div class="sheet-divTableCell">Madness</div>
|
||||
<div><input placeholder="0" type="text" class="sheet-textbox2" name="attr_madness"></div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!--Conflict Roller-->
|
||||
<div>
|
||||
<button type="roll" class="sheet-button" value="&{template:conflict} {{title=@{character_name}}} {{discipline=[[@{discipline}d6<3s]]}} {{exhaustion=[[@{exhaustion}d6<3s]]}} {{madness=[[@{madness}d6<3s]]}}"></button>
|
||||
</div>
|
||||
|
||||
<div class="sheet-title2" style="margin-top:20px;">Exhaustion Talent</div>
|
||||
<div><textarea type="text" class="sheet-textarea" name="attr_exhaustiontal" placeholder="A talent that allows your character to be thoroughly exceptional —supernaturally so— at a particular thing you can already do."></textarea></div>
|
||||
<div class="sheet-title2">Madness Talent</div>
|
||||
<div><textarea type="text" class="sheet-textarea" name="attr_madnesstal" placeholder="A talent that allows your character to do something a person simply can't normally do — something which is normally outside of the realm of human possibility."></textarea></div>
|
||||
<div class="sheet-title2">Responses</div>
|
||||
<div class="sheet-title3">When I am overwhelmed, I...</div>
|
||||
<div>
|
||||
<select class="sheet-select" name="attr_response1">
|
||||
<option value="none" style="font-style: italic;">None</option>
|
||||
<option value="fight" class="sheet-textfight">Fight</option>
|
||||
<option value="flight" class="sheet-textflee">Flee</option>
|
||||
</select>
|
||||
<input type="checkbox" class="sheet-checkbox_response" name="attr_responseuse1">
|
||||
|
||||
<select class="sheet-select" name="attr_response2">
|
||||
<option value="none" style="font-style: italic;">None</option>
|
||||
<option value="fight" class="sheet-textfight">Fight</option>
|
||||
<option value="flight" class="sheet-textflee">Flee</option>
|
||||
</select>
|
||||
<input type="checkbox" class="sheet-checkbox_response" name="attr_responseuse2">
|
||||
|
||||
<select class="sheet-select" name="attr_response3">
|
||||
<option value="none" style="font-style: italic;">None</option>
|
||||
<option value="fight" class="sheet-textfight">Fight</option>
|
||||
<option value="flight" class="sheet-textflee">Flee</option>
|
||||
</select>
|
||||
<input type="checkbox" class="sheet-checkbox_response" name="attr_responseuse3">
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
<!-- Roll Templates -->
|
||||
<div class="sheet-hidden">
|
||||
|
||||
<rolltemplate class="sheet-rolltemplate-conflict">
|
||||
<table>
|
||||
<tr><th colspan=2>{{title}}</th></tr>
|
||||
<tr>
|
||||
<td class="sheet-discipline"><span class="tcat">Discipline: </span></td><td style="padding-right:10px;">{{discipline}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sheet-exhaustion"><span class="tcat">Exhaustion: </span></td><td style="padding-right:10px;">{{exhaustion}}</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sheet-madness"><span class="tcat">Madness: </span></td><td style="padding-right:10px;">{{madness}}</td>
|
||||
</tr>
|
||||
</table>
|
||||
</rolltemplate>
|
||||
|
||||
</div>
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 51 KiB |
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"html": "dontrestyourhead.html",
|
||||
"css": "dontrestyourhead.css",
|
||||
"authors": "Medieve (Richard T.)",
|
||||
"patreon": "https://www.patreon.com/sceneficant",
|
||||
"roll20userid": "492849,23472",
|
||||
"preview": "dontrestyourhead.png",
|
||||
"instructions": "#Don't Rest Your Head\r \r **For use with Don't Rest Your Head by Fred Hicks. If you enjoy the sheet please consider supporting a community author on patreon.** \r\r
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user