Files
l5rx-chiaroscuro/system/system.json
Mandar a0a99eb08c Add Templates Html + Gulp Sass + Css + Basic Tree and Files
- Add Templates Html
- Gulp Sass
- Css
- Basic Tree and Files
2020-12-04 23:23:04 +01:00

30 lines
1.1 KiB
JSON

{
"name": "l5r5e",
"title": "Legend of the Five Rings (5th Edition)",
"description": "This is a game system for Legend of the Five Rings (5th Edition) by <a href='https://edge-studio.net/'>Edge Studio</a> - EN/FR - <p> - Foundry <a href='https://discord.gg/foundryvtt'>Discord EN</a></p><p> - Rejoignez la communauté Francophone <a href='https://discord.gg/pPSDNJk'>Discord FR - https://discord.gg/pPSDNJk</a></p>",
"version": "0.0.1",
"minimumCoreVersion": "0.7.7",
"compatibleCoreVersion": "1.0.0",
"author": "Team L5R",
"scripts": [],
"esmodules" : ["./scripts/dice-l5r5e.js", "./scripts/main-l5r5e.js"],
"styles": ["./styles/l5r5e.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "fr",
"name": "French (French)",
"path": "lang/fr.json"
}
],
"background":"L5R-header.jpg",
"packs": [],
"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.0.1/raw/l5r5e.zip?job=build"
}