-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodule.json
72 lines (72 loc) · 2.18 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
{
"title": "Cibola 8 - Master Ai Integration",
"description": "Cibola 8 is the Foundry-Module for VTT Masters that will truly change your world! Working with every virtual tabletop System, it helps you to prepare next-level adventures, great-master your library and create universes out of your imagination within the drop of a dice! tep through the gate and enter the hidden realms of Cibola 8, where powerful AI tools converge into a creative arsenal that transcends the boundaries of imagination in Virtual Tabletops. With its magical Foundry integration, it opens a gateway to all your favorite systems, granting you access to a world where every adventure turns to legacies. With a single thought, conjure images, in-game assets, and texts that breathe life into your stories. Break the barriers of language, uncover the hidden, and craft new universes where every detail has become reality!",
"version": "1.13.0",
"url": "https://cibola.world",
"manifest": "https://raw.githubusercontent.com/Cibola8/cibola8/main/module.json",
"download": "https://github.com/Cibola8/cibola8/releases/download/1.13.0/cibola8-1.13.0.zip",
"languages": [
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"esmodules": [
"modules/init.js"
],
"styles": [
"styles/css/css.css",
"styles/css/cropper.min.css"
],
"packs": [],
"id": "cibola8",
"authors": [
{
"name": "Cibola8"
}
],
"persistentStorage": true,
"compatibility": {
"minimum": "12",
"verified": "12",
"maximum": "12"
},
"media": [
{
"type": "setup",
"url": "modules/cibola8/icons/thumbs/setup.webp",
"thumbnail": "modules/cibola8/icons/thumbs/setup-thumb.webp"
}
],
"flags": {
"hotReload": {
"extensions": [
"css",
"html",
"hbs",
"json"
],
"paths": [
"templates",
"styles/css",
"lang"
]
}
}
}