-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.json
More file actions
115 lines (115 loc) · 2.78 KB
/
system.json
File metadata and controls
115 lines (115 loc) · 2.78 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
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": "aether-nexus",
"title": "Aether Nexus",
"description": "The Aether Nexus system for FoundryVTT!",
"version": "2.0.0",
"authors": [
{
"name": "Cussa Mitre [Hod Publishing]",
"url": "https://hodpub.com",
"discord": "CussaMitre"
}
],
"documentTypes": {
"Actor": {
"character": {
"htmlFields": ["biography"]
},
"npc": {
"htmlFields": ["biography"]
},
"nemesis": {
"htmlFields": ["biography"]
},
"ship": {
"htmlFields": ["biography"]
}
},
"Item": {
"kin": {
"htmlFields": ["description"]
},
"frame": {
"htmlFields": ["description"]
},
"boon": {
"htmlFields": ["description"]
},
"augment": {
"htmlFields": ["description"]
},
"weapon": {
"htmlFields": ["description"]
},
"shield": {
"htmlFields": ["description"]
},
"foeTrait": {
"htmlFields": ["description"]
},
"foeAction": {
"htmlFields": ["description"]
},
"foeStrike": {
"htmlFields": ["description"]
},
"nemesesAsset": {
"htmlFields": ["description"]
},
"shipCrew": {
"htmlFields": ["description"]
},
"shipComponent": {
"htmlFields": ["description"]
},
"quality": {
"htmlFields": ["description"]
}
}
},
"flags": {
"hotReload": {
"extensions": ["css", "html", "hbs", "json"],
"paths": ["css", "lang", "templates"]
}
},
"url": "https://github.com/hodpub/fvtt-aether-nexus",
"license": "LICENSE.txt",
"readme": "README.md",
"bugs": "https://github.com/hodpub/fvtt-aether-nexus/issues",
"changelog": "CHANGELOG.md",
"media": [
{
"type": "setup",
"url": "systems/aether-nexus/assets/cover.webp",
"thumbnail": "systems/aether-nexus/assets/cover.webp"
}
],
"compatibility": {
"minimum": "14",
"verified": "14.360"
},
"esmodules": ["module/aether-nexus.mjs"],
"styles": ["css/aether-nexus.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [],
"packFolders": [],
"socket": false,
"manifest": "https://raw.githubusercontent.com/hodpub/fvtt-aether-nexus/main/system.json",
"download": "https://github.com/hodpub/fvtt-aether-nexus/releases/latest/download/system.zip",
"background": "systems/aether-nexus/assets/cover.webp",
"grid": {
"type": 1,
"distance": 5,
"units": "ft",
"diagonals": 0
},
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "power"
}