mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-30 03:40:32 +00:00
added AiS attributes
added additional attributes and removed second stress type
This commit is contained in:
@@ -85,7 +85,7 @@ textarea {
|
||||
|
||||
/* === BASIC === */
|
||||
.sheet-logo {
|
||||
width: 200px;
|
||||
width: 190px;
|
||||
margin: 0 5px;
|
||||
float: left;
|
||||
grid-row: span 2;
|
||||
@@ -149,7 +149,7 @@ width: calc(50% - 200px);
|
||||
}
|
||||
|
||||
.sheet-ace-box .sheet-content {
|
||||
/* display: grid;*/
|
||||
/* display: flex;*/
|
||||
gap: 5px;
|
||||
padding-left: 5px;
|
||||
/* grid-template: auto/ 22% 32% 1fr;*/
|
||||
@@ -190,6 +190,7 @@ grid-column: span 2;
|
||||
}
|
||||
|
||||
.sheet-section-aspects input {
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@@ -197,6 +198,7 @@ width: 100%;
|
||||
.sheet-section-stress td {
|
||||
text-align: left;
|
||||
padding-right: 5px;
|
||||
font-size: 12px;
|
||||
}
|
||||
.sheet-section-stress input {
|
||||
margin-left: 2px;
|
||||
@@ -245,6 +247,11 @@ font-weight: bolder;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.sheet-bold input {
|
||||
color: #222;
|
||||
font-weight: bolder;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
/* === Additional Stress and stress hack === */
|
||||
.charsheet .attr_stunt-name, .charsheet .attr_extras-name {
|
||||
@@ -381,4 +388,18 @@ border-left: none;
|
||||
}
|
||||
sheet-pos {
|
||||
z-index:initial;
|
||||
}
|
||||
}
|
||||
|
||||
.sheet-section-advancements .sheet-content {
|
||||
display: grid;
|
||||
grid-template: 1fr 2fr/1fr 1fr;
|
||||
}
|
||||
|
||||
.sheet-section-vibes .repitem {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.sheet-section-vibes select {
|
||||
width: 45px;
|
||||
float: right;
|
||||
}
|
||||
|
||||
@@ -336,56 +336,18 @@
|
||||
<div class="content">
|
||||
<table class="sheet-fullwidth">
|
||||
<tr>
|
||||
<td class="sheet-stress-descr"><span data-i18n="physical-u">Physical</span></td>
|
||||
<td class="sheet-stress-descr"><span data-i18n="stress-u">Stress</span></td>
|
||||
<td>1<input class="sheet-check-on" type="checkbox" name="attr_Phy1" /></td>
|
||||
<td>2<input class="sheet-check-on" type="checkbox" name="attr_Phy2" /></td>
|
||||
<td>3<input class="sheet-check-off" type="checkbox" name="attr_Phy3" /></td>
|
||||
<td>4<input class="sheet-check-off" type="checkbox" name="attr_Phy4" /></td>
|
||||
<td class="sheet-stress-small"><span data-i18n="extra-u">Extra</span> </td>
|
||||
<td>5<input class="sheet-check-off" type="checkbox" name="attr_Phy5" /></td>
|
||||
<td class="sheet-stress-descr">(<span data-i18n="physique-u">Physique</span>)</td>
|
||||
<td class="sheet-nbsb" data-i18n-title="physical-sboxes-u" title="Number of Physical Stress Box owned by the character">max #<input type="number" name="attr_nbpsb" class="sheet-nbsb"/></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="sheet-stress-descr"><span data-i18n="mental-u">Mental</span></td>
|
||||
<td>1<input class="sheet-check-on" type="checkbox" name="attr_Men1" /></td>
|
||||
<td>2<input class="sheet-check-on" type="checkbox" name="attr_Men2" /></td>
|
||||
<td>3<input class="sheet-check-off" type="checkbox" name="attr_Men3" /></td>
|
||||
<td>4<input class="sheet-check-off" type="checkbox" name="attr_Men4" /></td>
|
||||
<td class="sheet-stress-small"><span data-i18n="extra-u">Extra</span> </td>
|
||||
<td>5<input class="sheet-check-off" type="checkbox" name="attr_Men5" /></td>
|
||||
<td class="sheet-stress-descr">(<span data-i18n="will-u">Will</span>)</td>
|
||||
<td class="sheet-nbsb" data-i18n-title="mental-sboxes-u" title="Number of Mental Stress Box owned by the character">max #<input type="number" name="attr_nbmsb" class="sheet-nbsb"/></td>
|
||||
<td class="sheet-stress-descr">(<span data-i18n="nerves-u">Nerves</span>)</td>
|
||||
<td class="sheet-nbsb" data-i18n-title="stressboxes-u" title="Number of Stress Box owned by the character">max #<input type="number" name="attr_nbpsb" value="2" class="sheet-nbsb"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<div class="ace-box">
|
||||
<div class="title">
|
||||
<span>\</span>
|
||||
<label data-i18n="add-stress-u">Additional Stress</label>
|
||||
</div>
|
||||
<div class="content">
|
||||
<fieldset class="repeating_additional-stress">
|
||||
<table class="sheet-fullwidth">
|
||||
<tr>
|
||||
<td>
|
||||
<input type="text" name="attr_additional-stress" class="attr_add-stress" />
|
||||
</td>
|
||||
<td>1<input class="sheet-check-on" type="checkbox" name="attr_Other1" /></td>
|
||||
<td>2<input class="sheet-check-on" type="checkbox" name="attr_Other2" /></td>
|
||||
<td>3<input class="sheet-check-off" type="checkbox" name="attr_Other3" /></td>
|
||||
<td>4<input class="sheet-check-off" type="checkbox" name="attr_Other4" /></td>
|
||||
<td class="sheet-stress-small"><span data-i18n="extra-u">Extra</span> </td>
|
||||
<td>5<input class="sheet-check-off" type="checkbox" name="attr_Other5" /></td>
|
||||
<td>
|
||||
<input type="text" name="attr_additional-stress-skill" class="attr_add-stress-skill" />
|
||||
</td>
|
||||
<td class="sheet-nbsb" data-i18n-title="extra-sboxes-u" title="Number of Stress Box owned by the character in that extra stress">max #<input type="number" name="attr_nbesb" class="sheet-nbsb"/></td>
|
||||
</tr>
|
||||
</table>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
</div> <!-- .section-stress -->
|
||||
|
||||
@@ -416,15 +378,15 @@
|
||||
<label data-i18n="stunts-u">Stunts</label>
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="sheet-repitem">
|
||||
<div class="sheet-repitem bold">
|
||||
<input type="text" name="attr_PlaybookStunt" data-i18n-placeholder="playbook-stunt-u" placeholder="Playbook Stunt" />
|
||||
<textarea name="attr_PlaybookStunt_descr"></textarea>
|
||||
</div>
|
||||
<div class="sheet-repitem">
|
||||
<div class="sheet-repitem bold">
|
||||
<input type="text" name="attr_ChopperMod" data-i18n-placeholder="chopper-mod-u" placeholder="Chopper Mod" />
|
||||
<textarea name="attr_ChopperMod_descr"></textarea>
|
||||
</div>
|
||||
<div class="sheet-repitem">
|
||||
<div class="sheet-repitem bold">
|
||||
<input type="text" name="attr_GangStunt" data-i18n-placeholder="gang-stunt-u" placeholder="gang Stunt" />
|
||||
<textarea name="attr_GangStunt_descr"></textarea>
|
||||
</div>
|
||||
@@ -458,10 +420,21 @@
|
||||
</div>
|
||||
<div class="content">
|
||||
<div class="experience">
|
||||
<label data-i18n="experience-u">Experience</label>
|
||||
<input type="checkbox" name="attr_xp1" value="1"/><span></span>
|
||||
<input type="checkbox" name="attr_xp2" value="1"/><span></span>
|
||||
<input type="checkbox" name="attr_xp3" value="1"/><span></span>
|
||||
<input type="checkbox" name="attr_xp4" value="1"/><span></span>
|
||||
<input type="checkbox" name="attr_xp5" value="1"/><span></span>
|
||||
</div>
|
||||
<div class="advances">
|
||||
<label data-i18n="advances-u">Advances</label>
|
||||
<input type="checkbox" name="attr_advance1" value="1"/><span></span>
|
||||
<input type="checkbox" name="attr_advance2" value="1"/><span></span>
|
||||
<input type="checkbox" name="attr_advance3" value="1"/><span></span>
|
||||
</div>
|
||||
<div class="triggers">
|
||||
<label data-i18n="trigger-u">Trigger</label>
|
||||
<textarea name="attr_xp_trigger"></textarea>
|
||||
</div>
|
||||
</div>
|
||||
@@ -476,7 +449,10 @@
|
||||
<div class="content">
|
||||
<fieldset class="repeating_vibes">
|
||||
<input type="text" name="attr_vibes-name" class="attr_vibes-name"/>
|
||||
<textarea name="attr_stunts_descr"></textarea>
|
||||
<select name="attr_conType">
|
||||
<option>+</option>
|
||||
<option>-</option>
|
||||
</select>
|
||||
</fieldset>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -38,10 +38,11 @@
|
||||
"mild-u":"Mild",
|
||||
"moderate-u":"Moderate",
|
||||
"severe-u":"Severe",
|
||||
"physical-u":"Physical",
|
||||
"stress-u":"Stress",
|
||||
"nerves-u":"Nerves",
|
||||
"extra-u":"Extra",
|
||||
"physique-u":"Physique",
|
||||
"physical-sboxes-u":"Number of Physical Stress Box owned by the character",
|
||||
"stressboxes-u":"Number of Stress Box owned by the character",
|
||||
"mental-u":"Mental",
|
||||
"will-u":"Will",
|
||||
"mental-sboxes-u":"Number of Mental Stress Box owned by the character",
|
||||
@@ -55,5 +56,8 @@
|
||||
"gang-stunt-u":"Gang Stunt",
|
||||
"extras-u":"Extras",
|
||||
"advancements-u":"Advancements",
|
||||
"experience-u":"Experience",
|
||||
"advances-u":"Advances",
|
||||
"trigger-u":"Trigger",
|
||||
"vibes-u":"Vibes"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user