-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsystem.json
85 lines (85 loc) · 2.02 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
{
"id": "shinobinosho",
"title": "Shinobi no Sho (SnS)",
"description": "Este é um sistema de Naruto 'Shinobi no Sho', um sistema e livro de regras com autoria de Diego 'Fesant' Silva, para a plataforma de RPG de Mesa conhecida como FoundryVTT. O desenvolvimento do sistema foi apoiado por Vallen.",
"authors": [
{
"name": "Mark57449 (SouOWendel)",
"email": "[email protected]",
"discord": "souowendel",
"flags": {}
},
{
"name": "Vallen (Arthur)",
"discord": "vallen_allond",
"flags": {}
}
],
"url": "https://github.com/SouOWendel/shinobi-no-sho",
"readme": "README.md",
"bugs": "https://github.com/SouOWendel/shinobi-no-sho/issues",
"changelog": "CHANGELOG.md",
"version": "1.13.3",
"compatibility": {
"minimum": "11",
"verified": "12"
},
"esmodules": [
"module/shinobiNoSho.mjs"
],
"styles": [
"css/shinobiNoSho.css"
],
"languages": [
{
"lang": "pt-BR",
"name": "Português (Brasil)",
"path": "lang/pt-BR.json",
"flags": {}
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"flags": {
"hotReload": {
"extensions": [
"css",
"html",
"hbs",
"json"
],
"paths": [
"templates",
"css",
"lang"
]
},
"needsMigrationVersion": "1.12.0"
},
"packs": [
{
"name": "macros",
"label": "Macros",
"system": "shinobinosho",
"path": "packs/macros",
"type": "Macro",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
},
"flags": {}
}
],
"socket": true,
"manifest": "https://raw.githubusercontent.com/souowendel/shinobi-no-sho/main/system.json",
"download": "https://github.com/SouOWendel/shinobi-no-sho/releases/download/v1.13.3/shinobinosho-v1.13.3.zip",
"grid": {
"units": "m"
},
"primaryTokenAttribute": "attributes.vitalidade",
"secondaryTokenAttribute": "attributes.chakra"
}