diff --git a/module/actor/export-scriptarium/mapping.js b/module/actor/export-scriptarium/mapping.js index 082ed1a5..5f8d6237 100644 --- a/module/actor/export-scriptarium/mapping.js +++ b/module/actor/export-scriptarium/mapping.js @@ -53,6 +53,7 @@ const TABLEAU_SORTS = [...Array(NB_SORTS).keys()] const MAPPING_BASE = [ { column: "ID", getter: (actor, context) => actor.id }, { column: "name", getter: (actor, context) => actor.name }, + { column: "metier", getter: (actor, context) => actor.system.metier }, // { column: "biographie", getter: (actor, context) => actor.system.biographie }, { column: "taille", getter: (actor, context) => actor.system.carac.taille.value }, { column: "apparence", getter: (actor, context) => actor.system.carac.apparence.value }, diff --git a/template.json b/template.json index c3d58e20..815e9a35 100644 --- a/template.json +++ b/template.json @@ -15,6 +15,7 @@ } }, "background": { + "metier": "", "biographie": "Histoire personnelle...", "notes": "Notes", "notesmj": "Notes du MJ", diff --git a/templates/actor-sheet.html b/templates/actor-sheet.html index 4f849b8b..39dddd59 100644 --- a/templates/actor-sheet.html +++ b/templates/actor-sheet.html @@ -172,6 +172,10 @@ +
  • + + +