57 lines
1.1 KiB
JSON
57 lines
1.1 KiB
JSON
{
|
|
"id": "ripcrypt",
|
|
"title": "RipCrypt",
|
|
"description": "A dungeon sprint RPG. Faster than an arrow to the eye. Smoother than a clean blade. Compact with consequences.",
|
|
"version": "0.2.0",
|
|
"compatibility": {
|
|
"minimum": 13,
|
|
"verified": 13.346,
|
|
"maximum": 13
|
|
},
|
|
"authors": [
|
|
{ "name": "Oliver" }
|
|
],
|
|
"esmodules": [
|
|
"module/main.mjs"
|
|
],
|
|
"styles": [
|
|
{
|
|
"src": "templates/css/main.css",
|
|
"layer": "system"
|
|
}
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English (Canadian)",
|
|
"path": "langs/en-ca.json"
|
|
}
|
|
],
|
|
"url": "https://github.com/Eldritch-Oliver/Foundry-RipCrypt",
|
|
"manifest": "https://github.com/Eldritch-Oliver/Foundry-RipCrypt/releases/latest/download/module.json",
|
|
"download": "#{DOWNLOAD}#",
|
|
"readme": "README.md",
|
|
"bugs": "",
|
|
"socket": true,
|
|
"flags": {
|
|
"hotReload": {
|
|
"extensions": ["css", "hbs", "json", "mjs", "svg"],
|
|
"paths": ["assets", "templates", "langs", "module"]
|
|
}
|
|
},
|
|
"documentTypes": {
|
|
"Actor": {
|
|
"hero": {},
|
|
"geist": {}
|
|
},
|
|
"Item": {
|
|
"ammo": {},
|
|
"armour": {},
|
|
"craft": {},
|
|
"good": {},
|
|
"shield": {},
|
|
"skill": {},
|
|
"weapon": {}
|
|
}
|
|
}
|
|
}
|