-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
39 lines (39 loc) · 1.06 KB
/
Copy pathmodule.json
File metadata and controls
39 lines (39 loc) · 1.06 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
38
39
{
"id": "victory-size-extension",
"title": "Victory Size Extension",
"description": "Five size categories past Colossal for Pathfinder 1e, Colossal I through Colossal V, on a 1.5x ramp. Attack, AC, CMB, CMD, fly, stealth, carry capacity, reach, token footprint, and damage dice all follow. Picked from the normal size dropdown.",
"version": "1.0.0",
"authors": [
{
"name": "Victor S. (DatJavaClass)"
}
],
"compatibility": {
"minimum": "12",
"verified": "12.343",
"maximum": "13"
},
"relationships": {
"systems": [
{
"id": "pf1",
"type": "system",
"compatibility": {
"minimum": "11"
}
}
]
},
"esmodules": [
"scripts/sizes.js"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"manifest": "https://github.com/DatJavaClass/VictorySizeExtension/releases/latest/download/module.json",
"download": "https://github.com/DatJavaClass/VictorySizeExtension/releases/download/v1.0.0/victory-size-extension-1.0.0.zip"
}