diff --git a/templates/Apps/HeroCraftCardV1/content.hbs b/templates/Apps/HeroCraftCardV1/content.hbs
index cc9fa23..8be66ce 100644
--- a/templates/Apps/HeroCraftCardV1/content.hbs
+++ b/templates/Apps/HeroCraftCardV1/content.hbs
@@ -48,4 +48,29 @@
{{/if}}
{{/each}}
+
+
+
+ {{#each craft.fract as | craft |}}
+ {{#if craft}}
+ -
+ {{ craft.name }}
+ {{#if craft.use}}
+
+ {{/if}}
+
+ {{else}}
+
+ {{/if}}
+ {{/each}}
+
diff --git a/templates/Apps/HeroCraftCardV1/style.css b/templates/Apps/HeroCraftCardV1/style.css
index a0dd159..297844b 100644
--- a/templates/Apps/HeroCraftCardV1/style.css
+++ b/templates/Apps/HeroCraftCardV1/style.css
@@ -45,6 +45,7 @@
[data-aspect="focus"] { --row: 6; --col: 1; }
[data-aspect="flect"] { --row: 6; --col: 2; }
+ [data-aspect="fract"] { --row: 11; --col: 1; }
[data-aspect] {
&.aspect-header {