This repository has been archived on 2023-06-20. You can view files and clone it, but cannot push or open issues or pull requests.
risk-dice-modifier/src/module.json

27 lines
844 B
JSON
Raw Normal View History

2021-02-07 16:01:14 +01:00
{
"name": "risk-dice",
"title": "Risk Dice",
"description": "An implementation of Risk Dice as found for example in the Splittermond game system",
"author": "Johannes Loher",
"version": "0.0.1",
"minimumCoreVersion": "0.7.9",
"compatibleCoreVersion": "0.7.9",
"esmodules": ["module/risk-dice.js"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "de",
"name": "German",
"path": "lang/de.json"
}
],
"url": "https://git.f3l.de/ghost/risk-dice",
"manifest": "https://git.f3l.de/ghost/risk-dice/-/raw/latest/src/system.json?inline=false",
"download": "https://git.f3l.de/ghost/risk-dice/-/jobs/artifacts/0.0.1/download?job=build",
"license": "MIT"
}