First actor sheet
This commit is contained in:
@ -23,34 +23,40 @@
|
||||
"characteristics": {
|
||||
"str": {
|
||||
"label": "Strength",
|
||||
"value": 10,
|
||||
"value": 0,
|
||||
"base": 10,
|
||||
"category": "main",
|
||||
"realcost": 0,
|
||||
"activecost": 0
|
||||
},
|
||||
"dex": {
|
||||
"label": "Dexterity",
|
||||
"value": 10,
|
||||
"base": 10
|
||||
"value": 0,
|
||||
"base": 10,
|
||||
"category": "main"
|
||||
},
|
||||
"con": {
|
||||
"label": "Constitution",
|
||||
"value": 10,
|
||||
"category": "main",
|
||||
"value": 0,
|
||||
"base": 10
|
||||
},
|
||||
"int": {
|
||||
"label": "Intelligence",
|
||||
"value": 10,
|
||||
"base": 10
|
||||
"category": "main",
|
||||
"value": 0,
|
||||
"base": 10
|
||||
},
|
||||
"ego": {
|
||||
"label": "Ego",
|
||||
"value": 10,
|
||||
"category": "main",
|
||||
"value": 0,
|
||||
"base": 10
|
||||
},
|
||||
"pre": {
|
||||
"label": "Presence",
|
||||
"value": 10,
|
||||
"category": "main",
|
||||
"value": 0,
|
||||
"base": 10
|
||||
},
|
||||
"ocv": {
|
||||
@ -170,17 +176,16 @@
|
||||
"value": 0,
|
||||
"base": 0
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"core": {
|
||||
|
||||
}
|
||||
"core": {}
|
||||
},
|
||||
"character": {
|
||||
"templates": [
|
||||
"biodata",
|
||||
"core"
|
||||
]
|
||||
"biodata",
|
||||
"characteristics"
|
||||
],
|
||||
"subactors": []
|
||||
}
|
||||
},
|
||||
"Item": {
|
||||
@ -216,9 +221,9 @@
|
||||
"quantity": 0,
|
||||
"range": "",
|
||||
"damage": "",
|
||||
"endurance": 0,
|
||||
"endurance": 0,
|
||||
"hasroll": false,
|
||||
"roll": 0,
|
||||
"roll": 0,
|
||||
"items": {}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user