forked from parvusdomus/ysystem
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsystem.json
More file actions
44 lines (44 loc) · 1.54 KB
/
Copy pathsystem.json
File metadata and controls
44 lines (44 loc) · 1.54 KB
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
{
"title": "Ysystem (No Oficial): sistema genérico.",
"description": "Ysystem es un reglamento genérico diseñado por Walhalla Ediciones para jugar cualquier aventura de rol. Como sistema de juego, destaca por ser completo, sencillo, versátil, sólido, heroico, ligeramente táctico y con un cierto componente narrativo. Con Ysystem puedes disfrutar plenamente de cualquier ambientación sin necesidad de aprender nuevas mecánicas cada vez. El reglamento es gratuito y está disponible en libre descarga para cualquier aficionado, autor o editorial que lo quiera implementar gracias a su Open Game License.",
"version": "1.5.4",
"authors": [
{
"name": "ParvusDomus",
"flags": {}
}
],
"compatibility": {
"minimum": "10",
"verified": "11"
},
"esmodules": [
"ysystem.js"
],
"styles": [
"styles/fichaPJ.css",
"styles/fichaObj.css",
"styles/ysystem.css",
"styles/fichaPNJ.css",
"styles/dialogos.css",
"styles/chat.css"
],
"packs": [
{
"name": "documentacion",
"label": "Documentación Básica",
"system": "ysystem",
"path": "packs/documentacion.db",
"type": "JournalEntry",
"private": false,
"flags": {}
}
],
"initiative": "1d6 + @Iniciativa",
"gridDistance": 1.5,
"gridUnits": "m",
"url": "https://github.com/parvusdomus/ysystem",
"manifest": "https://github.com/parvusdomus/ysystem/releases/latest/download/system.json",
"download": "https://github.com/parvusdomus/ysystem/releases/latest/download/ysystem.zip",
"id": "ysystem"
}