- {{!-- Main Tab --}}
-
-
-
{{!-- Combat Tab --}}
@@ -117,30 +118,42 @@
-
-
-
-
-
- {{#each conditions as |condition key|}}
-
-
- {{condition.name}}
-
-
-
- {{/each}}
-
-
-
+ {{!-- Char Tab --}}
+
+
+
+
+
+
+ CHAR
+
+
+ Value
+
+
+ Base
+
+
+ Roll
+
+
+ Notes
+
+
+
+
+
+ {{#each characteristics as |charac key|}}
+ {{> systems/fvtt-hero-system-6/templates/partials/partial-actor-full-charac.hbs charac=charac key=key}}
+ {{/each}}
+
+
+
+
+
{{!-- Skills Tab --}}
@@ -150,20 +163,20 @@
Skills
- Charac.
+ CHAR
Roll
+
{{#each skills as |skill key|}}
- {{skill.name}}
+ {{skill.name}}
{{upper skill.system.characteristic}}
- {{skill.system.base}}
- -
+ {{skill.system.base}}-
- {{!-- Skills Tab --}}
+ {{!-- Perks Tab --}}
+
+
+
+
+
+
+ Roll
+
+
+ {{#each perks as |perk key|}}
+
+
+ {{perk.name}}
+ {{#if perk.system.hasroll}}
+ {{perk.system.roll}}-
+ {{else}}
+
+ {{/if}}
+
+
+
+ {{/each}}
+
+
+
+ {{!-- Talents Tab --}}
+
+
+
+
+
+
+ Roll
+
+
+ {{#each talents as |talent key|}}
+
+
+ {{talent.name}}
+ {{#if talent.system.hasroll}}
+ {{talent.system.roll}}-
+ {{else}}
+
+ {{/if}}
+
+
+
+ {{/each}}
+
+
+
+ {{!-- Martial Tab --}}
+
+
+
+
+
+
+ Roll
+
+
+ {{#each talents as |talent key|}}
+
+
+ {{talent.name}}
+ {{#if talent.system.hasroll}}
+ {{talent.system.roll}}-
+ {{else}}
+
+ {{/if}}
+
+
+
+ {{/each}}
+
+
+
+ {{!-- Powers Tab --}}
@@ -181,9 +287,6 @@
-
- Charac
-
Roll
@@ -192,10 +295,43 @@
- {{power.name}}
- {{upper power.system.ability}}
- {{power.system.skilldice}}
- -
+ {{power.name}}
+ {{#if power.system.hasroll}}
+ {{power.system.roll}}-
+ {{else}}
+
+ {{/if}}
+
+
+
+ {{/each}}
+
+
+
+ {{!-- Complications Tab --}}
+
+
+
+
+
+
+ Roll
+
+
+ {{#each complications as |comp key|}}
+
+
+ {{comp.name}}
+ {{#if comp.system.hasroll}}
+ {{comp.system.roll}}-
+ {{else}}
+
+ {{/if}}
@@ -395,8 +531,8 @@
-
-
-
Background :
+
Background/History :
{{editor description target="system.biodata.description" button=true owner=owner
editable=editable}}
-
Notes :
+
Personality/Motivation :
- {{editor notes target="system.biodata.notes" button=true owner=owner editable=editable}}
+ {{editor motivation target="system.biodata.motivation" button=true owner=owner
+ editable=editable}}
-
+
Quote :
+
+ {{editor quote target="system.biodata.quote" button=true owner=owner
+ editable=editable}}
+
+
Powers/Tactics :
+
+ {{editor tactics target="system.biodata.tactics" button=true owner=owner
+ editable=editable}}
+
+
Campaign Use :
+
+ {{editor campaignuse target="system.biodata.campaignuse" button=true owner=owner
+ editable=editable}}
+
+
Appearance :
+
+ {{editor appearance target="system.biodata.appearance" button=true owner=owner
+ editable=editable}}
+
+ {{!-- Notes Tab --}}
+
+
Notes 1 :
+
+ {{editor notes1 target="system.biodata.notes1" button=true owner=owner
+ editable=editable}}
+
+
+
Notes 2 :
+
+ {{editor notes2 target="system.biodata.notes2" button=true owner=owner
+ editable=editable}}
+
+
+
Notes 3 :
+
+ {{editor notes3 target="system.biodata.notes3" button=true owner=owner
+ editable=editable}}
+
+
+
Notes 4 :
+
+ {{editor notes4 target="system.biodata.notes4" button=true owner=owner
+ editable=editable}}
+
+
+
Notes 5 :
+
+ {{editor notes5 target="system.biodata.notes5" button=true owner=owner
+ editable=editable}}
+
+
+
+
+
+
\ No newline at end of file
diff --git a/templates/apps/roll-dialog-generic.hbs b/templates/apps/roll-dialog-generic.hbs
index e20a917..3a2cf1e 100644
--- a/templates/apps/roll-dialog-generic.hbs
+++ b/templates/apps/roll-dialog-generic.hbs
@@ -15,10 +15,23 @@
{{/if}}
+ {{#if item}}
+
+ {{upperFirst item.type}} :
+ {{item.system.roll}}-
+
+ {{/if}}
+
Bonus/Malus :
{{#select bonusMalus}}
+ -10
+ -9
+ -8
+ -7
+ -6
+ -5
-4
-3
-2
@@ -28,6 +41,12 @@
2
3
4
+ 5
+ 6
+ 7
+ 8
+ 9
+ 10
{{/select}}
diff --git a/templates/chat/chat-generic-result.hbs b/templates/chat/chat-generic-result.hbs
index b5d49eb..0ce5356 100644
--- a/templates/chat/chat-generic-result.hbs
+++ b/templates/chat/chat-generic-result.hbs
@@ -22,13 +22,20 @@
{{#if charac}}
- Charac : {{charac.label}}
-
+ CHAR : {{charac.label}}
{{/if}}
+
+ {{#if item}}
+ {{item.name}} ({{upperFirst item.type}})
+ {{/if}}
+
Bonus/Malus : {{bonusMalus}}
Result : {{result}} ({{#if isSuccess}}Success!!{{else}}Failure!{{/if}})
+ {{#if isSuccess}}
+ Margin : {{margin}}
+ {{/if}}
diff --git a/templates/partials/partial-actor-characteristic-block.hbs b/templates/partials/partial-actor-characteristic-block.hbs
index 94a3ab6..4d98be5 100644
--- a/templates/partials/partial-actor-characteristic-block.hbs
+++ b/templates/partials/partial-actor-characteristic-block.hbs
@@ -1,8 +1,9 @@
-
+ {{charac.label}}
-
- {{charac.total}}
-
+
+
+
+
\ No newline at end of file
diff --git a/templates/partials/partial-actor-full-charac.hbs b/templates/partials/partial-actor-full-charac.hbs
new file mode 100644
index 0000000..7fa2a22
--- /dev/null
+++ b/templates/partials/partial-actor-full-charac.hbs
@@ -0,0 +1,13 @@
+
+
+ {{charac.label}}
+
+ {{#if (eq charac.category "main")}}
+ {{charac.base}}
+ {{else}}
+
+ {{/if}}
+ {{charac.base}}
+ {{charac.total}}
+
+
\ No newline at end of file