Build release script

This commit is contained in:
2026-04-21 19:49:18 +02:00
parent bdc305abd8
commit a349402306
3 changed files with 101 additions and 1 deletions

View File

@@ -35,6 +35,65 @@
"path": "lang/fr.json"
}
],
"documentTypes": {
"Actor": {
"character": {
"htmlFields": [
"personal.speciesText.descriptionLong",
"biography",
"finance.notes",
"notes"
]
},
"vehicule": {
"htmlFields": [
"description",
"notes"
]
},
"creature": {
"htmlFields": [
"biography",
"notes"
]
}
},
"Item": {
"armor": {
"htmlFields": [ "description" ]
},
"career": {
"htmlFields": [ "description" ]
},
"computer": {
"htmlFields": [ "description" ]
},
"contact": {
"htmlFields": [ "description", "notes" ]
},
"container": {
"htmlFields": [ "description", "lockedDescription" ]
},
"disease": {
"htmlFields": [ "description" ]
},
"equipment": {
"htmlFields": [ "description" ]
},
"item": {
"htmlFields": [ "description" ]
},
"species": {
"htmlFields": [ "description", "descriptionLong" ]
},
"talent": {
"htmlFields": [ "description" ]
},
"weapon": {
"htmlFields": [ "description" ]
}
}
},
"compatibility": {
"minimum": "11",
"verified": "12.324"