122 lines
2.6 KiB
JSON
122 lines
2.6 KiB
JSON
{
|
|
"Actor": {
|
|
"types": [
|
|
"personnage",
|
|
"pnj"
|
|
],
|
|
"templates": {
|
|
"biodata": {
|
|
"biodata": {
|
|
"age": 0,
|
|
"size": "",
|
|
"lieunaissance": "",
|
|
"nationalite": "",
|
|
"profession": "",
|
|
"residence": "",
|
|
"milieusocial": "",
|
|
"poids": "",
|
|
"cheveux": "",
|
|
"sexe": "",
|
|
"yeux": "",
|
|
"enfance": "",
|
|
"adulte": "",
|
|
"loisirs": "",
|
|
"singularite": "",
|
|
"politique": "",
|
|
"religion": "",
|
|
"fantastique": "",
|
|
"description": "",
|
|
"gmnotes": ""
|
|
}
|
|
},
|
|
"core": {
|
|
"subactors": [],
|
|
"lamesdestin": [],
|
|
"pointdestin": 1,
|
|
"fluide": 5,
|
|
"attributs": {
|
|
"constitution": {
|
|
"label": "Constitution",
|
|
"abbrev": "constitution",
|
|
"value": 0,
|
|
"hasmax": true,
|
|
"max": 0
|
|
},
|
|
"physique": {
|
|
"label": "Aptitudes Physiques",
|
|
"abbrev": "physique",
|
|
"value": 0,
|
|
"max": 0
|
|
},
|
|
"culturegenerale": {
|
|
"label": "Culture Générale",
|
|
"abbrev": "culturegenerale",
|
|
"value": 0,
|
|
"max": 0
|
|
},
|
|
"habilite": {
|
|
"label": "Habilité",
|
|
"abbrev": "habilite",
|
|
"value": 0,
|
|
"max": 0
|
|
},
|
|
"perception": {
|
|
"label": "Perception",
|
|
"abbrev": "habilite",
|
|
"value": 0,
|
|
"max": 0
|
|
},
|
|
"spiritualite": {
|
|
"label": "Spiritualite",
|
|
"abbrev": "spiritualite",
|
|
"hasmax": true,
|
|
"value": 0,
|
|
"max": 0
|
|
},
|
|
"rationnalite": {
|
|
"label": "Rationnalite",
|
|
"abbrev": "rationnalite",
|
|
"hasmax": true,
|
|
"value": 0,
|
|
"max": 0
|
|
}
|
|
}
|
|
},
|
|
"npccore": {
|
|
"npctype": "",
|
|
"description": ""
|
|
}
|
|
},
|
|
"personnage": {
|
|
"templates": [
|
|
"biodata",
|
|
"core"
|
|
]
|
|
}
|
|
},
|
|
"Item": {
|
|
"types": [
|
|
"arme",
|
|
"equipement",
|
|
"tarot"
|
|
],
|
|
"templates": {
|
|
},
|
|
"equipement" : {
|
|
"description": ""
|
|
},
|
|
"tarot" : {
|
|
"tarottype": "",
|
|
"description": ""
|
|
},
|
|
"arme" : {
|
|
"armetype": 0,
|
|
"dommagenormale": 0,
|
|
"dommagepart": 0,
|
|
"dommagecritique": 0,
|
|
"dommagecritiqueKO": false,
|
|
"dommagecritiquemort": false,
|
|
"description": ""
|
|
}
|
|
}
|
|
} |