fvtt-imperium5/template.json

229 lines
4.6 KiB
JSON
Raw Permalink Normal View History

2022-03-13 16:17:04 +01:00
{
"Actor": {
2022-03-19 09:30:00 +01:00
"types": [
2022-10-31 09:10:23 +01:00
"character",
"pm"
2022-03-19 09:30:00 +01:00
],
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-22 09:01:20 +01:00
"rebuild": "",
"contacts": "",
2022-10-31 09:10:23 +01:00
"gmnotes": "",
"archetype": ""
2022-03-13 16:17:04 +01:00
}
},
"core": {
"subactors": [],
2022-03-22 09:01:20 +01:00
"amestype": {
"physique": {
"label": "Physique",
"malus": 0,
"cohesionmax": 0,
"cohesion": 0
},
"mental": {
"label": "Mental",
"malus": 0,
"cohesionmax": 0,
"cohesion": 0
},
"social": {
"label": "Social",
"malus": 0,
"cohesionmax": 0,
"cohesion": 0
}
},
"karma": {
"value": 0,
"xp": 0,
"source": 0
},
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-22 09:01:20 +01:00
"used": false,
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-22 09:01:20 +01:00
"used": false,
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-22 09:01:20 +01:00
"used": false,
2022-03-19 09:30:00 +01:00
"editable": false
},
"virtuel": {
"label": "Virtuel",
"value": 0,
2022-03-22 09:01:20 +01:00
"used": false,
2022-03-19 09:30:00 +01:00
"editable": false
},
"perso": {
"label": "Perso",
2022-03-13 16:17:04 +01:00
"value": 0,
2022-03-22 09:01:20 +01:00
"used": false,
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
}
2022-10-31 09:10:23 +01:00
},
"pmcore": {
"ames": {
"niveau": 0,
"intensite": 1,
"riposte": 1,
"cohesions": [
{
"max": 1,
"value": 1
}
],
"rupture": 0
},
"paradigmes": {
"custom01": {
"label": "A changer",
"value": 0,
"used": false,
"editable": true
},
"custom02": {
"label": "A changer",
"value": 0,
"used": false,
"editable": true
}
2022-10-31 09:10:23 +01:00
}
2022-03-13 16:17:04 +01:00
}
},
"character": {
2022-03-19 09:30:00 +01:00
"templates": [
"biodata",
"core"
]
2022-10-31 09:10:23 +01:00
},
"pm": {
"templates": [
"biodata",
"pmcore"
]
2022-03-19 09:30:00 +01:00
}
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",
2022-03-22 09:01:20 +01:00
"contact",
"equipement"
2022-03-19 09:30:00 +01:00
],
"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": {
2022-10-31 09:10:23 +01:00
"ressource": 0,
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
"capacite": {
2022-10-19 17:30:47 +02:00
"capatype": "",
2022-03-22 09:01:20 +01:00
"aide": 0,
"ressource": 0,
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-10-31 09:10:23 +01:00
"ressource": 0,
2022-03-13 16:17:04 +01:00
"description": ""
},
2022-03-22 09:01:20 +01:00
"equipement": {
2022-10-31 09:10:23 +01:00
"ressource": 0,
2022-03-22 09:01:20 +01:00
"description": ""
},
2022-03-19 09:30:00 +01:00
"contact": {
2022-10-31 09:10:23 +01:00
"ressource": 0,
2022-03-13 16:17:04 +01:00
"description": ""
}
}
2022-03-19 09:30:00 +01:00
}