-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworld.json
More file actions
64 lines (60 loc) · 2.5 KB
/
world.json
File metadata and controls
64 lines (60 loc) · 2.5 KB
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
// replace all instances of `abbr` with the abbreviation of your world including type and suffix
// remove all comments from this file to make it valid JSON
{
"name": "abbr",
"title": "Full Name Here",
"description": "<p>Description here</p>\n<hr />\n<blockquote>\n<p><strong>System: </strong>DnD5e<br /><strong>Starting Level: </strong>Any<br /><strong>Length:</strong> Short multi-session (10-12 hours)<br /><strong>Language:</strong> English</p>\n</blockquote>\n<hr />\n<p>World Smiths is a community of world builders creating high-quality world content for Foundry VTT.</p>\n<div style=\"display:flex;gap:1em\"><a style=\"flex:100%\" href=\"https://world-smiths.github.io/page/\" target=\"_blank\" rel=\"noopener\"><button type=\"button\">Our Projects</button></a><a style=\"flex:100%\" href=\"https://discord.gg/2YCFD8fxG7\" target=\"_blank\" rel=\"noopener\"><button type=\"button\">Our Discord</button></a></div>",
"author": "World Smiths",
"authors": [
{
"name": "World Smiths",
"url": "https://world-smiths.github.io/page"
},
{
"name": "Publisher Name",
"url": "https://publisher.com/"
}
],
"url": "https://world-smiths.github.io/page/main.html",
"license": "https://raw.githubusercontent.com/World-Smiths/abbr/main/LICENSE.md",
"readme": "https://raw.githubusercontent.com/World-Smiths/abbr/main/README.md",
"bugs": "https://discord.gg/xXxXxXxX", // see ../../wiki/discord-invite-link.md
"changelog": "https://raw.githubusercontent.com/World-Smiths/abbr/main/CHANGELOG.md",
"flags": {
"allowBugReporter": true
},
"version": "0.x.x",
"scripts": [],
"esmodules": [
"scripts/world.js"
],
"styles": [
"styles/ws.css"
],
"languages": [], // leave this empty unless you are including language file in your world
"packs": [],
"system": "dnd5e",
"dependencies": [
{
"name": "module-name",
"type": "module",
"manifest": "https://raw.githubusercontent.com/user/repo/main/module.json"
}
],
"socket": false,
"manifest": "https://raw.githubusercontent.com/World-Smiths/abbr/main/world.json",
"download": "https://raw.githubusercontent.com/World-Smiths/abbr/main/package.zip",
"protected": false,
"background": "worlds/abbr/scenes/backgrounds/start.webp",
"coreVersion": "9.269",
"resetKeys": false,
"safeMode": false,
"systemVersion": "1.6.3",
"manifestPlusVersion": "1.2.0",
"media": [
{
"type": "cover",
"url": "https://raw.githubusercontent.com/World-Smiths/abbr/main/cover.webp"
}
]
}