Fix v10 datapath
This commit is contained in:
@ -279,17 +279,17 @@ const __add_actors_translation = () => {
|
||||
"label": metadata.name,
|
||||
"mapping": {
|
||||
"name": "name",
|
||||
"description": "details.biography.value",
|
||||
"description": "system.biography.value",
|
||||
"items": {
|
||||
"path": "items",
|
||||
"converter": "bestiary_traits"
|
||||
},
|
||||
"characteristics": {
|
||||
"path": "data.characteristics",
|
||||
"path": "system.characteristics",
|
||||
"converter": "npc_characteristics"
|
||||
},
|
||||
"details": {
|
||||
"path": "data.details",
|
||||
"path": "system.details",
|
||||
"converter": "npc_details"
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user