-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.json
120 lines (118 loc) · 2.4 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"Actor": {
"types": ["Vampire", "Human", "Ghul"],
"templates": {
"stats": {
"attributes": {
"physical": {
"Strength": 1,
"Dexterity": 1,
"Stamina": 1
},
"social": {
"Charisma": 1,
"Manipulation": 1,
"Appearance": 1
},
"mental": {
"Perception": 1,
"Intelligence": 1,
"Wits": 1
}
},
"abilities": {
"talents": {
"Alertness": 0,
"Athletics": 0,
"Awareness": 0,
"Brawl": 0,
"Empathy": 0,
"Expression": 0,
"Intimidation": 0,
"Leadership": 0,
"Streetwise": 0,
"Subterfuge": 0
},
"skills": {
"Animal Ken": 0,
"Archery": 0,
"Craft": 0,
"Etiquette": 0,
"Larceny": 0,
"Melee": 0,
"Performance": 0,
"Ride": 0,
"Stealth": 0,
"Survival": 0
},
"knowledges": {
"Academics": 0,
"Elder Knowledge": 0,
"Enigma": 0,
"Investigation": 0,
"Law": 0,
"Medicine": 0,
"Occult": 0,
"Politics": 0,
"Seneschal": 0,
"Theology": 0
}
}
},
"bloodBonds": {
"name": "",
"value": 0
},
"advantages": {
"virtues": {
"virtue1": {
"name": "",
"value": 1
},
"virtue2": {
"name": "",
"value": 1
},
"courage": 1
}
},
"willpower": 1,
"bloodpool": {
"value": 1,
"min": 0
}
},
"Vampire": {
"templates": ["stats", "advantages"],
"generation": 13,
"path": {
"name": "",
"value": 1,
"sins": {
"sin01": "",
"sin02": "",
"sin03": "",
"sin04": "",
"sin05": "",
"sin06": "",
"sin07": "",
"sin08": "",
"sin09": "",
"sin10": ""
}
},
"clanWeakness": ""
}
},
"Item": {
"types": [
"Item",
"Weapon",
"Armor",
"Background",
"Merit",
"Flaw",
"Disciplin"
]
}
}