{ "name": "Drunk", "script": "Drunk.js", "version": "0.0.5", "previousversions": [], "description": "Drunk keeps track of the level of inebration a character has and also adds a statusmarker to the character. It uses the homebrew rules from [CritGames](http://critgames.com/rpg/dnd-5e-homebrew-drinking-rules/).\n\n### Commands\n\n* **!drunk help** - Shows the help menu.\n* **!drunk config** - Shows the config menu.\n* **!drunk menu** - Shows a menu to easily add/remove levels of inebration from a character.\n* **!drunk shows [character id]** - Shows the current amount of levels of inebration the character has.\n* **!drunk add [character id]** - Adds a level of inebration to the character.\n* **!drunk add [character id] [amount]** - Adds the amount of levels of inebration to the character.\n* **!drunk remove [character id]** - Removes a level of inebration from the character.\n* **!drunk remove [character id] [amount]** - Removes the amount of levels of inebration from the character.\n\n![Config Menu](https://i.imgur.com/cbU9NbG.png \"Config Menu\")![Level](https://i.imgur.com/CnHHqAo.png \"Level\")![Drunk Menu](https://i.imgur.com/Kge9P8J.png \"Drunk Menu\")", "authors": "Robin Kuiper", "roll20userid": "1226016", "patreon": "https://www.patreon.com/robinkuiper", "useroptions": [], "dependencies": {}, "modifies": { "state.DRUNK": "read,write", "attribute.name": "read,write", "attribute.current": "read,write", "character.name": "read" }, "conflicts": [] }