Add NPC buttons + enhance NPC characteristics translation

This commit is contained in:
2020-04-23 11:52:39 +02:00
parent 1f3c084982
commit 577ff31d5d
6 changed files with 180 additions and 20 deletions

View File

@ -2,8 +2,12 @@
"label": "PNJ Ennemi Intérieur",
"mapping": {
"name": "name",
"description": "description"
"description": "details.biography.value",
"characteristics": {
"path": "data.characteristics",
"converter": "npc_characteristics"
}
},
"entries": [
]
}
}

View File

@ -4,7 +4,11 @@
"items": {
"path": "items",
"converter": "bestiary_traits"
}
},
"characteristics": {
"path": "data.characteristics",
"converter": "npc_characteristics"
}
},
"entries": [
{