fvtt-imperium5/template.json

154 lines
3.0 KiB
JSON
Raw Normal View History

2022-03-13 16:17:04 +01:00
{
"Actor": {
2022-03-19 09:30:00 +01:00
"types": [
"character"
],
2022-03-13 16:17:04 +01:00
"templates": {
"biodata": {
"biodata": {
"age": 0,
"size": "",
"weight": "",
"hair": "",
"sex": "",
"eyes": "",
2022-03-19 09:30:00 +01:00
"appactual": "",
"traits": "",
"identities": "",
"admid": "",
"memories": "",
"whoami": "",
2022-03-13 16:17:04 +01:00
"description": "",
2022-03-19 09:30:00 +01:00
"gmnotes": ""
2022-03-13 16:17:04 +01:00
}
},
"core": {
"subactors": [],
2022-03-19 09:30:00 +01:00
"ames": {
"brutalite": {
"label": "Brutalité",
"type": "physique",
"value": 0,
"cohesion": 0
2022-03-13 16:17:04 +01:00
},
2022-03-19 09:30:00 +01:00
"dynamisme": {
"label": "Dynamisme",
"type": "physique",
"value": 0,
"cohesion": 0
2022-03-13 16:17:04 +01:00
},
2022-03-19 09:30:00 +01:00
"autorite": {
"label": "Autorité",
"type": "social",
"value": 0,
"cohesion": 0
2022-03-13 16:17:04 +01:00
},
2022-03-19 09:30:00 +01:00
"simulacre": {
"label": "Simulacre",
"type": "social",
"value": 0,
"cohesion": 0
2022-03-13 16:17:04 +01:00
},
2022-03-19 09:30:00 +01:00
"savoir": {
"label": "Savoir",
"type": "mental",
"value": 0,
"cohesion": 0
2022-03-13 16:17:04 +01:00
},
2022-03-19 09:30:00 +01:00
"creativite": {
"label": "Créativité",
"type": "mental",
"value": 0,
"cohesion": 0
2022-03-13 16:17:04 +01:00
}
},
2022-03-19 09:30:00 +01:00
"paradigmes": {
"humanite": {
"label": "Humanité",
2022-03-13 16:17:04 +01:00
"value": 0,
2022-03-19 09:30:00 +01:00
"editable": false
2022-03-13 16:17:04 +01:00
},
2022-03-19 09:30:00 +01:00
"punk": {
"label": "Punk",
2022-03-13 16:17:04 +01:00
"value": 0,
2022-03-19 09:30:00 +01:00
"editable": false
2022-03-13 16:17:04 +01:00
},
2022-03-19 09:30:00 +01:00
"cyber": {
"label": "Cyber",
2022-03-13 16:17:04 +01:00
"value": 0,
2022-03-19 09:30:00 +01:00
"editable": false
},
"virtuel": {
"label": "Virtuel",
"value": 0,
"editable": false
},
"perso": {
"label": "Perso",
2022-03-13 16:17:04 +01:00
"value": 0,
2022-03-19 09:30:00 +01:00
"editable": true
2022-03-13 16:17:04 +01:00
}
},
2022-03-19 09:30:00 +01:00
"entropie": {
"label": "Entropie",
"seuil": 0,
"reserve": 0
2022-03-13 16:17:04 +01:00
}
}
},
"character": {
2022-03-19 09:30:00 +01:00
"templates": [
"biodata",
"core"
]
}
2022-03-13 16:17:04 +01:00
},
"Item": {
2022-03-19 09:30:00 +01:00
"types": [
"archetype",
"specialite",
"familiarite",
"nature",
"trait",
"symbiose",
"ressource",
"capacite",
"singularite",
"contact"
],
"archetype": {
2022-03-13 16:17:04 +01:00
"description": ""
},
2022-03-19 09:30:00 +01:00
"specialite": {
"description": ""
2022-03-13 16:17:04 +01:00
},
2022-03-19 09:30:00 +01:00
"familiarite": {
2022-03-13 16:17:04 +01:00
"description": ""
},
2022-03-19 09:30:00 +01:00
"nature": {
2022-03-13 16:17:04 +01:00
"description": ""
},
2022-03-19 09:30:00 +01:00
"trait": {
2022-03-13 16:17:04 +01:00
"description": ""
},
2022-03-19 09:30:00 +01:00
"symbiose": {
2022-03-13 16:17:04 +01:00
"description": ""
},
2022-03-19 09:30:00 +01:00
"ressource": {
"value": 0,
"description": ""
2022-03-13 16:17:04 +01:00
},
2022-03-19 09:30:00 +01:00
"capacite": {
2022-03-13 16:17:04 +01:00
"type": "",
2022-03-19 09:30:00 +01:00
"description": ""
2022-03-13 16:17:04 +01:00
},
2022-03-19 09:30:00 +01:00
"singularite": {
2022-03-13 16:17:04 +01:00
"value": 0,
"description": ""
},
2022-03-19 09:30:00 +01:00
"contact": {
"value": 0,
2022-03-13 16:17:04 +01:00
"description": ""
}
}
2022-03-19 09:30:00 +01:00
}