fvtt-malefices/template.json

147 lines
3.1 KiB
JSON
Raw Normal View History

2023-02-01 14:28:08 +01:00
{
"Actor": {
"types": [
2023-02-06 16:05:59 +01:00
"personnage"
2023-02-01 14:28:08 +01:00
],
"templates": {
"biodata": {
"biodata": {
"age": 0,
"size": "",
"lieunaissance": "",
"nationalite": "",
"profession": "",
"residence": "",
"milieusocial": "",
"poids": "",
"cheveux": "",
"sexe": "",
"yeux": "",
"enfance": "",
"adulte": "",
"loisirs": "",
"singularite": "",
"politique": "",
"religion": "",
"fantastique": "",
"description": "",
2023-10-25 00:00:30 +02:00
"notes": "",
2023-02-01 14:28:08 +01:00
"gmnotes": ""
}
},
"core": {
"subactors": [],
"lamesdestin": [],
"pointdestin": 1,
"fluide": 5,
2023-02-07 20:21:50 +01:00
"mpmb": 0,
"mpmn": 0,
2023-02-01 14:28:08 +01:00
"attributs": {
"constitution": {
"label": "Constitution",
"abbrev": "constitution",
"value": 0,
2023-02-01 19:48:35 +01:00
"hasmax": true,
2023-02-01 14:28:08 +01:00
"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": "perception",
2023-02-01 14:28:08 +01:00
"value": 0,
"max": 0
},
"spiritualite": {
"label": "Spiritualite",
"abbrev": "spiritualite",
"hasmax": false,
"iscard": true,
2023-02-01 14:28:08 +01:00
"value": 0,
"max": 0
},
"rationnalite": {
"label": "Rationnalite",
"abbrev": "rationnalite",
"hasmax": false,
"iscard": true,
2023-02-01 14:28:08 +01:00
"value": 0,
"max": 0
}
},
"equipementlibre": ""
2023-02-01 14:28:08 +01:00
},
"npccore": {
"npctype": "",
"description": ""
}
},
"personnage": {
"templates": [
"biodata",
"core"
]
}
},
"Item": {
"types": [
2023-02-01 19:48:35 +01:00
"arme",
2023-02-01 21:30:35 +01:00
"equipement",
2023-02-03 17:45:15 +01:00
"archetype",
2023-02-06 16:05:59 +01:00
"tarot",
"sortilege",
2023-02-06 16:05:59 +01:00
"elementbio"
2023-02-01 14:28:08 +01:00
],
2023-02-02 22:20:35 +01:00
"templates": {},
2023-02-06 16:05:59 +01:00
"elementbio": {
"description": ""
},
2023-02-02 22:20:35 +01:00
"equipement": {
2023-02-01 19:48:35 +01:00
"description": ""
},
2023-02-02 22:20:35 +01:00
"tarot": {
2023-02-01 21:30:35 +01:00
"tarottype": "",
"numericvalueup": 0,
"numericvaluedown": 0,
2023-02-07 19:55:33 +01:00
"isdualside": false,
2023-02-07 15:36:06 +01:00
"ispositif": true,
"isgm": false,
2023-02-01 21:30:35 +01:00
"description": ""
},
2023-02-03 17:45:15 +01:00
"archetype": {
"lametutelaire": "",
"description": ""
},
"sortilege": {
"seuil": 0,
"description": ""
2023-02-03 17:45:15 +01:00
},
2023-02-02 22:20:35 +01:00
"arme": {
2023-03-08 20:24:19 +01:00
"armetype": "",
2023-02-02 22:20:35 +01:00
"porteecourte": "",
"porteemoyenne": "",
2023-02-01 14:28:08 +01:00
"dommagenormale": 0,
"dommagepart": 0,
"dommagecritique": 0,
"dommagecritiqueKO": false,
2023-02-01 19:48:35 +01:00
"dommagecritiquemort": false,
"description": ""
2023-02-01 14:28:08 +01:00
}
2023-02-02 22:20:35 +01:00
}
2023-02-01 14:28:08 +01:00
}