Initial import
This commit is contained in:
109
template.json
Normal file
109
template.json
Normal file
@@ -0,0 +1,109 @@
|
||||
{
|
||||
"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,
|
||||
"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",
|
||||
"value": 0,
|
||||
"max": 0
|
||||
},
|
||||
"rationnalite": {
|
||||
"label": "Rationnalite",
|
||||
"abbrev": "rationnalite",
|
||||
"value": 0,
|
||||
"max": 0
|
||||
}
|
||||
}
|
||||
},
|
||||
"npccore": {
|
||||
"npctype": "",
|
||||
"description": ""
|
||||
}
|
||||
},
|
||||
"personnage": {
|
||||
"templates": [
|
||||
"biodata",
|
||||
"core"
|
||||
]
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
"types": [
|
||||
"arme"
|
||||
],
|
||||
"templates": {
|
||||
},
|
||||
"arme" : {
|
||||
"armetype": 0,
|
||||
"dommagenormale": 0,
|
||||
"dommagepart": 0,
|
||||
"dommagecritique": 0,
|
||||
"dommagecritiqueKO": false,
|
||||
"dommagecritiquemort": false
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user