diff --git a/lang/en.json b/lang/en.json index b26fb4a..0cca807 100644 --- a/lang/en.json +++ b/lang/en.json @@ -424,6 +424,7 @@ "WOUND.CRITICAL_DAMAGE": "Critical Damage", "DH": { "Effect": { + "Effect": "EFFECT", "Temporary": "Temporary", "Passive": "Passive", "Inactive": "Inactive", diff --git a/script/sheet/actor/actor.js b/script/sheet/actor/actor.js index 6f45294..da130aa 100644 --- a/script/sheet/actor/actor.js +++ b/script/sheet/actor/actor.js @@ -19,7 +19,6 @@ export class DarkHeresySheet extends ActorSheet { /** @override */ async getData() { const data = super.getData(); - console.log(data); data.system = data.data.system; data.items = this.constructItemLists(data); data.enrichment = await this._enrichment(); diff --git a/template/sheet/malignancy.hbs b/template/sheet/malignancy.hbs index 054a295..b50a626 100644 --- a/template/sheet/malignancy.hbs +++ b/template/sheet/malignancy.hbs @@ -15,6 +15,7 @@
{{localize "TAB.NOTES"}} + {{localize "DH.Effect.Effect"}}
@@ -26,5 +27,9 @@
+ {{!-- Effects Tab --}} +
+ {{> systems/dark-heresy/template/sheet/item/parts/effect-part.hbs}} +
\ No newline at end of file diff --git a/template/sheet/mental-disorder.hbs b/template/sheet/mental-disorder.hbs index 8bf42b9..63e6be6 100644 --- a/template/sheet/mental-disorder.hbs +++ b/template/sheet/mental-disorder.hbs @@ -15,6 +15,7 @@
{{localize "TAB.NOTES"}} + {{localize "DH.Effect.Effect"}}
@@ -26,5 +27,9 @@
+ {{!-- Effects Tab --}} +
+ {{> systems/dark-heresy/template/sheet/item/parts/effect-part.hbs}} +
\ No newline at end of file diff --git a/template/sheet/mutation.hbs b/template/sheet/mutation.hbs index 3e64840..8fee1d5 100644 --- a/template/sheet/mutation.hbs +++ b/template/sheet/mutation.hbs @@ -15,6 +15,7 @@
{{localize "TAB.NOTES"}} + {{localize "DH.Effect.Effect"}}
@@ -26,5 +27,9 @@
+ {{!-- Effects Tab --}} +
+ {{> systems/dark-heresy/template/sheet/item/parts/effect-part.hbs}} +
\ No newline at end of file diff --git a/template/sheet/special-ability.hbs b/template/sheet/special-ability.hbs index 149d9f7..fd19929 100644 --- a/template/sheet/special-ability.hbs +++ b/template/sheet/special-ability.hbs @@ -16,6 +16,7 @@
{{localize "TAB.DATA"}} {{localize "TAB.NOTES"}} + {{localize "DH.Effect.Effect"}}
@@ -38,5 +39,9 @@
+ {{!-- Effects Tab --}} +
+ {{> systems/dark-heresy/template/sheet/item/parts/effect-part.hbs}} +
\ No newline at end of file diff --git a/template/sheet/talent.hbs b/template/sheet/talent.hbs index d4cd5aa..13b3c5b 100644 --- a/template/sheet/talent.hbs +++ b/template/sheet/talent.hbs @@ -16,6 +16,7 @@
{{localize "TAB.DATA"}} {{localize "TAB.NOTES"}} + {{localize "DH.Effect.Effect"}}
@@ -54,5 +55,9 @@
+ {{!-- Effects Tab --}} +
+ {{> systems/dark-heresy/template/sheet/item/parts/effect-part.hbs}} +
\ No newline at end of file diff --git a/template/sheet/trait.hbs b/template/sheet/trait.hbs index 7cb3c8c..388f53d 100644 --- a/template/sheet/trait.hbs +++ b/template/sheet/trait.hbs @@ -16,7 +16,7 @@
{{localize "TAB.DATA"}} {{localize "TAB.NOTES"}} - Effects + {{localize "DH.Effect.Effect"}}