-
Notifications
You must be signed in to change notification settings - Fork 4
/
module.json
30 lines (30 loc) · 862 Bytes
/
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
{
"id": "pf2e-persistent-damage",
"title": "pf2e Persistent Damage",
"description": "Automation for persistent damage",
"authors": [
{
"name": "Supe"
}
],
"version": "1.0.0",
"compatibility": {
"minimum": "10",
"verified": "10.291"
},
"type": "module",
"relationships": {
"systems": [
{
"id": "pf2e",
"compatibility": {
"minimum": "4.6.6"
}
}
]
},
"esmodules": ["./index.js"],
"url": "https://github.com/CarlosFdez/pf2e-persistent-damage",
"manifest": "https://github.com/CarlosFdez/pf2e-persistent-damage/releases/latest/download/module.json",
"download": "https://github.com/CarlosFdez/pf2e-persistent-damage/releases/download/v1.0.0/module.zip"
}