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

15 lines
649 B
JSON
Raw Normal View History

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