General Cleanup

CSS
 - Removed unnecessary units on 0 values
 - Replaced invalid css values (such as line-height default) with valid equivalents
Templates
 - Added missing closing tags
 - Fixed incorrect closing tags
 - Removed unnecessary closing tags
This commit is contained in:
Jacob Lucas 2021-06-03 14:37:04 +01:00
parent d0e0dda2b3
commit 92bf020cdf
23 changed files with 272 additions and 279 deletions

View file

@ -106,17 +106,17 @@
&:nth-child(even) { &:nth-child(even) {
width: 150px; width: 150px;
margin: 0.5em 0.5em; margin: 0.5em 0.5em;
padding: 0px 10px 0px 10px; padding: 0 10px 0 10px;
text-align: left; text-align: left;
} }
} }
thead { thead {
border-bottom: 0px; border-bottom: 0;
} }
th { th {
color: #000000; color: #000000;
text-shadow: none; text-shadow: none;
border-bottom: 0px; border-bottom: 0;
background-color: #bdc8cc; background-color: #bdc8cc;
text-transform: none; text-transform: none;
font-weight: bold; font-weight: bold;
@ -129,7 +129,7 @@
&:nth-child(even) { &:nth-child(even) {
width: 150px; width: 150px;
margin: 0.5em 0.5em; margin: 0.5em 0.5em;
padding: 0px 10px 0px 10px; padding: 0 10px 0 10px;
text-align: left; text-align: left;
} }
} }
@ -137,7 +137,7 @@
.medtable { .medtable {
table { table {
width: 500px; width: 500px;
border: 0px; border: 0;
margin: 0.5em 0.5em; margin: 0.5em 0.5em;
} }
td { td {
@ -149,17 +149,17 @@
&:nth-child(even) { &:nth-child(even) {
width: 450px; width: 450px;
margin: 0.5em 0.5em; margin: 0.5em 0.5em;
padding: 0px 10px 0px 0px; padding: 0 10px 0 0;
text-align: left; text-align: left;
} }
} }
thead { thead {
border-bottom: 0px; border-bottom: 0;
} }
th { th {
color: #000000; color: #000000;
text-shadow: none; text-shadow: none;
border-bottom: 0px; border-bottom: 0;
background-color: #bdc8cc; background-color: #bdc8cc;
text-transform: none; text-transform: none;
font-weight: bold; font-weight: bold;
@ -174,8 +174,8 @@
} }
.classtable { .classtable {
blockquote { blockquote {
border-left: 0px; border-left: 0;
border-right: 0px; border-right: 0;
background-color: #bdc8cc; background-color: #bdc8cc;
width: 600px; width: 600px;
h3 { h3 {
@ -189,8 +189,8 @@
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;
background: rgba(0, 0, 0, 0.05); background: rgba(0, 0, 0, 0.05);
border-left: 0px; border-left: 0;
border-right: 0px; border-right: 0;
border-top: 0; border-top: 0;
border-bottom: 0; border-bottom: 0;
margin: 0.5em 0; margin: 0.5em 0;
@ -200,7 +200,7 @@
thead { thead {
color: #000000; color: #000000;
text-shadow: none; text-shadow: none;
border-bottom: 0px; border-bottom: 0;
background-color: #bdc8cc; background-color: #bdc8cc;
text-transform: none; text-transform: none;
font-style: normal; font-style: normal;
@ -209,7 +209,7 @@
th { th {
color: #000000; color: #000000;
text-shadow: none; text-shadow: none;
border-bottom: 0px; border-bottom: 0;
background-color: #bdc8cc; background-color: #bdc8cc;
text-transform: none; text-transform: none;
font-style: normal; font-style: normal;
@ -246,7 +246,7 @@
width: 100%; width: 100%;
line-height: 18px; line-height: 18px;
margin-bottom: 15px; margin-bottom: 15px;
border: 0 0 0 0; border: 0;
border-bottom: none; border-bottom: none;
overflow-x: auto; overflow-x: auto;
tbody { tbody {

View file

@ -185,7 +185,7 @@
display: inline-block; display: inline-block;
text-align: right; text-align: right;
padding: 0px 3px; padding: 0 3px;
&:last-child { &:last-child {
text-align: left; text-align: left;
@ -780,7 +780,7 @@
display: block; display: block;
width: 100%; width: 100%;
text-align: right; text-align: right;
padding: 0px 3px; padding: 0 3px;
&:last-child { &:last-child {
text-align: left; text-align: left;
} }
@ -956,7 +956,7 @@
display: block; display: block;
width: 100%; width: 100%;
text-align: right; text-align: right;
padding: 0px 3px; padding: 0 3px;
&:last-child { &:last-child {
text-align: left; text-align: left;
} }

View file

@ -231,7 +231,7 @@
padding-bottom: 4px; padding-bottom: 4px;
.folder { .folder {
& > .folder-header { & > .folder-header {
line-height: default; line-height: initial;
padding: 0 0 0 8px; padding: 0 0 0 8px;
position: relative; position: relative;
border: none; border: none;

View file

@ -302,7 +302,7 @@
} }
.folder { .folder {
& > .folder-header { & > .folder-header {
line-height: default; line-height: initial;
padding: 0 0 0 8px; padding: 0 0 0 8px;
position: relative; position: relative;
border: none; border: none;

View file

@ -642,7 +642,6 @@ export default class Actor5e extends Actor {
break; break;
} }
} }
continue;
} }
ad.attributes.force.known.value = knownForcePowers; ad.attributes.force.known.value = knownForcePowers;
ad.attributes.tech.known.value = knownTechPowers; ad.attributes.tech.known.value = knownTechPowers;

View file

@ -486,8 +486,8 @@ async function addFavorites(app, html, data) {
let v = (comps.vocal) ? "V" : ""; let v = (comps.vocal) ? "V" : "";
let s = (comps.somatic) ? "S" : ""; let s = (comps.somatic) ? "S" : "";
let m = (comps.material) ? "M" : ""; let m = (comps.material) ? "M" : "";
let c = (comps.concentration) ? true : false; let c = !!(comps.concentration);
let r = (comps.ritual) ? true : false; let r = !!(comps.ritual);
item.powerComps = `${v}${s}${m}`; item.powerComps = `${v}${s}${m}`;
item.powerCon = c; item.powerCon = c;
item.powerRit = r; item.powerRit = r;
@ -643,11 +643,7 @@ async function addSubTabs(app, html, data) {
return tab.target == target return tab.target == target
}); });
data.options.subTabs[subgroup].map(el => { data.options.subTabs[subgroup].map(el => {
if(el.target == target) { el.active = el.target == target;
el.active = true;
} else {
el.active = false;
}
return el; return el;
}) })

View file

@ -1022,7 +1022,7 @@ SW5E.powerLevels = {
}; };
// TODO: This is used for spell scrolls, it maps the level to the compendium ID of the item the spell would be bound to // TODO: This is used for spell scrolls, it maps the level to the compendium ID of the item the spell would be bound to
// We could use this wit, say, holocrons to produce scrolls // We could use this with, say, holocrons to produce scrolls
/* /*
// Power Scroll Compendium UUIDs // Power Scroll Compendium UUIDs
SW5E.powerScrollIds = { SW5E.powerScrollIds = {

View file

@ -102,7 +102,7 @@ body {
font-size: 13px; font-size: 13px;
color: #191813; color: #191813;
} }
.sw5e input[type="text"] .sw5e input[type="text"],
.sw5e select { .sw5e select {
height: calc(100% - 2px); height: calc(100% - 2px);
border: 1px solid #7a7971; border: 1px solid #7a7971;

View file

@ -555,7 +555,7 @@ input[type="reset"]:disabled {
padding-bottom: 4px; padding-bottom: 4px;
} }
.sidebar-tab .directory-list .folder > .folder-header { .sidebar-tab .directory-list .folder > .folder-header {
line-height: default; line-height: initial;
padding: 0 0 0 8px; padding: 0 0 0 8px;
position: relative; position: relative;
border: none; border: none;
@ -899,7 +899,7 @@ input[type="reset"]:disabled {
.sw5e.sheet.actor .swalt-sheet header .attributes .attribute-value .value-number { .sw5e.sheet.actor .swalt-sheet header .attributes .attribute-value .value-number {
display: inline-block; display: inline-block;
text-align: right; text-align: right;
padding: 0px 3px; padding: 0 3px;
} }
.sw5e.sheet.actor .swalt-sheet header .attributes .attribute-value .value-number:last-child { .sw5e.sheet.actor .swalt-sheet header .attributes .attribute-value .value-number:last-child {
text-align: left; text-align: left;
@ -1439,7 +1439,7 @@ input[type="reset"]:disabled {
display: block; display: block;
width: 100%; width: 100%;
text-align: right; text-align: right;
padding: 0px 3px; padding: 0 3px;
} }
.sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources section.resources .resource-items .resource .attribute-value .value-number:last-child { .sw5e.sheet.actor .swalt-sheet .tab.attributes .traits-resources section.resources .resource-items .resource .attribute-value .value-number:last-child {
text-align: left; text-align: left;
@ -1592,7 +1592,7 @@ input[type="reset"]:disabled {
display: block; display: block;
width: 100%; width: 100%;
text-align: right; text-align: right;
padding: 0px 3px; padding: 0 3px;
} }
.sw5e.sheet.actor .swalt-sheet .tab.force-powerbook .resource-items .resource .attribute-value .value-number:last-child, .sw5e.sheet.actor .swalt-sheet .tab.force-powerbook .resource-items .resource .attribute-value .value-number:last-child,
.sw5e.sheet.actor .swalt-sheet .tab.tech-powerbook .resource-items .resource .attribute-value .value-number:last-child { .sw5e.sheet.actor .swalt-sheet .tab.tech-powerbook .resource-items .resource .attribute-value .value-number:last-child {

View file

@ -1285,16 +1285,16 @@
.sw5e.sheet.item .sheet-body .smalltable td:nth-child(even) { .sw5e.sheet.item .sheet-body .smalltable td:nth-child(even) {
width: 150px; width: 150px;
margin: 0.5em 0.5em; margin: 0.5em 0.5em;
padding: 0px 10px 0px 10px; padding: 0 10px 0 10px;
text-align: left; text-align: left;
} }
.sw5e.sheet.item .sheet-body .smalltable thead { .sw5e.sheet.item .sheet-body .smalltable thead {
border-bottom: 0px; border-bottom: 0;
} }
.sw5e.sheet.item .sheet-body .smalltable th { .sw5e.sheet.item .sheet-body .smalltable th {
color: #000000; color: #000000;
text-shadow: none; text-shadow: none;
border-bottom: 0px; border-bottom: 0;
background-color: #bdc8cc; background-color: #bdc8cc;
text-transform: none; text-transform: none;
font-weight: bold; font-weight: bold;
@ -1308,12 +1308,12 @@
.sw5e.sheet.item .sheet-body .smalltable th:nth-child(even) { .sw5e.sheet.item .sheet-body .smalltable th:nth-child(even) {
width: 150px; width: 150px;
margin: 0.5em 0.5em; margin: 0.5em 0.5em;
padding: 0px 10px 0px 10px; padding: 0 10px 0 10px;
text-align: left; text-align: left;
} }
.sw5e.sheet.item .sheet-body .medtable table { .sw5e.sheet.item .sheet-body .medtable table {
width: 500px; width: 500px;
border: 0px; border: 0;
margin: 0.5em 0.5em; margin: 0.5em 0.5em;
} }
.sw5e.sheet.item .sheet-body .medtable td:nth-child(odd) { .sw5e.sheet.item .sheet-body .medtable td:nth-child(odd) {
@ -1324,16 +1324,16 @@
.sw5e.sheet.item .sheet-body .medtable td:nth-child(even) { .sw5e.sheet.item .sheet-body .medtable td:nth-child(even) {
width: 450px; width: 450px;
margin: 0.5em 0.5em; margin: 0.5em 0.5em;
padding: 0px 10px 0px 0px; padding: 0 10px 0 0;
text-align: left; text-align: left;
} }
.sw5e.sheet.item .sheet-body .medtable thead { .sw5e.sheet.item .sheet-body .medtable thead {
border-bottom: 0px; border-bottom: 0;
} }
.sw5e.sheet.item .sheet-body .medtable th { .sw5e.sheet.item .sheet-body .medtable th {
color: #000000; color: #000000;
text-shadow: none; text-shadow: none;
border-bottom: 0px; border-bottom: 0;
background-color: #bdc8cc; background-color: #bdc8cc;
text-transform: none; text-transform: none;
font-weight: bold; font-weight: bold;
@ -1346,8 +1346,8 @@
text-align: left; text-align: left;
} }
.sw5e.sheet.item .sheet-body .classtable blockquote { .sw5e.sheet.item .sheet-body .classtable blockquote {
border-left: 0px; border-left: 0;
border-right: 0px; border-right: 0;
background-color: #bdc8cc; background-color: #bdc8cc;
width: 600px; width: 600px;
} }
@ -1361,8 +1361,8 @@
width: 100%; width: 100%;
border-collapse: collapse; border-collapse: collapse;
background: rgba(0, 0, 0, 0.05); background: rgba(0, 0, 0, 0.05);
border-left: 0px; border-left: 0;
border-right: 0px; border-right: 0;
border-top: 0; border-top: 0;
border-bottom: 0; border-bottom: 0;
margin: 0.5em 0; margin: 0.5em 0;
@ -1372,7 +1372,7 @@
.sw5e.sheet.item .sheet-body .classtable thead { .sw5e.sheet.item .sheet-body .classtable thead {
color: #000000; color: #000000;
text-shadow: none; text-shadow: none;
border-bottom: 0px; border-bottom: 0;
background-color: #bdc8cc; background-color: #bdc8cc;
text-transform: none; text-transform: none;
font-style: normal; font-style: normal;
@ -1381,7 +1381,7 @@
.sw5e.sheet.item .sheet-body .classtable th { .sw5e.sheet.item .sheet-body .classtable th {
color: #000000; color: #000000;
text-shadow: none; text-shadow: none;
border-bottom: 0px; border-bottom: 0;
background-color: #bdc8cc; background-color: #bdc8cc;
text-transform: none; text-transform: none;
font-style: normal; font-style: normal;
@ -1416,7 +1416,7 @@
width: 100%; width: 100%;
line-height: 18px; line-height: 18px;
margin-bottom: 15px; margin-bottom: 15px;
border: 0 0 0 0; border: 0;
border-bottom: none; border-bottom: none;
overflow-x: auto; overflow-x: auto;
} }

View file

@ -150,4 +150,5 @@
<section class="tab biography" data-group="primary" data-tab="biography"> <section class="tab biography" data-group="primary" data-tab="biography">
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-biography.html"}} {{> "systems/sw5e/templates/actors/newActor/parts/swalt-biography.html"}}
</section> </section>
</section>
</form> </form>

View file

@ -137,4 +137,5 @@
<section class="tab biography" data-group="primary" data-tab="biography"> <section class="tab biography" data-group="primary" data-tab="biography">
{{> "systems/sw5e/templates/actors/newActor/parts/swalt-biography.html"}} {{> "systems/sw5e/templates/actors/newActor/parts/swalt-biography.html"}}
</section> </section>
</section>
</form> </form>

View file

@ -92,7 +92,7 @@
<ol> <ol>
{{#each data.abilities as |ability id|}} {{#each data.abilities as |ability id|}}
<li class="ability {{#if ability.proficient}}proficient{{/if}}" data-ability="{{id}}"> <li class="ability {{#if ability.proficient}}proficient{{/if}}" data-ability="{{id}}">
<h2 class="ability-name rollable">{{ability.label}}</h4> <h2 class="ability-name rollable">{{ability.label}}</h2>
<input class="ability-score" name="data.abilities.{{id}}.value" type="text" <input class="ability-score" name="data.abilities.{{id}}.value" type="text"
value="{{ability.value}}" data-dtype="Number" placeholder="10" /> value="{{ability.value}}" data-dtype="Number" placeholder="10" />
<div class="ability-modifiers"> <div class="ability-modifiers">

View file

@ -5,7 +5,7 @@
<ol> <ol>
{{#each data.abilities as |ability id|}} {{#each data.abilities as |ability id|}}
<li class="ability {{#if ability.proficient}}proficient{{/if}}" data-ability="{{id}}"> <li class="ability {{#if ability.proficient}}proficient{{/if}}" data-ability="{{id}}">
<h2 class="ability-name rollable">{{ability.label}}</h4> <h2 class="ability-name rollable">{{ability.label}}</h2>
<input class="ability-score" name="data.abilities.{{id}}.value" type="text" <input class="ability-score" name="data.abilities.{{id}}.value" type="text"
value="{{ability.value}}" data-dtype="Number" placeholder="10" /> value="{{ability.value}}" data-dtype="Number" placeholder="10" />
<div class="ability-modifiers"> <div class="ability-modifiers">

View file

@ -66,7 +66,7 @@
<!-- {{item.data.hitDice}} --> <!-- {{item.data.hitDice}} -->
</div> </div>
<div class="item-detail player-class-levels"> <div class="item-detail player-class-levels">
<strong>Level {{item.data.levels}}</strong> &nbsp;&nbsp;<a class="increment-class-level"><i style="color:#c40f0f; text-shadow: 0px 1px 2px gray;" class="fas fa-arrow-up"></i></a> &nbsp;&nbsp;<a class="decrement-class-level"><i style="color:#c40f0f; text-shadow: 0px 1px 2px gray" class="fas fa-arrow-down"></i></a> <strong>Level {{item.data.levels}}</strong> &nbsp;&nbsp;<a class="increment-class-level"><i style="color:#c40f0f; text-shadow: 0 1px 2px gray;" class="fas fa-arrow-up"></i></a> &nbsp;&nbsp;<a class="decrement-class-level"><i style="color:#c40f0f; text-shadow: 0 1px 2px gray" class="fas fa-arrow-down"></i></a>
<!-- {{#if ../owner}} <!-- {{#if ../owner}}
<a class="item-control item-create" title="{{localize 'SW5E.LevelAdd'}}" <a class="item-control item-create" title="{{localize 'SW5E.LevelAdd'}}"
{{#each item.data.levels as |v k|}}data-{{k}}="{{v}}" {{/each}}> {{#each item.data.levels as |v k|}}data-{{k}}="{{v}}" {{/each}}>

View file

@ -66,7 +66,7 @@
<!-- {{item.data.hitDice}} --> <!-- {{item.data.hitDice}} -->
</div> </div>
<div class="item-detail player-class-levels"> <div class="item-detail player-class-levels">
<strong>Level {{item.data.levels}}</strong> &nbsp;&nbsp;<a class="increment-class-level"><i style="color:#c40f0f; text-shadow: 0px 1px 2px gray;" class="fas fa-arrow-up"></i></a> &nbsp;&nbsp;<a class="decrement-class-level"><i style="color:#c40f0f; text-shadow: 0px 1px 2px gray" class="fas fa-arrow-down"></i></a> <strong>Level {{item.data.levels}}</strong> &nbsp;&nbsp;<a class="increment-class-level"><i style="color:#c40f0f; text-shadow: 0 1px 2px gray;" class="fas fa-arrow-up"></i></a> &nbsp;&nbsp;<a class="decrement-class-level"><i style="color:#c40f0f; text-shadow: 0 1px 2px gray" class="fas fa-arrow-down"></i></a>
<!-- {{#if ../owner}} <!-- {{#if ../owner}}
<a class="item-control item-create" title="{{localize 'SW5E.LevelAdd'}}" <a class="item-control item-create" title="{{localize 'SW5E.LevelAdd'}}"
{{#each item.data.levels as |v k|}}data-{{k}}="{{v}}" {{/each}}> {{#each item.data.levels as |v k|}}data-{{k}}="{{v}}" {{/each}}>

View file

@ -28,6 +28,4 @@
placeholder="{{localize 'SW5E.AdditionalNotes'}}" /> placeholder="{{localize 'SW5E.AdditionalNotes'}}" />
{{editor content=data.details.notes4.value target="data.details.notes4.value" button=true owner=owner editable=editable rollData=rollData}} {{editor content=data.details.notes4.value target="data.details.notes4.value" button=true owner=owner editable=editable rollData=rollData}}
</section> </section>
</section>
</div> </div>

View file

@ -187,8 +187,7 @@
<li>{{v}}</li> <li>{{v}}</li>
{{/each}} {{/each}}
</ul> </ul>
</div>{{#if isCharacter}} </div>
{{/if}}
<ul class="passives"></ul> <ul class="passives"></ul>
</section> </section>
</section>

View file

@ -104,7 +104,7 @@
<ol> <ol>
{{#each data.abilities as |ability id|}} {{#each data.abilities as |ability id|}}
<li class="ability {{#if ability.proficient}}proficient{{/if}}" data-ability="{{id}}"> <li class="ability {{#if ability.proficient}}proficient{{/if}}" data-ability="{{id}}">
<h2 class="ability-name rollable">{{ability.label}}</h4> <h2 class="ability-name rollable">{{ability.label}}</h2>
<input class="ability-score" name="data.abilities.{{id}}.value" type="text" <input class="ability-score" name="data.abilities.{{id}}.value" type="text"
value="{{ability.value}}" data-dtype="Number" placeholder="10" /> value="{{ability.value}}" data-dtype="Number" placeholder="10" />
<div class="ability-modifiers"> <div class="ability-modifiers">

View file

@ -28,6 +28,4 @@
placeholder="Additional Notes" /> placeholder="Additional Notes" />
{{editor content=data.details.notes4.value target="data.details.notes4.value" button=true owner=owner editable=editable}} {{editor content=data.details.notes4.value target="data.details.notes4.value" button=true owner=owner editable=editable}}
</section> </section>
</section>
<!-- </div> --> <!-- </div> -->

View file

@ -68,5 +68,6 @@
{{localize 'SW5E.ItemContainerWeightless'}} {{localize 'SW5E.ItemContainerWeightless'}}
</label> </label>
</div> </div>
</div>
</section> </section>
</form> </form>

View file

@ -98,11 +98,11 @@
<div class="form-group" style="width: 60%;"> <div class="form-group" style="width: 60%;">
<strong style="color:#4b4a44; font-size: 11px">{{ localize "SW5E.CapacityMultiplier" }}</strong> <strong style="color:#4b4a44; font-size: 11px">{{ localize "SW5E.CapacityMultiplier" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.capx.value" value="{{data.capx.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.capx.value" value="{{data.capx.value}}" /> &nbsp;&nbsp;
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.DmgRed" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.DmgRed" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.attributes.dr" value="{{data.attributes.dr}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.attributes.dr" value="{{data.attributes.dr}}" /> &nbsp;&nbsp;
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.RegenerationRateCoefficient" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.RegenerationRateCoefficient" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.regrateco.value" value="{{data.regrateco.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.regrateco.value" value="{{data.regrateco.value}}" /> &nbsp;&nbsp;
</div> </div>
{{!-- Starship Equipment Properties --}} {{!-- Starship Equipment Properties --}}
@ -112,15 +112,15 @@
<div class="form-group" style="width: 100%;"> <div class="form-group" style="width: 100%;">
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.CentStorageCapacity" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.CentStorageCapacity" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.cscap.value" value="{{data.cscap.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.cscap.value" value="{{data.cscap.value}}" /> &nbsp;&nbsp;
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.SysStorageCapacity" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.SysStorageCapacity" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.sscap.value" value="{{data.sscap.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.sscap.value" value="{{data.sscap.value}}" /> &nbsp;&nbsp;
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.FuelCostsMod" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.FuelCostsMod" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.fuelcostsmod.value" value="{{data.fuelcostsmod.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.fuelcostsmod.value" value="{{data.fuelcostsmod.value}}" /> &nbsp;&nbsp;
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.PowerDiceRecovery" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.PowerDiceRecovery" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.powdicerec.value" value="{{data.powdicerec.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.powdicerec.value" value="{{data.powdicerec.value}}" /> &nbsp;&nbsp;
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.HyperdriveClass" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.HyperdriveClass" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.hdclass.value" value="{{data.hdclass.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.hdclass.value" value="{{data.hdclass.value}}" /> &nbsp;&nbsp;
</div> </div>
{{!-- Armor Class --}} {{!-- Armor Class --}}

View file

@ -103,11 +103,11 @@
<div class="form-group" style="width: 60%;"> <div class="form-group" style="width: 60%;">
<strong style="color:#4b4a44; font-size: 11px">{{ localize "SW5E.CapacityMultiplier" }}</strong> <strong style="color:#4b4a44; font-size: 11px">{{ localize "SW5E.CapacityMultiplier" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.capx.value" value="{{data.capx.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.capx.value" value="{{data.capx.value}}" /> &nbsp;&nbsp;
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.DmgRed" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.DmgRed" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.attributes.dr" value="{{data.attributes.dr}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.attributes.dr" value="{{data.attributes.dr}}" /> &nbsp;&nbsp;
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.RegenerationRateCoefficient" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.RegenerationRateCoefficient" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.regrateco.value" value="{{data.regrateco.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.regrateco.value" value="{{data.regrateco.value}}" /> &nbsp;&nbsp;
</div> </div>
{{!-- Starship Equipment Properties --}} {{!-- Starship Equipment Properties --}}
@ -117,15 +117,15 @@
<div class="form-group" style="width: 100%;"> <div class="form-group" style="width: 100%;">
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.CentStorageCapacity" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.CentStorageCapacity" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.cscap.value" value="{{data.cscap.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.cscap.value" value="{{data.cscap.value}}" /> &nbsp;&nbsp;
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.SysStorageCapacity" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.SysStorageCapacity" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.sscap.value" value="{{data.sscap.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.sscap.value" value="{{data.sscap.value}}" /> &nbsp;&nbsp;
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.FuelCostsMod" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.FuelCostsMod" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.fuelcostsmod.value" value="{{data.fuelcostsmod.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.fuelcostsmod.value" value="{{data.fuelcostsmod.value}}" /> &nbsp;&nbsp;
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.PowerDiceRecovery" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.PowerDiceRecovery" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.powdicerec.value" value="{{data.powdicerec.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.powdicerec.value" value="{{data.powdicerec.value}}" /> &nbsp;&nbsp;
<strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.HyperdriveClass" }}</strong> <strong style="color:#4b4a44; font-size: 11px;">{{ localize "SW5E.HyperdriveClass" }}</strong>
<input style="min-width: 5px; max-width: 35px; padding: none;" type="text" name="data.hdclass.value" value="{{data.hdclass.value}}" /> &nbsp;&nbsp; <input style="min-width: 5px; max-width: 35px; padding: 0;" type="text" name="data.hdclass.value" value="{{data.hdclass.value}}" /> &nbsp;&nbsp;
</div> </div>
{{!-- Armor Class --}} {{!-- Armor Class --}}