47 lines
1.6 KiB
JSON
47 lines
1.6 KiB
JSON
{
|
|
"name": "l5r5e",
|
|
"title": "Legend of the Five Rings (5th Edition)",
|
|
"description": "This is a game system, multilanguage in En/FR/ES, for Legend of the Five Rings (5th Edition) by <a href='https://edge-studio.net/'>Edge Studio</a> <p> - Join the official Discord server: <a href='https://discord.gg/foundryvtt'> Official Discord</a></p><p> - Rejoignez la communauté Francophone: <a href='https://discord.gg/pPSDNJk'>Francophone Discord</a></p>",
|
|
"version": "0.1.0",
|
|
"minimumCoreVersion": "0.7.5",
|
|
"compatibleCoreVersion": "0.7.9",
|
|
"author": "Team L5R",
|
|
"background": "L5R-Header.webp",
|
|
"scripts": ["./scripts/ui/chatColor-l5r5e.js"],
|
|
"esmodules": ["./scripts/main-l5r5e.js"],
|
|
"styles": ["./styles/l5r5e.css"],
|
|
"packs": [
|
|
{
|
|
"name": "macros",
|
|
"label": "L5R5e Macros",
|
|
"path": "packs/macros.db",
|
|
"entity": "Macro"
|
|
}
|
|
],
|
|
"languages": [
|
|
{
|
|
"lang": "en",
|
|
"name": "English",
|
|
"path": "lang/en-en.json"
|
|
},
|
|
{
|
|
"lang": "fr",
|
|
"name": "French (France)",
|
|
"path": "lang/fr-fr.json"
|
|
},
|
|
{
|
|
"lang": "es",
|
|
"name": "Spanish (Spain)",
|
|
"path": "lang/es-es.json"
|
|
},
|
|
{
|
|
"lang": "pt-br",
|
|
"name": "Português (Brasil)",
|
|
"path": "lang/pt-br.json"
|
|
}
|
|
],
|
|
"url": "https://gitlab.com/teaml5r/l5r5e",
|
|
"manifest": "https://gitlab.com/teaml5r/l5r5e/-/raw/master/system/system.json",
|
|
"download": "https://gitlab.com/teaml5r/l5r5e/-/jobs/artifacts/v0.1.0/raw/l5r5e.zip?job=build"
|
|
}
|