diff --git a/lang/fr.json b/lang/fr.json index 9071c14..5355d4d 100644 --- a/lang/fr.json +++ b/lang/fr.json @@ -80,7 +80,13 @@ "soulpoints": "Points de Pouvoir", "traced": "Tracée", "tracedrune": "Rune tracée", - "tracerune": "Tracer" + "tracerune": "Tracer", + "initiative": "Initiative", + "initShort": "Init.", + "defense": "Défense", + "defShort": "Déf.", + "protection": "Protection", + "protShort": "Prot." }, "EFFECT": { "new": "Nouvel Effet", diff --git a/templates/actor-sheet.hbs b/templates/actor-sheet.hbs index 24a6c24..e908dcd 100644 --- a/templates/actor-sheet.hbs +++ b/templates/actor-sheet.hbs @@ -103,6 +103,25 @@ + {{!-- COMBAT --}} +
+
⚡ Combat
+
+
+ + {{combat.initTotal}} +
+
+ + {{combat.defenseTotal}} +
+
+ + {{protectionTotal}} +
+
+
+