-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmodule.json
37 lines (37 loc) · 1 KB
/
module.json
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
{
"version": "0.6.0",
"title": "PF2e Proficiency Without Level for NPCs",
"description": "A utility to flatten NPCs to make them compatible with the proficiency without level variant rule. Includes toggleable automation for NPCs dragged from compendiums.",
"compatibility": {
"minimum": "10",
"verified": "12",
"maximum": "12"
},
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
}
],
"esmodules": [
"bundle.js"
],
"socket": true,
"relationships": {
"systems": [
{
"id": "pf2e",
"compatibility": {
"minimum": "4.1.2"
},
"type": "system"
}
]
},
"manifest": "https://raw.githubusercontent.com/League-of-Foundry-Developers/pf2e-flatten/main/module.json",
"download": "https://github.com/League-of-Foundry-Developers/pf2e-flatten/archive/refs/tags/0.6.0.zip",
"url": "https://github.com/League-of-Foundry-Developers/pf2e-flatten/",
"id": "pf2e-flatten"
}