forked from parvusdomus/RyF
-
Notifications
You must be signed in to change notification settings - Fork 0
/
system.json
55 lines (55 loc) · 1.93 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
{
"id": "ryf",
"title": "Rápido y Fácil (No Oficial)",
"description": "RyF es un conjunto de reglas para jugar a rol de forma sencilla de aplicar y aprender. Estas reglas puedes aplicarlas a mundos que ya conozcas, como el de Conan el Barbaro, o de películas que te gusten, como La Noche de los Muertos Vivientes, o de juegos de rol que ya existan previamente y cuyas reglas te parezcan demasiado complicadas, o simplemente no te gusten. También puedes jugar en tu propio mundo e historia, a tu gusto.",
"version": "1.1.1",
"templateVersion": 1,
"authors": [
{ "name": "ParvusDomus" },
{ "name": "Ventura", "url": "https://mfventura.dev" }
],
"compatibility": {
"minimum": "10",
"verified": "11",
"maximum": "11"
},
"scripts": [],
"esmodules": ["ryf.js"],
"styles": [
"styles/css/RyF.css",
"styles/css/actors/Jugador.css",
"styles/css/actors/SimplePNJ.css",
"styles/css/actors/Jugador_partes/Jugador_biografia.css",
"styles/css/actors/Jugador_partes/Jugador_habilidades.css",
"styles/css/actors/Jugador_partes/Jugador_inventario.css",
"styles/css/actors/Jugador_partes/Jugador_talentos.css",
"styles/css/items/Arma.css",
"styles/css/items/Armadura.css",
"styles/css/items/Arma.css",
"styles/css/items/Escudo.css",
"styles/css/items/Habilidad.css",
"styles/css/items/Hechizo.css",
"styles/css/items/Ventaja.css",
"styles/css/items/Objeto.css"
],
"packs": [],
"relationships": [],
"languages": [
{
"lang": "es",
"name": "Español",
"path": "lang/es.json"
},
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"socket": false,
"gridDistance": 5,
"gridUnits": "ft",
"url": "https://github.com/parvusdomus/RyF",
"manifest": "https://github.com/parvusdomus/RyF/releases/latest/download/system.json",
"download": "https://github.com/parvusdomus/RyF/releases/latest/download/ryf.zip"
}