forked from pwatson100/alienrpg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
88 lines (88 loc) · 1.97 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
{
"name": "alienrpg",
"title": "Alien RPG",
"description": "The Alien RPG system for Foundry VTT!",
"version": "1.3.6",
"minimumCoreVersion": "0.7.3",
"compatibleCoreVersion": "0.7.9",
"author": "Paul Watson",
"templateVersion": 2,
"esmodules": [
"module/alienrpg.js"
],
"styles": [
"css/alienrpg.css"
],
"scripts": [],
"packs": [
{
"name": "tables_gm",
"label": "Tables (GM)",
"path": "packs/AlienRPG-tables_gm.db",
"entity": "RollTable",
"module": "AlienRPG"
},
{
"name": "mother_instructions",
"label": "Mother Instructions",
"path": "packs/AlienRPG-mother-instructions.db",
"entity": "JournalEntry",
"module": "AlienRPG"
},
{
"name": "alien",
"label": "Alien",
"path": "packs/AlienRPG-alien.db",
"entity": "Macro",
"module": "AlienRPG"
},
{
"name": "skill-stunts",
"label": "Skill-Stunts",
"path": "packs/AlienRPG-skill-stunts.db",
"entity": "Item",
"module": "AlienRPG"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
},
{
"lang": "cn",
"name": "中文",
"path": "lang/cn.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
},
{
"lang": "de",
"name": "Deutsche",
"path": "lang/de.json"
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
}
],
"gridDistance": 5,
"gridUnits": "m",
"primaryTokenAttribute": "health",
"secondaryTokenAttribute": "stress",
"initiative": "1d10",
"url": "https://github.com/pwatson100/alienrpg",
"manifest": "https://github.com/pwatson100/alienrpg/releases/download/1.3.6/system.json",
"download": "https://github.com/pwatson100/alienrpg/releases/download/1.3.6/master.zip",
"socket": true
}