{ "name": "dice-tooltip", "title": "Dice Tooltip - DnD5e", "description": "Shows a tooltip in actor sheets when hovering on Items/Spells/etc, with dice and bonus information. Useful for those that want to use physical dice or those that want a quick lookup of the rolls to be made.

This version builds on the original version by Steffan Poulsen and fixes compatibility with Foundry 0.8 and up", "version": "2.3.1", "authors": [ {"name": "Trevor Bechtel"}, {"name": "Steffan Poulsen - Majestic#6238"} ], "minimumCoreVersion": "0.8.0", "compatibleCoreVersion": "9", "styles": ["/styles/dicetooltip.css"], "scripts": ["./scripts/dicetooltip.js"], "url": "https://github.com/trev33b/dice-tooltip2", "manifest": "https://github.com/trev33b/dice-tooltip2/raw/master/src/module.json", "download": "https://github.com/trev33b/dice-tooltip2/raw/master/dist/dice-tooltip2.zip", "readme": "https://github.com/trev33b/dice-tooltip2/raw/master/src/README.md", "changelog": "https://github.com/trev33b/dice-tooltip2/raw/master/src/CHANGELOG.md", "bugs": "https://github.com/trev33b/dice-tooltip2/issues", "system": ["dnd5e"], "languages": [ { "lang": "en", "name": "English", "path": "lang/en.json" }, { "lang": "pt-br", "name": "Português (Brasil)", "path": "lang/pt-br.json" } ], "media": [ { "type": "cover", "link": "assets/images/VersatileTooltip.png" } ] }