-
Notifications
You must be signed in to change notification settings - Fork 9
/
system.json
74 lines (74 loc) · 1.73 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
{
"id": "pokerole",
"title": "Pokérole",
"description": "FoundryVTT system for Pokérole, the Pokémon role-playing game",
"version": "0.4.2",
"compatibility": {
"minimum": 10,
"verified": "12.331",
"maximum": 12
},
"authors": [
{
"name": "techticks"
}
],
"esmodules": [
"module/pokerole.mjs"
],
"styles": [
"css/pokerole.css"
],
"scripts": [],
"packs": [
{
"name": "pokemon",
"label": "Pokémon (Core 2.0)",
"system": "pokerole",
"path": "./packs/pokedex.db",
"type": "Actor"
},
{
"name": "moves",
"label": "Moves (Core 2.0)",
"system": "pokerole",
"path": "./packs/moves.db",
"type": "Item"
},
{
"name": "abilities",
"label": "Abilities (Core 2.0)",
"system": "pokerole",
"path": "./packs/abilities.db",
"type": "Item"
},
{
"name": "items",
"label": "Items (Core 2.0)",
"system": "pokerole",
"path": "./packs/items.db",
"type": "Item"
}
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "zh-tw",
"name": "正體中文",
"path": "lang/zh-tw.json"
}
],
"gridDistance": 2.5,
"gridUnits": "ft",
"primaryTokenAttribute": "hp",
"secondaryTokenAttribute": "will",
"url": "https://github.com/Pokerole-Software-Development/foundry-pokerole",
"manifest": "https://raw.githubusercontent.com/Pokerole-Software-Development/foundry-pokerole/main/system.json",
"download": "https://github.com/Pokerole-Software-Development/foundry-pokerole/releases/download/v0.4.2/foundry-pokerole-v0.4.2.zip",
"license": "LICENSE.txt",
"changelog": "CHANGELOG.md"
}