-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtemplate.json
58 lines (58 loc) · 1.71 KB
/
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
53
54
55
56
57
58
{
"Actor": {
"CharacterActor": {
"type": "CharacterActor",
"class": "",
"abilities": { "STR": 8, "DEX": 8, "CON": 8, "INT": 8, "WIS": 8, "CHA": 8 },
"ac": 10,
"bab": 0,
"background": "",
"coinage": { "iron": 0, "copper": 0, "silver": 0, "gold": 0, "platinum": 0 },
"exp": { "max": 0, "value": 0 },
"features": "",
"fortune": 0,
"goals": [],
"heightWeight": "",
"hp": { "max": 10, "value": 10 },
"initiative": "1d10",
"mab": 0,
"mainNotes": "",
"maxWeight": 0,
"misc": [],
"notes": "",
"rab": 0,
"saves": {
"0": { "name": "", "value": "0" },
"1": { "name": "", "value": "0" },
"2": { "name": "", "value": "0" },
"3": { "name": "", "value": "0" },
"4": { "name": "", "value": "0" }
},
"skills": [],
"slots": 0,
"speed": 0,
"traits": "",
"treasure": ""
},
"GeneralActor": { "type": "GeneralActor", "hp": { "max": 10, "value": 10 }, "initiative": "1d10", "unitType": "", "skills": [], "maxWeight": 0 },
"types": ["CharacterActor", "GeneralActor"]
},
"Item": {
"Arcana": { "type": "Arcana", "time": "", "description": "", "spellType": "Cantrip", "ability": "", "macro": "" },
"Armor": { "type": "Armor", "description": "", "weight": 1, "armorBonus": 0, "wearing": true, "macro": "" },
"Weapon": {
"type": "Weapon",
"description": "",
"weight": 1,
"wearing": true,
"bonus": "0",
"damage": "1d6",
"shortRange": "",
"longRange": "",
"reload": ""
},
"Equipment": { "type": "Equipment", "description": "", "wearing": true, "weight": 1, "quantity": 1, "macro": "" },
"Trait": { "type": "Trait", "description": "", "macro": "", "traitType": "" },
"types": ["Arcana", "Armor", "Weapon", "Equipment", "Trait"]
}
}