initial commit
This commit is contained in:
parent
570f684168
commit
8904ee716c
4 changed files with 179 additions and 0 deletions
20
module.json
Normal file
20
module.json
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
{
|
||||
"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": "1.0.0",
|
||||
"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://raw.githubusercontent.com/cptn_cosmo/DualityDiceRoller/main/module.json",
|
||||
"download": "https://github.com/cptn-cosmo/DualityDiceRoller/releases"
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue