Build release script
This commit is contained in:
59
system.json
59
system.json
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user