-
Notifications
You must be signed in to change notification settings - Fork 6
/
module.json
115 lines (115 loc) · 2.49 KB
/
module.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
{
"id": "cof-srd",
"title": "Chroniques Oubliées Fantasy - SRD",
"description": "Compendiums du SRD de Chroniques Oubliées Fantasy",
"version": "11.301.0",
"compatibility": {
"minimum": 10,
"verified": "11.301"
},
"relationships": {
"systems": [
{
"id": "cof",
"type": "system",
"compatibility": {
"verified": "11.301.0"
}
}
]
},
"authors": [
{
"name": "Zigmund"
},
{
"name": "Kristov"
}
],
"packs": [
{
"name": "capacities",
"label": "Capacités",
"system": "cof",
"path": "./packs/capacities.db",
"type": "Item",
"tag": "capacity"
},
{
"name": "encounters",
"label": "Rencontres",
"system": "cof",
"path": "./packs/encounters.db",
"type": "Actor",
"tag": "encounter"
},
{
"name": "encounters-capacities",
"label": "Capacités des rencontres",
"system": "cof",
"path": "./packs/encounters-capacities.db",
"type": "Item",
"tag": "capacity"
},
{
"name": "encounters-paths",
"label": "Voies des rencontres",
"system": "cof",
"path": "./packs/encounters-paths.db",
"type": "Item",
"tag": "path"
},
{
"name": "items",
"label": "Equipement",
"system": "cof",
"path": "./packs/items.db",
"type": "Item",
"tag": "item"
},
{
"name": "paths",
"label": "Voies",
"system": "cof",
"path": "./packs/paths.db",
"type": "Item",
"tag": "path"
},
{
"name": "profiles",
"label": "Profils",
"system": "cof",
"path": "./packs/profiles.db",
"type": "Item",
"tag": "profile"
},
{
"name": "species",
"label": "Races",
"system": "cof",
"path": "./packs/species.db",
"type": "Item",
"tag": "species"
},
{
"name": "spells",
"label": "Sorts",
"system": "cof",
"path": "./packs/spells.db",
"type": "Item",
"tag": "spell"
},
{
"name": "tables",
"label": "Tables",
"system": "cof",
"path": "./packs/tables.db",
"type": "RollTable",
"tag": "table"
}
],
"url": "https://github.com/ZigmundKreud/cof-srd.git",
"manifest": "https://raw.githubusercontent.com/ZigmundKreud/cof-srd/main/module.json",
"download": "https://github.com/ZigmundKreud/cof-srd/archive/refs/tags/11.301.0.zip",
"license": "licence.txt"
}