diff --git a/module/data-models.mjs b/module/data-models.mjs index 21052a6..4e2dde1 100644 --- a/module/data-models.mjs +++ b/module/data-models.mjs @@ -128,6 +128,8 @@ export class BossDataModel extends foundry.abstract.TypeDataModel { experience: new NumberField({ required: true, integer: true, min: 0, initial: 0, max: 5 }), moves: cappedArrayField(moveField(), 13), + + notes: textField(), }; } diff --git a/styles/hench.css b/styles/hench.css index 36147d6..03aaf09 100644 --- a/styles/hench.css +++ b/styles/hench.css @@ -210,4 +210,8 @@ columns: 2; -moz-columns: 2; -webkit-columns: 2; +} + +.hench-height-expand { + height: 100%; } \ No newline at end of file diff --git a/templates/actors/boss.hbs b/templates/actors/boss.hbs index 7392fb2..4372013 100644 --- a/templates/actors/boss.hbs +++ b/templates/actors/boss.hbs @@ -37,7 +37,7 @@
-
+
@@ -55,7 +55,7 @@
-
+
@@ -79,6 +79,18 @@ {{/each}}
+
+
+
+
+ Notes +
+
+
+ +
+
+