diff --git a/lang/de.json b/lang/de.json
index a640a3c..f8695cf 100644
--- a/lang/de.json
+++ b/lang/de.json
@@ -377,6 +377,77 @@
"BOL.size.enormous": "Enorm",
"BOL.size.gigantic": "Gigantisch",
"BOL.size.immense": "Immens",
- "BOL.size.colossal": "Kolossal"
+ "BOL.size.colossal": "Kolossal",
+ "BOL.chat.fightactive": "{name} activates the fight option {foName} for this round !",
+ "BOL.chat.fightunactive": "{name} deactivates the fight option {foName} for this round !",
+ "BOL.chat.isdead": "{name} is dead !",
+ "BOL.chat.epitaph": "Keep his name and memory in honor !",
+ "BOL.chat.vitalityzero": "Lifeblood of {name} is now {hp} : he is going to fall unconscious !",
+ "BOL.chat.vitalityheroism": "You can spent 1 Hero Point to raise up for 1 round.",
+ "BOL.chat.vitalityheroismhint": "In this case, your lifeblood raises up to its maximum divided by 2.",
+ "BOL.chat.vitalitydying": "Lifeblood of {name} is now {hp} ! He is dying ...",
+ "BOL.chat.vitalitydyingheroism": "You can spent 1 Hero Point to Defy Death.",
+ "BOL.chat.alchemytitle": "Alchemy recipe : {name}",
+ "BOL.chat.alchemypoints": "Craft Points cost : {pcCostCurrent}",
+ "BOL.chat.alchemysuccess": "The alchemy recipe is a success !
Create the relevant item/effect in your Inventory.
Stage counter has been resetted.",
+ "BOL.chat.alchemyfailure": "The alchemy recipe has failed !
Stage counter has been resetted.",
+ "BOL.chat.rolldamage": "Roll for damages",
+ "BOL.chat.rolldamage6": "Roll for damages +6",
+ "BOL.chat.rolldamage12": "Roll for damages +12 (1 HP)",
+ "BOL.chat.damageresult": "Damages of {name} : {total}",
+ "BOL.chat.damagetarget": "Target : {target}",
+ "BOL.chat.applydamagetotarget": "Apply damages to the target",
+ "BOL.chat.fightoption": "Combat options",
+ "BOL.chat.reroll": "Reroll (1 HP)",
+ "BOL.chat.toheroic": "Convert to Mighty success (1 HP)",
+ "BOL.chat.tolegend": "Convert to Legendary succes (1 HP)",
+ "BOL.chat.hurttitle": "{name} is going to receive {damageTotal} damages !",
+ "BOL.chat.armordefault": "This attack is bypassing armor : armor is not used to reduce damages !",
+ "BOL.chat.witharmor": "Hit with armor",
+ "BOL.chat.withoutarmor": "Hit without armor",
+ "BOL.chat.shakeoff": "Shake off Wounds (1 HP)",
+ "BOL.chat.splinteredshield": "Splintered Shield/Sword {name} (1 HP)",
+ "BOL.chat.damagesummary": "Damages received by {name}",
+ "BOL.chat.protectvalue": "Armor protect",
+ "BOL.chat.noprotectvalue": "No armor !",
+ "BOL.chat.heroreducedamage": "One Hero Point has been spent, for reducing damges by {total}.",
+ "BOL.chat.herosplintered": "No damages received, thanks to splintered shield/sword with {weaponHero.name}. The weapon/shield has been destroyed ! One HP point has been spent also.",
+ "BOL.chat.finaldamage": "Final Damage : {finalDamage} damages !",
+ "BOL.chat.spell": "Spell",
+ "BOL.chat.spellcost": "Power Points cost",
+ "BOL.chat.spellremaining": "Remaining Power Points",
+
+ "BOL.dialog.soeasy": "So easy (+4)",
+ "BOL.dialog.veryeasy": "Very easy (+2)",
+ "BOL.dialog.easy": "Easy (+1)",
+ "BOL.dialog.moderate": "Moderate (0)",
+ "BOL.dialog.hard": "Hard (-1)",
+ "BOL.dialog.tough": "Tough (-2)",
+ "BOL.dialog.demanding": "Demanding (-4)",
+ "BOL.dialog.formidable": "Formidable (-6)",
+ "BOL.dialog.heroic": "Heroic (-8)",
+ "BOL.dialog.mythic": "Mythic (-10)",
+ "BOL.dialog.divine": "Divine (-12)",
+
+ "BOL.dialog.pointblank": "Point blank (+1)",
+ "BOL.dialog.close": "Close (0)",
+ "BOL.dialog.medium": "Medium (-1))",
+ "BOL.dialog.long": "Long (-2)",
+ "BOL.dialog.distant": "Distant (-4)",
+ "BOL.dialog.extreme": "Extreme (-6)",
+ "BOL.dialog.utmost": "Utmost (-8)",
+
+ "BOL.ui.name": "Name",
+ "BOL.ui.xp": "Experience",
+ "BOL.ui.xpspent": "Spent",
+ "BOL.ui.xptotal": "Total",
+ "BOL.ui.biosize": "Size",
+ "BOL.ui.bioweight": "Weight",
+ "BOL.ui.bioage": "Age",
+ "BOL.ui.biohair": "Hair",
+ "BOL.ui.bioeyes": "Eyes",
+ "BOL.ui.biosigns": "Signs",
+ "BOL.ui.biodescription": "Description",
+ "BOL.ui.bionotes": "Notes"
}
diff --git a/lang/en.json b/lang/en.json
index 41f61ac..9fae595 100644
--- a/lang/en.json
+++ b/lang/en.json
@@ -426,10 +426,24 @@
"BOL.dialog.divine": "Divine (-12)",
"BOL.dialog.pointblank": "Point blank (+1)",
- "BOL.dialog.close": "Clos e(0)",
+ "BOL.dialog.close": "Close (0)",
"BOL.dialog.medium": "Medium (-1))",
"BOL.dialog.long": "Long (-2)",
"BOL.dialog.distant": "Distant (-4)",
"BOL.dialog.extreme": "Extreme (-6)",
- "BOL.dialog.utmost": "Utmost (-8)"
+ "BOL.dialog.utmost": "Utmost (-8)",
+
+ "BOL.ui.name": "Name",
+ "BOL.ui.xp": "Experience",
+ "BOL.ui.xpspent": "Spent",
+ "BOL.ui.xptotal": "Total",
+ "BOL.ui.biosize": "Size",
+ "BOL.ui.bioweight": "Weight",
+ "BOL.ui.bioage": "Age",
+ "BOL.ui.biohair": "Hair",
+ "BOL.ui.bioeyes": "Eyes",
+ "BOL.ui.biosigns": "Signs",
+ "BOL.ui.biodescription": "Description",
+ "BOL.ui.bionotes": "Notes"
+
}
\ No newline at end of file
diff --git a/lang/fr.json b/lang/fr.json
index e807b7f..78dc06d 100644
--- a/lang/fr.json
+++ b/lang/fr.json
@@ -408,5 +408,20 @@
"BOL.dialog.long": "Longue (-2)",
"BOL.dialog.distant": "Très longue (-4)",
"BOL.dialog.extreme": "Extrême (-6)",
- "BOL.dialog.utmost": "Maximale (-8)"
+ "BOL.dialog.utmost": "Maximale (-8)",
+
+ "BOL.ui.name": "Nom",
+ "BOL.ui.xp": "Experience",
+ "BOL.ui.xpspent": "Dépensée",
+ "BOL.ui.xptotal": "Totale",
+ "BOL.ui.biosize": "Taille",
+ "BOL.ui.bioweight": "Poids",
+ "BOL.ui.bioage": "Age",
+ "BOL.ui.biohair": "Cheveux",
+ "BOL.ui.bioeyes": "Yeux",
+ "BOL.ui.biosigns": "Signes distinctifs",
+ "BOL.ui.biodescription": "Description",
+ "BOL.ui.bionotes": "Notes"
+
+
}
\ No newline at end of file
diff --git a/system.json b/system.json
index 1a232db..b16853b 100644
--- a/system.json
+++ b/system.json
@@ -14,7 +14,7 @@
"url": "https://github.com/ZigmundKreud/bol",
"license": "LICENSE.txt",
"flags": {},
- "version": "1.3.12",
+ "version": "1.3.13",
"templateVersion": 10,
"minimumCoreVersion": "0.8.6",
"compatibleCoreVersion": "9",
diff --git a/templates/actor/parts/actor-header.hbs b/templates/actor/parts/actor-header.hbs
index 2aac79a..3855754 100644
--- a/templates/actor/parts/actor-header.hbs
+++ b/templates/actor/parts/actor-header.hbs
@@ -2,19 +2,19 @@