Skip to content

Commit 60bba0e

Browse files
author
Nic Bradley
committed
Concentration 2.0.0 | correcting script.json
1 parent ab7f0d3 commit 60bba0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Concentration/script.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
{
22
"name": "Concentration",
33
"script": "Concentration.js",
4-
"version": "0.2",
4+
"version": "0.2.0",
55
"previousversions": [
66
"0.1.5",
77
"0.1.8",
88
"0.1.12",
99
"0.1.13",
10-
"0.2"
10+
"0.1.14"
1111
],
1212
"description": "Concentration keeps track of characters concentration, and reminds to do a concentration check. If you use the 5e OGL character sheet, it can also automaticly add the concentrating marker when a concentrating spell is cast. ![Concentration Reminder](https://i.imgur.com/zEVJpOH.png \"Concentration Reminder\") ![Spell Cast](https://i.imgur.com/HucNIDc.png \"Spell Cast\") ### Commands * **!concentration** * Shows the config menu without tokens selected. * Toggles concentration on selected tokens. ### Config ![Config Menu](https://i.imgur.com/P2Siu61.png \"Config Menu\") * **Command** - Which command you want to use for this script. * **Statusmarker** - Which statusmarker you want to use for concentration. * **HP Bar** - Which bar do you use as the HP bar? * **Send Reminder To** - To who you want to send the reminder. * **Auto Add Con. Marker** - Automatically add the concentration marker when a concentration spell is cast (works only for the 5e OGL sheet at the moment). * **Auto Roll Save** - If you want to Automatically roll the saving throw. * **Bonus Attribute** - Which attribute to use for the bonus modifier (defaulted to the constitution saving throw for the 5e OGL sheet). ![Auto Roll](https://i.imgur.com/WHUV5iw.png \"Auto Roll\") --- #### Changelog: **0.1.11** * `!concentration` with tokens selected will now toggle the statusmarker on them. **0.1.10** * If you use autoroll, and the save failed, it will automatically remove the statusmarker. **0.1.9** * Auto Roll Saves (Optional) **01-05-2018 - 0.1.8** * Bugfix. **28-04-2018 - 0.1.7** * Remove statusmarker from all objects when removed. **25-04-2018 - 0.1.5** * Correct whisper target on spell cast concentration check.",
1313
"authors": "Robin Kuiper",

0 commit comments

Comments
 (0)