diff --git a/modules/helpers/partial-templates.js b/modules/helpers/partial-templates.js index dad939cb..c8cb8d35 100644 --- a/modules/helpers/partial-templates.js +++ b/modules/helpers/partial-templates.js @@ -7,6 +7,7 @@ export default class TemplateHelpers { "systems/starwarsffg/templates/parts/actor/ffg-weapon-armor-gear.html", "systems/starwarsffg/templates/parts/actor/ffg-vehicle-weapon-attachments.html", "systems/starwarsffg/templates/parts/ffg-qualities-attachments-mods.html", + "systems/starwarsffg/templates/parts/ffg-mods.html", "systems/starwarsffg/templates/items/dialogs/ffg-mod.html", "systems/starwarsffg/templates/items/dialogs/ffg-modification.html", "systems/starwarsffg/templates/parts/actor/ffg-vehicle-cargo.html", diff --git a/templates/items/ffg-itemattachment-sheet.html b/templates/items/ffg-itemattachment-sheet.html index 0ee95742..04dce57c 100644 --- a/templates/items/ffg-itemattachment-sheet.html +++ b/templates/items/ffg-itemattachment-sheet.html @@ -60,32 +60,9 @@

- - - - - - - - - - - {{#each data.itemmodifier as |item id|}} - - - - - - - {{/each}} - -
ModificationActive
{{item.name}} -
-
+
+ {{> "systems/starwarsffg/templates/parts/ffg-mods.html"}} +
diff --git a/templates/parts/ffg-mods.html b/templates/parts/ffg-mods.html new file mode 100644 index 00000000..14d7238f --- /dev/null +++ b/templates/parts/ffg-mods.html @@ -0,0 +1,34 @@ +{{!-- qualities List --}} + diff --git a/templates/parts/ffg-qualities-attachments-mods.html b/templates/parts/ffg-qualities-attachments-mods.html index 2de1864d..e0fccd77 100644 --- a/templates/parts/ffg-qualities-attachments-mods.html +++ b/templates/parts/ffg-qualities-attachments-mods.html @@ -31,36 +31,4 @@ {{!-- qualities List --}} - +{{> "systems/starwarsffg/templates/parts/ffg-mods.html"}}