forked from orffen/basicfantasyrpg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
50 lines (50 loc) · 1.12 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
{
"id": "basicfantasyrpg",
"title": "Basic Fantasy RPG",
"description": "The Basic Fantasy RPG system for FoundryVTT!",
"version": "dev",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"authors": [
{
"name": "Orffen",
"email": "orffen@orffenspace.com",
"discord": "Orffen"
},
{
"name": "JugglinDan",
"email": "jugglindan@gmail.com",
"discord": "JugglinDan"
}
],
"esmodules": ["module/basicfantasyrpg.mjs"],
"styles": ["styles/basicfantasyrpg.css"],
"scripts": [],
"packs": [],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "Français",
"path": "lang/fr.json"
}
],
"grid": {
"distance": 5,
"units": "ft"
},
"gridDistance": 5,
"gridUnits": "ft",
"primaryTokenAttribute": "hitPoints",
"secondaryTokenAttribute": null,
"url": "https://github.com/orffen/basicfantasyrpg",
"manifest": "Will be populated by release creation workflow",
"download": "Will be populated by release creation workflow",
"license": "LICENSE.txt"
}