-
Notifications
You must be signed in to change notification settings - Fork 5
/
template.json
52 lines (52 loc) · 853 Bytes
/
template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"Actor": {
"types": [
"character"
],
"character": {
"templates": [
"base"
],
"failedCareer": "",
"biography": "",
"deprived": false,
"tooBulky": false,
"pounds": 0,
"attributes": {},
"groups": {},
"hp": {
"value": 10,
"max": 10
},
"abilities": {
"STR": {
"value": 10,
"max": 10
},
"DEX": {
"value": 10,
"max": 10
},
"CHA": {
"value": 10,
"max": 10
}
}
}
},
"Item": {
"types": [
"item"
],
"item": {
"description": "",
"quantity": 1,
"armour": 0,
"damageFormula": "",
"equipped": false,
"bulky": false,
"blast": false,
"numberOfUses": 0
}
}
}