First sheet release with datas
This commit is contained in:
@@ -19,11 +19,38 @@
|
||||
"memories": "",
|
||||
"whoami": "",
|
||||
"description": "",
|
||||
"rebuild": "",
|
||||
"contacts": "",
|
||||
"gmnotes": ""
|
||||
}
|
||||
},
|
||||
"core": {
|
||||
"subactors": [],
|
||||
"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
|
||||
},
|
||||
"ames": {
|
||||
"brutalite": {
|
||||
"label": "Brutalité",
|
||||
@@ -66,26 +93,31 @@
|
||||
"humanite": {
|
||||
"label": "Humanité",
|
||||
"value": 0,
|
||||
"used": false,
|
||||
"editable": false
|
||||
},
|
||||
"punk": {
|
||||
"label": "Punk",
|
||||
"value": 0,
|
||||
"used": false,
|
||||
"editable": false
|
||||
},
|
||||
"cyber": {
|
||||
"label": "Cyber",
|
||||
"value": 0,
|
||||
"used": false,
|
||||
"editable": false
|
||||
},
|
||||
"virtuel": {
|
||||
"label": "Virtuel",
|
||||
"value": 0,
|
||||
"used": false,
|
||||
"editable": false
|
||||
},
|
||||
"perso": {
|
||||
"label": "Perso",
|
||||
"value": 0,
|
||||
"used": false,
|
||||
"editable": true
|
||||
}
|
||||
},
|
||||
@@ -114,7 +146,8 @@
|
||||
"ressource",
|
||||
"capacite",
|
||||
"singularite",
|
||||
"contact"
|
||||
"contact",
|
||||
"equipement"
|
||||
],
|
||||
"archetype": {
|
||||
"description": ""
|
||||
@@ -140,12 +173,18 @@
|
||||
},
|
||||
"capacite": {
|
||||
"type": "",
|
||||
"aide": 0,
|
||||
"ressource": 0,
|
||||
"description": ""
|
||||
},
|
||||
"singularite": {
|
||||
"value": 0,
|
||||
"description": ""
|
||||
},
|
||||
"equipement": {
|
||||
"value": 0,
|
||||
"description": ""
|
||||
},
|
||||
"contact": {
|
||||
"value": 0,
|
||||
"description": ""
|
||||
|
||||
Reference in New Issue
Block a user