forked from foundryvtt/dnd5e
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
62 lines (62 loc) · 1.54 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
{
"id": "empire-des-cerisiers",
"title": "L'Empire des Cerisiers",
"description": "Non-official system for L'Empire des Cerisiers. Original book written by Olivier Sanfilippo at Arkhane Asylum.",
"version": "1.1.5",
"compatibility": {
"minimum": "10.291",
"verified": "11"
},
"url": "https://github.com/loulou123546/empire-des-cerisiers",
"manifest": "https://raw.githubusercontent.com/loulou123546/empire-des-cerisiers/master/system.json",
"download": "https://github.com/loulou123546/empire-des-cerisiers/archive/refs/tags/1.1.5.zip",
"authors": [
{
"name": "Olivier Sanfilippo",
"publisher": "Arkhane Asylum",
"url": "https://www.arkhane-asylum.fr/",
"flags": {}
},
{
"name": "loulou123546",
"email": "[email protected]",
"discord": "loulou123546#5707",
"twitter": "loulou123546_",
"flags": {}
}
],
"esmodules": [
"empire-des-cerisiers.mjs"
],
"styles": [
"ui/commons/output.css",
"ui/character-sheets/style.css"
],
"packs": [
{
"name": "yokais",
"label": "Common Yokais",
"system": "empire-des-cerisiers",
"path": "packs/yokais.db",
"type": "Item",
"private": false,
"flags": {}
}
],
"languages": [
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json",
"flags": {}
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"socket": true,
"primaryTokenAttribute": "attributes.hp"
}