{ "name": "external-dice-roll-connector", "version": "1.0.1", "title": "External Dice Roll Connector", "description": "

This module is an HTTP connector that allows you to roll dice in your open Foundry VTT session by opening a URL in the same browser.

In the browser, navigate to http://your.server:port/modules/external-dice-roll-connector/roll.html?roll=formula, where 'formula' is your dice roll formula to be evaluated.

Example: http://localhost:30000/modules/external-dice-roll-connector/roll.html?roll=2d6+2

Optionally, you can add a name ( &name=... ), and the module will do its best to use the correct token or actor to post your roll.

See the README for details and sending a Roll object with included results.

This module is based on the HTTP API module by KaKaRoTo

", "author": "bukiro", "license": "", "minimumCoreVersion": "0.5.0", "compatibleCoreVersion": "0.5.9", "url": "https://github.com/bukiro/external-dice-roll-connector", "manifest": "https://raw.githubusercontent.com/bukiro/external-dice-roll-connector/master/archive/module_v1.0.1.json", "download": "https://github.com/bukiro/external-dice-roll-connector/archive/v1.0.1.zip", "languages": [], "scripts": [ "external-dice-roll-connector.js" ], "esmodules": [], "socket": true }