forked from AnthonyMonette/TheWitcherTRPG
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
122 lines (122 loc) · 3.08 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
{
"name": "TheWitcherTRPG",
"title": "TheWitcherTRPG - fvtt",
"description": "The Witcher TRPG System.",
"compatibleCoreVersion": "9.238",
"version": 0.79,
"author": "TechAntho",
"scripts": [
],
"esmodules": [
"scripts/TheWitcherTRPG.js"
],
"styles": [
"styles/witcher-styles.css"
],
"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": "Combat",
"label": "Combat",
"path": "packs/witcher-ttrpg-combat.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"
},
{
"name": "Component",
"label": "Component",
"path": "packs/component.db",
"type": "Item"
},
{
"name": "Valuable",
"label": "Valuable",
"path": "packs/valuable.db",
"type": "Item"
}
],
"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": "deu",
"name": "German",
"path": "lang/deu.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"
}
],
"dependencies": [
{
"name": "compendium-folders",
"manifest": "https://raw.githubusercontent.com/earlSt1/vtt-compendium-folders/master/module.json"
}],
"socket": false,
"initiative": "1d10",
"gridDistance": 2,
"gridUnits": "m",
"primaryTokenAttribute": "resources.health",
"secondaryTokenAttribute": "resources.power",
"url": "https://github.com/AnthonyMonette/TheWitcherTRPG",
"manifest": "https://github.com/AnthonyMonette/TheWitcherTRPG/releases/latest/download/system.json",
"download": "https://github.com/AnthonyMonette/TheWitcherTRPG/releases/latest/download/system.zip"
}