forked from public/foundryvtt-wh4-lang-fr-fr
Add NPC buttons + enhance NPC characteristics translation
This commit is contained in:
@ -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": [
|
||||
]
|
||||
}
|
||||
}
|
||||
|
@ -4,7 +4,11 @@
|
||||
"items": {
|
||||
"path": "items",
|
||||
"converter": "bestiary_traits"
|
||||
}
|
||||
},
|
||||
"characteristics": {
|
||||
"path": "data.characteristics",
|
||||
"converter": "npc_characteristics"
|
||||
}
|
||||
},
|
||||
"entries": [
|
||||
{
|
||||
|
Reference in New Issue
Block a user