From 109f9d0ba593077fc7db5e8725d38b6a11e2082a Mon Sep 17 00:00:00 2001 From: Sasmira Date: Thu, 3 Dec 2020 11:58:35 +0000 Subject: [PATCH] Add new file --- system/system.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 system/system.json diff --git a/system/system.json b/system/system.json new file mode 100644 index 0000000..8651782 --- /dev/null +++ b/system/system.json @@ -0,0 +1,29 @@ +{ + "name": "l5r5e", + "title": "Legend of the Five Rings 5e", + "description": "Theme for Pathfinder 1e/2e.

*** Rejoignez la communauté Discord FR : https://discord.gg/pPSDNJk

", + "version": "0.0.1", + "minimumCoreVersion": "0.7.7", + "compatibleCoreVersion": "1.0.0", + "author": "Team L5R", + "esmodules": [], + "styles": [], + "scripts": [], + "languages": [ + { + "lang": "en", + "name": "English", + "path": "lang/en.json" + }, + { + "lang": "fr", + "name": "French (French)", + "path": "lang/fr.json" + } + ], + + "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" +}