-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathsystem.json
137 lines (137 loc) · 3.7 KB
/
system.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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"id": "TheWitcherTRPG",
"title": "The Witcher TRPG - Foundry VTT",
"description": "The Witcher TRPG System",
"compatibility": {
"minimum": "12",
"verified": "12"
},
"version": "AUTOMATICALLY REPLACED BY GITHUB WORKFLOW ACTION",
"authors": [
{
"name": "Stexinator",
"discord": "Stexinator"
},
{
"name": "einToastbrot",
"discord": "ein_toastbrot"
}
],
"scripts": [],
"esmodules": ["module/TheWitcherTRPG.js"],
"styles": ["styles/witcher-styles.css"],
"packFolders": [
{
"name": "Witcher TRPG System",
"sorting": "m",
"folders": [
{
"name": "Character Generation",
"sorting": "a",
"packs": [
"Character-gen",
"Character-gen_Sub-tables",
"Witcher_Lifepath_and_BG_Sub-tables",
"Life_Event_Sub-tables",
"Style_and_Values_Sub-tables"
]
}
]
}
],
"packs": [
{
"name": "Character-gen",
"label": "Character Generator",
"path": "packs/character-generator.db",
"type": "RollTable"
},
{
"name": "Character-gen_Sub-tables",
"label": "Character Generator Sub-tables",
"path": "packs/character-generator-sub-tables.db",
"type": "RollTable"
},
{
"name": "Witcher_Lifepath_and_BG_Sub-tables",
"label": "Witcher Lifepath and BG Sub-tables",
"path": "packs/witcher-lifepath.db",
"type": "RollTable"
},
{
"name": "Life_Event_Sub-tables",
"label": "Life Event Sub-tables",
"path": "packs/lifepath.db",
"type": "RollTable"
},
{
"name": "Style_and_Values_Sub-tables",
"label": "Style and Values Sub-tables",
"path": "packs/style.db",
"type": "RollTable"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "pt-BR",
"name": "Brazilian Portuguese",
"path": "lang/ptbr.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
},
{
"lang": "it",
"name": "Italian",
"path": "lang/it.json"
},
{
"lang": "ru",
"name": "Russian",
"path": "lang/ru.json"
},
{
"lang": "pl",
"name": "Polish",
"path": "lang/pl.json"
}
],
"relationships": {
"requires": [],
"recommends": [
{
"id": "statuscounter",
"type": "module",
"compatibility": {}
}
]
},
"socket": true,
"initiative": "1d10",
"grid": {
"distance": 2,
"units": "m"
},
"primaryTokenAttribute": "resources.health",
"secondaryTokenAttribute": "resources.power",
"url": "AUTOMATICALLY REPLACED BY GITHUB WORKFLOW ACTION",
"manifest": "AUTOMATICALLY REPLACED BY GITHUB WORKFLOW ACTIONn",
"download": "AUTOMATICALLY REPLACED BY GITHUB WORKFLOW ACTION"
}