Files
l5rx-chiaroscuro/system/system.json

144 lines
4.7 KiB
JSON

{
"name": "l5r5e",
"title": "Legend of the Five Rings (5th Edition)",
"description": "This is a game system, multilingual 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.5.1",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.7.9",
"author": "Team L5R",
"background": "L5R-Header.webp",
"scripts": [],
"esmodules": ["./scripts/main-l5r5e.js"],
"styles": ["./styles/l5r5e.css"],
"packs": [
{
"name": "core-properties",
"label": "Properties",
"path": "packs/core-properties.db",
"entity": "Item"
},
{
"name": "core-techniques-kata",
"label": "Techniques Kata",
"path": "packs/core-techniques-kata.db",
"entity": "Item"
},
{
"name": "core-techniques-kiho",
"label": "Techniques Kihõ",
"path": "packs/core-techniques-kiho.db",
"entity": "Item"
},
{
"name": "core-techniques-invocations",
"label": "Techniques Invocations",
"path": "packs/core-techniques-invocations.db",
"entity": "Item"
},
{
"name": "core-techniques-rituals",
"label": "Techniques Rituals",
"path": "packs/core-techniques-rituals.db",
"entity": "Item"
},
{
"name": "core-techniques-shuji",
"label": "Techniques Shuji",
"path": "packs/core-techniques-shuji.db",
"entity": "Item"
},
{
"name": "core-techniques-maho",
"label": "Techniques Mahõ",
"path": "packs/core-techniques-maho.db",
"entity": "Item"
},
{
"name": "core-techniques-ninjutsu",
"label": "Techniques Ninjutsu",
"path": "packs/core-techniques-ninjutsu.db",
"entity": "Item"
},
{
"name": "core-techniques-school",
"label": "School Abilities",
"path": "packs/core-techniques-school.db",
"entity": "Item"
},
{
"name": "core-techniques-mastery",
"label": "Mastery Abilities",
"path": "packs/core-techniques-mastery.db",
"entity": "Item"
},
{
"name": "core-items",
"label": "Items",
"path": "packs/core-items.db",
"entity": "Item"
},
{
"name": "core-armors",
"label": "Armors",
"path": "packs/core-armors.db",
"entity": "Item"
},
{
"name": "core-weapons",
"label": "Weapons",
"path": "packs/core-weapons.db",
"entity": "Item"
},
{
"name": "core-peculiarities-distinctions",
"label": "Distinctions",
"path": "packs/core-peculiarities-distinctions.db",
"entity": "Item"
},
{
"name": "core-peculiarities-passions",
"label": "Passions",
"path": "packs/core-peculiarities-passions.db",
"entity": "Item"
},
{
"name": "core-peculiarities-adversities",
"label": "Adversities",
"path": "packs/core-peculiarities-adversities.db",
"entity": "Item"
},
{
"name": "core-peculiarities-anxieties",
"label": "Anxieties",
"path": "packs/core-peculiarities-anxieties.db",
"entity": "Item"
},
{
"name": "great-clans-presentation",
"label": "Great Clans Presentation",
"path": "packs/great-clans-presentation.db",
"entity": "JournalEntry"
}
],
"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"
}
],
"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.5.1/raw/l5r5e.zip?job=build"
}