ripcrypt/system.json
2025-10-04 20:43:29 -06:00

56 lines
1.2 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.1.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": "https://github.com/Eldritch-Oliver/Foundry-RipCrypt/releases/latest/download/release.zip",
"readme": "README.md",
"bugs": "",
"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": {}
}
}
}