-
Vermine 2047
+
+
{{ localize 'IDENTITY.totem'}}
{{> "systems/vermine2047/templates/actor/parts/actor-totem.hbs"}}
-
Equipement
+ {{ localize 'VERMINE.equipment'}}
{{> "systems/vermine2047/templates/actor/parts/actor-items.html"}}
-
Combat
+ {{ localize 'VERMINE.combat'}}
{{> "systems/vermine2047/templates/actor/parts/actor-effects.html"}}
-
Histoire
+ {{ localize 'VERMINE.stories'}}
{{> "systems/vermine2047/templates/actor/parts/actor-stories.hbs"}}
diff --git a/templates/actor/parts/actor-defenses.hbs b/templates/actor/parts/actor-defenses.hbs
index a1604a9..6c733e7 100644
--- a/templates/actor/parts/actor-defenses.hbs
+++ b/templates/actor/parts/actor-defenses.hbs
@@ -6,11 +6,11 @@
{{ localize 'VERMINE.rarity'}}
{{ localize 'VERMINE.reliability'}}
{{#each defenses as |item id|}}
-
+

diff --git a/templates/actor/parts/actor-items.html b/templates/actor/parts/actor-items.html
index 6e8d400..ec0aa0c 100644
--- a/templates/actor/parts/actor-items.html
+++ b/templates/actor/parts/actor-items.html
@@ -1,24 +1,36 @@
-
-
- {{#each gear as |item id|}}
- -
-
-
-

+
+
+
{{ localize 'IDENTITY.notes'}}
+ {{editor system.equipment.description target="system.equipment.description" button=true owner=owner editable=editable}}
+
+
{{localize 'ITEMS.weapons'}}
{{> "systems/vermine2047/templates/actor/parts/actor-weapons.hbs"}}
{{localize 'ITEMS.defenses'}}
diff --git a/templates/actor/parts/actor-totem.hbs b/templates/actor/parts/actor-totem.hbs
index e171067..adf6588 100644
--- a/templates/actor/parts/actor-totem.hbs
+++ b/templates/actor/parts/actor-totem.hbs
@@ -1,23 +1,96 @@
-
-
-
- {{#each gear as |item id|}}
- -
-
-
-

-
-
{{item.name}}
+
+ {{ smarttl 'TOTEMS' system.identity.totem 'name' }}
+
+
{{ smarttl 'TOTEMS' system.identity.totem 'description' }}
+
+
-
{{item.system.formula}}
-
-
-
+
-
- {{/each}}
-
\ No newline at end of file
+
+
+
+
+
{{ localize 'ITEMS.abilities'}}
+
+ {{#each abilities as |item id|}}
+ -
+
+
+
+ {{/each}}
+
+
+
+
{{ localize 'ITEMS.specialties'}}
+
+ {{#each specialties as |item id|}}
+ -
+
+
+
+ {{/each}}
+
+
+
+
{{ localize 'ITEMS.backgrounds'}}
+
+ {{#each backgrounds as |item id|}}
+ -
+
+
+
+ {{/each}}
+
+
+
+
{{ localize 'ITEMS.traumas'}}
+
+ {{#each traumas as |item id|}}
+ -
+
+
+
+ {{/each}}
+
+
+
+
{{ localize 'ITEMS.evolutions'}}
+
+ {{#each evolutions as |item id|}}
+ -
+
+
+
+ {{/each}}
+
+
+
+
\ No newline at end of file
diff --git a/templates/actor/parts/actor-weapons.hbs b/templates/actor/parts/actor-weapons.hbs
index 39ec28c..90bd52c 100644
--- a/templates/actor/parts/actor-weapons.hbs
+++ b/templates/actor/parts/actor-weapons.hbs
@@ -1,18 +1,28 @@
{{#each weapons as |item id|}}
- -
-
-
+
+ {{ log system }}
-
+
{{editor system.description target="system.description" rollData=rollData button=true owner=owner editable=editable}}