-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
40 lines (40 loc) · 924 Bytes
/
Copy pathmodule.json
File metadata and controls
40 lines (40 loc) · 924 Bytes
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
38
39
40
{
"id": "grim-arithmetic",
"title": "Grim Arithmetic",
"description": "GM-facing PF2e mortality and encounter-risk analysis for Foundry VTT.",
"version": "0.8.1",
"authors": [
{
"name": "Kyle Travis",
"url": "https://kyletravis.com"
}
],
"compatibility": {
"minimum": "13",
"verified": "14.364"
},
"relationships": {
"systems": [
{
"id": "pf2e",
"type": "system"
}
]
},
"esmodules": [
"dist/grim-arithmetic.js"
],
"styles": [
"styles/grim-arithmetic.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"url": "https://github.com/kyletravis/grim-arithmetic",
"manifest": "https://github.com/kyletravis/grim-arithmetic/releases/latest/download/module.json",
"download": "https://github.com/kyletravis/grim-arithmetic/releases/download/v0.8.1/module.zip"
}