diff --git a/module/handlebars.mjs b/module/handlebars.mjs index 74dd8da..1a7c986 100644 --- a/module/handlebars.mjs +++ b/module/handlebars.mjs @@ -23,6 +23,7 @@ export const partials = [ `actors/char-sheet/v2/partials/stats.v2.pc.hbs`, `actors/char-sheet/v2/partials/inventory/inventory.v2.pc.hbs`, `actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs`, + `actors/char-sheet/v2/partials/inventory/item-list.v2.pc.hbs`, `actors/char-sheet/v2/partials/inventory/storage.v2.pc.hbs`, `actors/char-sheet/v2/partials/inventory/transportation.v2.pc.hbs`, ]; diff --git a/templates/actors/char-sheet/v2/partials/inventory/item-list.v2.pc.hbs b/templates/actors/char-sheet/v2/partials/inventory/item-list.v2.pc.hbs new file mode 100644 index 0000000..a74d846 --- /dev/null +++ b/templates/actors/char-sheet/v2/partials/inventory/item-list.v2.pc.hbs @@ -0,0 +1,10 @@ +
+ {{!-- + Materials + Foils + --}} +
+

Foils

+
+
+
\ No newline at end of file diff --git a/templates/actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs b/templates/actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs index 8201e75..5dc0340 100644 --- a/templates/actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs +++ b/templates/actors/char-sheet/v2/partials/inventory/player.v2.pc.hbs @@ -2,9 +2,7 @@

Containers

-
-

Item list

-
+ {{> dotdungeon.pc.v2.item-list }}

Capacity

{{!-- This will need some aria love --}}