Abklingzeiten
{{#each this.cooldowns}}
diff --git a/src/templates/actor/character/tab-spells.hbs b/src/templates/actor/character/tab-spells.hbs
index 46ec9463..1b6e8a1e 100644
--- a/src/templates/actor/character/tab-spells.hbs
+++ b/src/templates/actor/character/tab-spells.hbs
@@ -33,7 +33,7 @@
{{> 'systems/DSA_4-1/templates/ui/partial-die.hbs' }}
|
-
+ |
{{this.name}} |
{{this.eigenschaft1}} |
{{this.eigenschaft2}} |
@@ -43,6 +43,15 @@
{{#each this.merkmal}}
- {{this}}
{{/each}}
+
+
+ {{#if this.fav}}
+
+ {{else}}
+
+ {{/if}}
+
+ |
{{/each}}
diff --git a/src/templates/item/spell/tab-commonality.hbs b/src/templates/item/spell/tab-commonality.hbs
index 351998d0..89a6a8d5 100644
--- a/src/templates/item/spell/tab-commonality.hbs
+++ b/src/templates/item/spell/tab-commonality.hbs
@@ -1,7 +1,7 @@
\ No newline at end of file
diff --git a/src/templates/item/spell/tab-meta.hbs b/src/templates/item/spell/tab-meta.hbs
index 7dc4079b..211cdaee 100644
--- a/src/templates/item/spell/tab-meta.hbs
+++ b/src/templates/item/spell/tab-meta.hbs
@@ -1,11 +1,11 @@
\ No newline at end of file
diff --git a/src/templates/item/spell/tab-variants.hbs b/src/templates/item/spell/tab-variants.hbs
index 334d3786..c382c66d 100644
--- a/src/templates/item/spell/tab-variants.hbs
+++ b/src/templates/item/spell/tab-variants.hbs
@@ -1,7 +1,7 @@
\ No newline at end of file
diff --git a/src/templates/ui/partial-mini-rollable-button.hbs b/src/templates/ui/partial-mini-rollable-button.hbs
new file mode 100644
index 00000000..7dd171ee
--- /dev/null
+++ b/src/templates/ui/partial-mini-rollable-button.hbs
@@ -0,0 +1,3 @@
+
+ {{this.name}}
+
\ No newline at end of file
diff --git a/src/templates/ui/partial-mini-rollable-language-button.hbs b/src/templates/ui/partial-mini-rollable-language-button.hbs
new file mode 100644
index 00000000..7fb3506c
--- /dev/null
+++ b/src/templates/ui/partial-mini-rollable-language-button.hbs
@@ -0,0 +1,3 @@
+
+ {{this.name}}
+
\ No newline at end of file
diff --git a/src/templates/ui/partial-mini-rollable-liturgy-button.hbs b/src/templates/ui/partial-mini-rollable-liturgy-button.hbs
new file mode 100644
index 00000000..e032c98a
--- /dev/null
+++ b/src/templates/ui/partial-mini-rollable-liturgy-button.hbs
@@ -0,0 +1,3 @@
+
+ {{this.name}}
+
\ No newline at end of file
diff --git a/src/templates/ui/partial-mini-rollable-spell-button.hbs b/src/templates/ui/partial-mini-rollable-spell-button.hbs
new file mode 100644
index 00000000..da472975
--- /dev/null
+++ b/src/templates/ui/partial-mini-rollable-spell-button.hbs
@@ -0,0 +1,3 @@
+
+ {{this.name}}
+
\ No newline at end of file
diff --git a/src/templates/ui/partial-mini-rollable-weaponskill-button.hbs b/src/templates/ui/partial-mini-rollable-weaponskill-button.hbs
new file mode 100644
index 00000000..aabced0f
--- /dev/null
+++ b/src/templates/ui/partial-mini-rollable-weaponskill-button.hbs
@@ -0,0 +1,7 @@
+
\ No newline at end of file
diff --git a/src/templates/ui/partial-rollable-button.hbs b/src/templates/ui/partial-rollable-button.hbs
index ee575a8c..dcfe6edc 100644
--- a/src/templates/ui/partial-rollable-button.hbs
+++ b/src/templates/ui/partial-rollable-button.hbs
@@ -21,4 +21,11 @@
{{/each}}
+
+ {{#if this.fav}}
+
+ {{else}}
+
+ {{/if}}
+
diff --git a/src/templates/ui/partial-rollable-language-button.hbs b/src/templates/ui/partial-rollable-language-button.hbs
index 27c0e810..b4196107 100644
--- a/src/templates/ui/partial-rollable-language-button.hbs
+++ b/src/templates/ui/partial-rollable-language-button.hbs
@@ -23,4 +23,11 @@
{{/each}}
+
+ {{#if this.fav}}
+
+ {{else}}
+
+ {{/if}}
+
diff --git a/src/templates/ui/partial-rollable-weaponskill-button.hbs b/src/templates/ui/partial-rollable-weaponskill-button.hbs
index 5225fbc8..fe7648dd 100644
--- a/src/templates/ui/partial-rollable-weaponskill-button.hbs
+++ b/src/templates/ui/partial-rollable-weaponskill-button.hbs
@@ -24,4 +24,11 @@
{{/if}}
+
+ {{#if this.fav}}
+
+ {{else}}
+
+ {{/if}}
+