forked from phaldaros/arm5e
-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathsystem.json
181 lines (180 loc) · 4.59 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
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
{
"id": "arm5e",
"title": "Ars Magica 5th Edition",
"description": "Ars Magica 5e for Foundry VTT, mandatory arm5e-compendia module at (https://github.com/Xzotl42/arm5e-compendia/releases/latest/download/module.json)",
"version": "2.3.2.18",
"compatibility": {
"minimum": "10.290",
"verified": "12.331"
},
"relationships": {
"requires": [
{
"id": "arm5e-compendia",
"type": "module",
"manifest": "https://github.com/Xzotl42/arm5e-compendia/releases/latest/download/module.json",
"compatibility": {
"minimum": "0.9.11"
}
}
]
},
"authors": [
{ "name": "xzotl", "contribution": "Main dev and official maintainer" },
{ "name": "ialbiol", "contribution": "Dev" },
{ "name": "phaldaros", "contribution": "Original dev" },
{ "name": "Teotimus", "contribution": "Spanish version" },
{ "name": "sylph", "contribution": "Graphical design" },
{ "name": "Ludo.Bermejo", "contribution": "Dev" },
{ "name": "jupotter", "contribution": "Dev, French version" },
{ "name": "Lanneval", "contribution": "French version" },
{ "name": "Orneen", "contribution": "French version, compendium content" },
{ "name": "N0Br41nZ", "contribution": "Italian version" },
{ "name": "Ramon Alves", "contribution": "Portuguese (BR) version" },
{ "name": "jaircunhavianna", "contribution": "Compendium content" },
{ "name": "Moo Man", "contribution": "Dev" }
],
"esmodules": ["module/arm5e.js"],
"styles": ["css/arm5e.css", "css/Ars-Magica-icons.css"],
"flags": {
"hotReload": {
"extensions": ["css", "json"]
}
},
"documentTypes": {
"Actor": {
"player": {},
"npc": {},
"laboratory": {},
"covenant": {},
"magicCodex": {},
"beast": {}
},
"Item": {
"weapon": {},
"armor": {},
"spell": {},
"vis": {},
"item": {},
"book": {},
"virtue": {},
"flaw": {},
"quality": {},
"inferiority": {},
"ability": {},
"abilityFamiliar": {},
"diaryEntry": {},
"power": {},
"powerFamiliar": {},
"speciality": {},
"distinctive": {},
"sanctumRoom": {},
"magicItem": {},
"reputation": {},
"inhabitant": {},
"habitantMagi": {},
"habitantCompanion": {},
"habitantSpecialists": {},
"habitantHabitants": {},
"habitantHorses": {},
"habitantLivestock": {},
"possessionsCovenant": {},
"visSourcesCovenant": {},
"visStockCovenant": {},
"magicalEffect": {},
"baseEffect": {},
"calendarCovenant": {},
"incomingSource": {},
"laboratoryText": {},
"enchantment": {},
"labCovenant": {},
"mundaneBook": {},
"personality": {},
"personalityTrait": {},
"wound": {},
"art": {}
}
},
"packs": [
{
"name": "actors",
"label": "Actors",
"path": "packs/actors.db",
"type": "Actor",
"system": "arm5e"
},
{
"name": "scenes",
"label": "Scenes",
"path": "packs/scenes.db",
"type": "Scene",
"system": "arm5e"
},
{
"name": "macros",
"label": "Macros",
"path": "packs/macros.db",
"type": "Macro",
"system": "arm5e"
},
{
"name": "journals",
"label": "Journals",
"path": "packs/journals.db",
"type": "JournalEntry",
"system": "arm5e"
},
{
"name": "rolltables",
"label": "Rolltables",
"path": "packs/rolltables.db",
"type": "RollTable",
"system": "arm5e"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "it",
"name": "Italiano",
"path": "lang/it.json"
},
{
"lang": "pt",
"name": "Portuguese",
"path": "lang/pt.json"
},
{
"lang": "pt-BR",
"name": "Portuguese (Brazil)",
"path": "lang/pt-BR.json"
}
],
"media": [
{
"type": "setup",
"url": "systems/arm5e/assets/thumbnails/arm5openlicenselogo.webp",
"thumbnail": "systems/arm5e/assets/thumbnails/arm5openlicenselogo.webp"
}
],
"socket": true,
"grid": { "distance": 3, "units": "ft" },
"url": "https://github.com/xzotl42/arm5e",
"manifest": "https://raw.githubusercontent.com/xzotl42/arm5e/master/system.json",
"download": "https://github.com/xzotl42/arm5e/archive/master.zip",
"license": "LICENSE.txt"
}