-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
37 lines (37 loc) · 1.34 KB
/
Copy pathmodule.json
File metadata and controls
37 lines (37 loc) · 1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"id": "narrative-health-states-nylasdev",
"title": "Narrative Health States by NylasDev",
"description": "Shows narrative health descriptors when hovering over enemy tokens. Instead of seeing exact HP numbers, players see states like Unhurt, Injured, or Near Death in colored tooltips. Inspired by classic CRPGs like Baldur's Gate and Planescape: Torment. GMs retain full numeric HP visibility.",
"version": "0.1.4",
"authors": [
{
"name": "NylasDev",
"url": "https://github.com/NylasDev",
"discord": "nylasdev"
}
],
"url": "https://github.com/NylasDev/narrative-health-states-by-nylasdev",
"manifest": "https://raw.githubusercontent.com/NylasDev/narrative-health-states-by-nylasdev/main/module.json",
"download": "https://github.com/NylasDev/narrative-health-states-by-nylasdev/releases/download/v0.1.4/narrative-health-states-nylasdev.zip",
"license": "LICENSE",
"readme": "README.md",
"bugs": "https://github.com/NylasDev/narrative-health-states-by-nylasdev/issues",
"changelog": "https://github.com/NylasDev/narrative-health-states-by-nylasdev/releases",
"compatibility": {
"minimum": "11",
"verified": "13"
},
"esmodules": [
"scripts/main.js"
],
"styles": [
"styles/health.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
]
}