+
+
+
+
+
+
+ {{formInput systemFields.biodata.fields.description enriched=enrichedDescription
+ value=system.biodata.description name="system.biodata.description" toggled=true}}
+
+
+
+
+
+ {{formInput systemFields.biodata.fields.gmnotes enriched=enrichedGmnotes
+ value=system.biodata.gmnotes name="system.biodata.gmnotes" toggled=true}}
+
+
+
+
diff --git a/templates/actors/actor-cephaly.hbs b/templates/actors/actor-cephaly.hbs
new file mode 100644
index 0000000..b266501
--- /dev/null
+++ b/templates/actors/actor-cephaly.hbs
@@ -0,0 +1,42 @@
+
+
+ {{!-- Impacts --}}
+
+ {{> systems/fvtt-ecryme/templates/actors/partial-impacts.hbs
+ impacts=system.impacts.physical impacttype="physical" impactMalus=impactsMalus.physical}}
+ {{> systems/fvtt-ecryme/templates/actors/partial-impacts.hbs
+ impacts=system.impacts.mental impacttype="mental" impactMalus=impactsMalus.mental}}
+ {{> systems/fvtt-ecryme/templates/actors/partial-impacts.hbs
+ impacts=system.impacts.social impacttype="social" impactMalus=impactsMalus.social}}
+
+
+ {{!-- Weapons --}}
+
+
+
+
+ {{localize "ECRY.ui.type"}}
+
+
+ {{localize "ECRY.ui.effect"}}
+
+
+ {{#each weapons as |weapon key|}}
+
+
+
+
+
+
+
+ {{weapon.name}}
+
+
+ {{localize (concat "ECRY.ui." weapon.system.weapontype)}}
+ {{weapon.system.effect}}
+
+
+
+ {{/each}}
+
+
+ {{!-- Maneuvers --}}
+
+
+
+
+ {{#each maneuvers as |maneuver key|}}
+
+
+
+
+ {{maneuver.name}}
+
+
+
+ {{/each}}
+
+
+
diff --git a/templates/actors/actor-equipements.hbs b/templates/actors/actor-equipements.hbs
new file mode 100644
index 0000000..c2d93ee
--- /dev/null
+++ b/templates/actors/actor-equipements.hbs
@@ -0,0 +1,40 @@
+
+
+ {{!-- Free equipment (plain text area) --}}
+
+
+
+
+
+ {{!-- Equipment list --}}
+
+
+
+
+ {{localize "ECRY.ui.weight"}}
+
+
+
+
+ {{#each equipments as |equip key|}}
+
+
+
+
+ {{equip.name}}
+ {{equip.system.weight}}
+
+
+
+ {{/each}}
+
+
+
diff --git a/templates/actors/actor-skills.hbs b/templates/actors/actor-skills.hbs
new file mode 100644
index 0000000..4e7cb63
--- /dev/null
+++ b/templates/actors/actor-skills.hbs
@@ -0,0 +1,70 @@
+
+
+
+
+ {{#each skills as |category categkey|}}
+
+
+
+
+
+
+ {{#each category.skilllist as |skill skillkey|}}
+
+
+
+
+
+
+
+ {{localize skill.name}}
+
+
+
+ {{selectOptions @root.config.skillLevel selected=skill.value}}
+
+
+
+
+
+ {{/each}}
+
+
+
+ {{/each}}
+
+
+
+
diff --git a/templates/actors/actor-traits.hbs b/templates/actors/actor-traits.hbs
new file mode 100644
index 0000000..cd295ed
--- /dev/null
+++ b/templates/actors/actor-traits.hbs
@@ -0,0 +1,30 @@
+
-{{#if img}}
-
-
-
-{{/if}}
+ {{#if img}}
+
+
+
+ {{/if}}
-
{{#if (eq mode "cephaly")}}
- {{localize "ECRY.ui.cephaly"}} : {{localize skill.name}}
+ {{localize "ECRY.ui.cephaly"}} : {{localize skill.name}}
{{else}}
- Confrontation : {{alias}}
+ Confrontation : {{alias}}
{{/if}}
- {{localize skill.name}}: {{skill.value}}
+ {{localize skill.name}}: {{skill.value}}
{{#if spec}}
- {{localize "ECRY.chat.specialization"}} {{spec.name}} (+{{spec.system.bonus}})
+ {{localize "ECRY.chat.specialization"}} {{spec.name}} (+{{spec.system.bonus}})
{{/if}}
{{#each traitsBonus as |trait idx|}}
{{#if trait.activated}}
- {{localize "ECRY.chat.traitbonus"}}: {{trait.name}} ({{trait.system.level}})
+ {{localize "ECRY.chat.traitbonus"}}: {{trait.name}} ({{trait.system.level}})
{{/if}}
{{/each}}
{{#each traitsMalus as |trait idx|}}
{{#if trait.activated}}
- {{localize "ECRY.chat.traitmalus"}}: {{trait.name}} ({{trait.system.level}})
+ {{localize "ECRY.chat.traitmalus"}}: {{trait.name}} ({{trait.system.level}})
{{/if}}
{{/each}}
{{#if bonusMalusTraits}}
- {{localize "ECRY.chat.bonusmalustraits"}}: {{bonusMalusTraits}}
+ {{localize "ECRY.chat.bonusmalustraits"}}: {{bonusMalusTraits}}
{{/if}}
{{#if (isGM)}}
{{else}}
- {{localize "ECRY.ui.execution"}} : {{executionTotal}}
- {{localize "ECRY.ui.preservation"}} : {{preservationTotal}}
+ {{localize "ECRY.ui.execution"}} : {{executionTotal}}
+ {{localize "ECRY.ui.preservation"}} : {{preservationTotal}}
{{/if}}
-
{{#if (isGM)}}
{{#if (eq mode "cephaly")}}
-
+
{{localize "ECRY.chat.difficulty"}}
{{#for 1 20 1}}
@@ -58,15 +56,12 @@
{{/for}}
-
{{localize "ECRY.ui.cephalydifficulty"}}
+
{{localize "ECRY.ui.cephalydifficulty"}}
{{else}}
-
{{localize "ECRY.ui.selectconfront"}}
+
{{localize "ECRY.ui.selectconfront"}}
{{/if}}
{{else}}
-
- {{localize "ECRY.chat.sentogm"}}
-
+
{{localize "ECRY.chat.sentogm"}}
{{/if}}
-
\ No newline at end of file
diff --git a/templates/chat/chat-confrontation-result.hbs b/templates/chat/chat-confrontation-result.hbs
index a55258e..a01edcb 100644
--- a/templates/chat/chat-confrontation-result.hbs
+++ b/templates/chat/chat-confrontation-result.hbs
@@ -2,53 +2,60 @@
{{#if actorImg}}
{{/if}}
-
{{alias}}
+
+
{{alias}}
+ {{localize "ECRY.ui.confrontresult"}}
+
-