forked from Roll20/roll20-api-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.json
More file actions
20 lines (20 loc) · 767 Bytes
/
script.json
File metadata and controls
20 lines (20 loc) · 767 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "Daggerheart Fear Points Tracker",
"script": "feartracker.js",
"version": "1.0",
"previousversions": [],
"description": "Tracks Fear Points for a specific character in Daggerheart-style games, using chat card visuals with a max cap and no token dependency.\n\tUse commands like `!fear +1`, `!fear -1`, `!fear show`, or `!fear set 5`.\n\tAutomatically creates the attribute `fear_points` if it doesn't exist.\n\tCustomize max value and character name directly in the script.\n\tStyled output for immersive chat cards.",
"authors": "Kim Jacobsen",
"roll20userid": "4642624",
"patreon": "",
"tipeee": "",
"useroptions": [],
"dependencies": [],
"modifies": {
"attribute": [
"read",
"write"
]
},
"conflicts": []
}