DualityDiceRoller/module.json

20 lines
704 B
JSON

{
"id": "duality-roller",
"title": "Duality Dice Roller",
"description": "Adds a button next to the chat dice/controls that triggers the /dr command for the Foundryborne Daggerheart system.",
"version": "0.1.1",
"compatibility": {
"minimum": "13",
"verified": "13"
},
"authors": [
{ "name": "cptn_cosmo" }
],
"esmodules": ["scripts/dr-button.js"],
"styles": ["styles/dr-button.css"],
"packs": [],
"languages": [],
"url": "https://github.com/cptn-cosmo/DualityDiceRoller",
"manifest": "https://github.com/cptn-cosmo/DualityDiceRoller/raw/refs/tags/0.1.1/module.json",
"download": "https://github.com/cptn-cosmo/DualityDiceRoller/raw/refs/tags/0.1.1/module.zip"
}