forked from herveDarritchon/FoundryVTT-SWES
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
80 lines (80 loc) · 2.14 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
{
"id": "swes",
"title": "Star Wars Edge Studio (FFG)",
"description": "Star Wars RPG Integration is a cutting-edge and contemporary digital adaptation of the Star Wars Roleplaying game by Edge Studio (formerly Fantasy Flight Games), crafted exclusively for Foundry Virtual Tabletop. From its inception, this project is engineered to harness the distinctive features of Foundry VTT, offering game masters a robust suite of tools and layers of automation for an unparalleled gameplay experience. This integration allows game masters and players to concentrate on the core aspect of role-playing games: weaving engaging and memorable narratives within the vast Star Wars universe.",
"version": "0.1.0",
"manifest": "#{MANIFEST}#",
"download": "#{DOWNLOAD}#",
"url": "https://foundryvtt.com/packages/swes",
"authors": [
{
"name": "Hervé Darritchon",
"url": "https://herdev.hervedarritchon.com",
"discord": "herveDarritchon#7262"
}
],
"compatibility": {
"minimum": 11,
"verified": 11
},
"license": "LICENSE",
"esmodules": ["swes.mjs"],
"styles": ["styles/swes.css"],
"scripts": [
"./vendors/jszip/jszip.min.js"
],
"packs": [
{
"name": "news",
"label": "System News",
"path": "packs/news",
"type": "JournalEntry"
}
],
"packFolders": [
{
"name": "swes",
"color": "#561206",
"packs": [
"news"
]
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"documentTypes": {
"Actor": {
"hero": {},
"adversary": {}
},
"Item": {
"ancestry": {},
"archetype": {},
"armor": {},
"background": {},
"talent": {
"gmOnlyFields": ["actorHooks.fn", "actions.actionHooks.fn"]
},
"taxonomy": {},
"weapon": {}
},
"JournalEntryPage": {
"skill": {}
}
},
"grid": {
"type": 1,
"distance": 1,
"units": "m",
"diagonals": 4
},
"background": "systems/swes/ui/background.webp",
"socket": true,
"primaryTokenAttribute": "resources.health",
"secondaryTokenAttribute": "resources.morale"
}