diff --git a/template.json b/template.json
index ae5d180..e3899db 100644
--- a/template.json
+++ b/template.json
@@ -100,7 +100,19 @@
"description": ""
}
},
- "types": [ "arme", "competence", "protection", "pacte", "traitchaotique", "monnaie", "don", "tendance", "rune"],
+ "types": [ "arme", "competence", "protection", "pacte", "traitchaotique", "monnaie", "don", "tendance", "rune", "predilection", "equipement", "capacite"],
+ "capacite":{
+ "templates": [ "base" ]
+ },
+ "predilection": {
+ "competence": "",
+ "templates": [ "base" ]
+ },
+ "equipement": {
+ "rarete": 0,
+ "prix": 0,
+ "templates": [ "base" ]
+ },
"arme": {
"typearme": "",
"bonusmaniementoff": 0,
@@ -125,7 +137,7 @@
"protection": {
"typeprotection": "",
"protection": 0,
- "bonusmaniementdef": 0,
+ "degats": "",
"rarete": 0,
"prix": 0,
"templates": [ "base" ]
diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html
index 4f115a1..83a19b2 100644
--- a/templates/actor-sheet.html
+++ b/templates/actor-sheet.html
@@ -27,42 +27,49 @@
{{!-- Main Tab --}}
-
+
-
-
-
- Attributs
-
+
+
{{#each data.attributs as |attr key|}}
-
+ -
+ {{attr.label}}
+ {{attr.value}}
+
{{/each}}
-
-
-
-
- Bonne Aventure
-
-
-
-
-
-
-
- Eclat
-
-
-
-
-
-
- Expérience
-
-
-
-
+
+
+
+ Bonne Aventure
+
+
+
+
+
+
+
+
+
+ Eclat
+
+
+
+
+
+
+
+
+ Expérience
+
+
+
+
+
+
+
+
{{!-- Competence Tab --}}
diff --git a/templates/item-capacite-sheet.html b/templates/item-capacite-sheet.html
new file mode 100644
index 0000000..04527c4
--- /dev/null
+++ b/templates/item-capacite-sheet.html
@@ -0,0 +1,18 @@
+
diff --git a/templates/item-equipement-sheet.html b/templates/item-equipement-sheet.html
new file mode 100644
index 0000000..b7a0ac8
--- /dev/null
+++ b/templates/item-equipement-sheet.html
@@ -0,0 +1,27 @@
+
diff --git a/templates/item-predilection-sheet.html b/templates/item-predilection-sheet.html
new file mode 100644
index 0000000..4bb644f
--- /dev/null
+++ b/templates/item-predilection-sheet.html
@@ -0,0 +1,23 @@
+
diff --git a/templates/item-protection-sheet.html b/templates/item-protection-sheet.html
index 11994cb..5c4f039 100644
--- a/templates/item-protection-sheet.html
+++ b/templates/item-protection-sheet.html
@@ -24,8 +24,8 @@
-
-
+
+
diff --git a/templates/item-rune-sheet.html b/templates/item-rune-sheet.html
index 8fa8d7c..872fc57 100644
--- a/templates/item-rune-sheet.html
+++ b/templates/item-rune-sheet.html
@@ -11,7 +11,7 @@
-
+