-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
49 lines (49 loc) · 1.39 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
{
"id": "neon-lords",
"title": "Neon Lords of the Toxic Wasteland",
"description": "The Neon Lords of the Toxic Wasteland system for FoundryVTT",
"authors": [
{
"name": "Andrew Beard",
"discord": "bearda"
}
],
"url": "https://github.com/andrewbeard/foundry-neon-lords",
"license": "LICENSE.txt",
"readme": "README.md",
"bugs": "https://github.com/andrewbeard/foundry-neon-lords/issues",
"media": [
{
"type": "setup",
"url": "systems/neon-lords/assets/Neon-Lords-logo-circle_4-1024x1024.png",
"thumbnail": "systems/neon-lords/assets/Neon-Lords-logo-circle_4-1024x1024.png"
}
],
"version": "0.0.1",
"compatibility": {
"minimum": 12,
"verified": "12.331"
},
"esmodules": ["module/neon-lords.mjs"],
"styles": ["css/neon-lords.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [],
"packFolders": [],
"socket": false,
"manifest": "https://github.com/andrewbeard/foundry-neon-lords/releases/latest/download/system.json",
"download": "https://github.com/andrewbeard/foundry-neon-lords/releases/download/v0.0.1/neon-lords.zip",
"background": "systems/neon-lords/assets/Neon-Lords-logo-circle_4-1024x1024.png",
"grid": {
"distance": 5,
"units": "ft"
},
"initiative": "1d6",
"primaryTokenAttribute": "hp",
"secondaryTokenAttribute": "cp"
}