-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
88 lines (88 loc) · 2 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
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
{
"id": "air-mercs",
"title": "Air Mercs",
"description": "The Air Mercs system for FoundryVTT!",
"authors": [
{
"name": "BlackDragon",
"discord": "blackdragon"
}
],
"flags": {
"hotReload": {
"extensions": ["css", "html", "hbs", "json"],
"paths": ["css", "lang", "templates"]
}
},
"url": "https://github.com/blackdragonTOW/air-mercs",
"license": "LICENSE.txt",
"readme": "README.md",
"bugs": "https://github.com/blackdragonTOW/air-mercs/issues",
"changelog": "CHANGELOG.md",
"media": [
{
"type": "setup",
"url": "systems/air-mercs/assets/anvil-impact.png",
"thumbnail": "systems/air-mercs/assets/splash.png"
}
],
"version": "0.0.1",
"compatibility": {
"minimum": "12.328",
"verified": "12.331"
},
"esmodules": ["module/air-mercs.mjs"],
"styles": ["css/air-mercs.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [
{
"name": "lite-aircraft",
"label": "LITE Aircraft",
"system": "air-mercs",
"path": "packs/lite-aircraft",
"type": "Actor",
"private": false,
"flags": {
"airmercs": {
"types": [
"airframe"
]
}
}
},
{
"name": "lite-missiles",
"label": "LITE Missiles",
"system": "air-mercs",
"path": "packs/lite-missiles",
"type": "Actor",
"private": false,
"flags": {
"airmercs": {
"types": [
"missile"
]
}
}
}
],
"packFolders": [],
"socket": false,
"manifest": "https://raw.githubusercontent.com/blackdragonTOW/air-mercs/main/system.json",
"download": "https://github.com/blackdragonTOW/air-mercs/archive/refs/heads/main.zip",
"background": "systems/air-mercs/assets/anvil-impact.png",
"grid": {
"type": 1,
"distance": 1,
"units": "units",
"diagonals": 0
},
"primaryTokenAttribute": "hitPoints.value",
"secondaryTokenAttribute": "curSpeed"
}