Fix after testing
This commit is contained in:
62
system.json
62
system.json
@@ -15,6 +15,68 @@
|
||||
"esmodules": [
|
||||
"modules/heritiers-main.js"
|
||||
],
|
||||
"documentTypes": {
|
||||
"Actor": {
|
||||
"personnage": {
|
||||
"htmlFields": [
|
||||
"biodata.description",
|
||||
"biodata.habitat",
|
||||
"biodata.notes",
|
||||
"biodata.gmnotes",
|
||||
"biodata.playernotes"
|
||||
]
|
||||
},
|
||||
"pnj": {
|
||||
"htmlFields": [
|
||||
"description"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"accessoire": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"arme": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"atoutfeerique": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"avantage": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"capacitenaturelle": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"competence": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"contact": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"desavantage": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"equipement": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"fee": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"pouvoir": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"profil": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"protection": {
|
||||
"htmlFields": ["description"]
|
||||
},
|
||||
"sort": {
|
||||
"htmlFields": ["description"]
|
||||
}
|
||||
}
|
||||
},
|
||||
"grid": {
|
||||
"distance": 5,
|
||||
"units": "m"
|
||||
|
||||
Reference in New Issue
Block a user