diff --git a/templates/protagonist-biography.hbs b/templates/protagonist-biography.hbs index 88ef483..1fdb9c7 100644 --- a/templates/protagonist-biography.hbs +++ b/templates/protagonist-biography.hbs @@ -14,25 +14,6 @@ -
- {{localize "CTHULHUETERNAL.Label.motivations"}}{{#if isEditMode}} - {{/if}} -
- {{#each motivations as |item|}} - {{!log 'armor' this}} -
- -
- {{item.name}} -
-
- - -
-
- {{/each}} -
-
{{localize "CTHULHUETERNAL.Label.description"}} diff --git a/templates/protagonist-status.hbs b/templates/protagonist-status.hbs index d81e95c..034f873 100644 --- a/templates/protagonist-status.hbs +++ b/templates/protagonist-status.hbs @@ -65,4 +65,24 @@
+
+ {{localize "CTHULHUETERNAL.Label.motivations"}}{{#if isEditMode}} + {{/if}} +
+ {{#each motivations as |item|}} + {{!log 'armor' this}} +
+ +
+ {{item.name}} +
+
+ + +
+
+ {{/each}} +
+
+ \ No newline at end of file