Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

Commit

Permalink
[wip] Update: make skill names more descriptive
Browse files Browse the repository at this point in the history
  • Loading branch information
rg-wood committed May 21, 2022
1 parent e82c34e commit 4bf07ce
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions components/three-meet-char-sheet.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ class ThreeMeetCharSheet extends LitElement {
/* attributes */
.character-content #abilities {
grid-column: 1 / 1;
grid-row: 2 / 2;
grid-column: 2 / 2;
grid-row: 3 / 3;
display: flex;
flex-direction: column;
Expand Down Expand Up @@ -147,7 +147,7 @@ class ThreeMeetCharSheet extends LitElement {
flex-direction: column;
grid-column: 2 / 2;
grid-row: 2 / 2;
grid-row: 3 / 3;
padding: 4px;
}
Expand Down Expand Up @@ -223,6 +223,13 @@ class ThreeMeetCharSheet extends LitElement {
</div>
<div class="characteristic">
<h2>Who is</h2>
<sync-sheet-field label="Proficiencies" editable class="small long">Talented (+6) and Insightful (+4)</sync-sheet-field>
</div>
<vellum-sheet-group id="allegiances" class="characteristic">
${this.renderField('Major Allegiance', 'small long')}
${this.renderField('Medium Allegiance', 'small long')}
Expand Down Expand Up @@ -259,8 +266,6 @@ class ThreeMeetCharSheet extends LitElement {
${this.renderBox('proficiencies', 'Proficiencies')}
${this.renderBox('features', 'Features')}
${this.renderBox('notes', 'Equipment & Notes')}
</vellum-sheet>
Expand Down

0 comments on commit 4bf07ce

Please sign in to comment.