diff --git a/templates/item-effect-sheet.html b/templates/item-effect-sheet.html new file mode 100644 index 0000000..b20d5ab --- /dev/null +++ b/templates/item-effect-sheet.html @@ -0,0 +1,115 @@ +
+
+ +
+

+ +

+
+
+ + {{!-- Sheet Body --}} +
+ +
+
    +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + + {{#if (eq data.genre "positive")}} + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + + {{else}} + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • + +
  • +
      +
    • + +
    • +
    • +
    • + {{#each data.recoveryrollspec as |spec idx|}} +
    • + +
      + +
      +
    • + {{/each}} +
    +
  • + + {{/if}} + +
+ + +
+ {{editor content=data.description target="data.description" button=true owner=owner editable=editable}} +
+
+ +
+