diff --git a/src/lang/en.json b/src/lang/en.json index 9da55b7e..f215b43e 100644 --- a/src/lang/en.json +++ b/src/lang/en.json @@ -78,6 +78,6 @@ "DS4.BaseInfoRacialAbilities": "Racial Abilites", "DS4.ProgressionLevel": "Level", "DS4.ProgressionExperiencePoints": "Experience Points", - "DS4.ProgressionTalentPoints": "Tylent Points", + "DS4.ProgressionTalentPoints": "Talent Points", "DS4.ProgressionProgressPoints": "Progress Points" } diff --git a/src/module/actor/actor-sheet.ts b/src/module/actor/actor-sheet.ts index 5ca03bfe..d08e488f 100644 --- a/src/module/actor/actor-sheet.ts +++ b/src/module/actor/actor-sheet.ts @@ -30,7 +30,7 @@ export class DS4ActorSheet extends ActorSheet

- {{!-- The grid classes are defined in scss/global/_grid.scss. To use, use both the "grid" and "grid-Ncol" - class where "N" can be any number from 1 to 12 and will create that number of columns. --}} -
- {{!-- "flex-group-center" is also defined in the _grid.scss file and it will add a small amount of - padding, a border, and will center all of its child elements content and text. --}} -
- -
- - / - -
+
+ {{!-- The grid classes are defined in scss/global/_grid.scss. To use, use both the "grid" and "grid-Ncol" + class where "N" can be any number from 1 to 12 and will create that number of columns. --}} +
+ {{!-- "flex-group-center" is also defined in the _grid.scss file and it will add a small amount of + padding, a border, and will center all of its child elements content and text. --}} +
+ +
+
-
- -
- - / - +
+
+
+
+ +
+ +
+
+
+ +
+ / + +
+
+
+ +
+ / + +
- {{!-- The grid classes are defined in scss/global/_grid.scss. To use, use both the "grid" and "grid-Ncol" - class where "N" can be any number from 1 to 12 and will create that number of columns. --}} -
- {{#each data.abilities as |ability key|}} -
- - - {{numberFormat ability.mod decimals=0 sign=true}} +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+
- {{/each}}
@@ -63,4 +95,4 @@ {{!-- Items Tab --}} {{> systems/ds4/templates/actor/partials/items.hbs}} - + \ No newline at end of file