-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
83 lines (83 loc) · 2.21 KB
/
Copy pathmodule.json
File metadata and controls
83 lines (83 loc) · 2.21 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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
{
"id": "acks-monsters",
"title": "ACKS II — Full Monster Sheet",
"description": "Adds a complete, structured Monstrous Manual stat block to ACKS II monster actors: an alternate 'Full Monster' sheet (toggle it in the actor's Sheet Configuration) plus automation-ready storage for every primary, secondary, and encounter characteristic — types, size/mass, body form, multi-row speeds, per-attack damage types, spoils, proficiencies, lifespan, market values, and henchman/retainer data. Storage-only: it reuses the system's own weapon/ability/item documents and leaves game logic to consumer modules.",
"version": "0.5.3",
"socket": false,
"compatibility": {
"minimum": "14",
"verified": "14.364"
},
"authors": [
{
"name": "NocTempre"
}
],
"license": "LICENSE",
"esmodules": [
"scripts/module.mjs"
],
"styles": [
"styles/monster.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [
{
"name": "bestiary",
"label": "ACKS Full Monsters (Example)",
"path": "packs/bestiary",
"type": "Actor",
"system": "acks",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "spoils",
"label": "ACKS Monster Spoils (Example)",
"path": "packs/spoils",
"type": "Item",
"system": "acks",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
},
{
"name": "treasure",
"label": "ACKS Monster Treasure (Example)",
"path": "packs/treasure",
"type": "RollTable",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}
],
"relationships": {
"systems": [
{
"id": "acks",
"type": "system",
"compatibility": {
"minimum": "14"
}
}
]
},
"url": "https://github.com/NocTempre/acks-monsters",
"manifest": "https://github.com/NocTempre/acks-monsters/releases/latest/download/module.json",
"download": "https://github.com/NocTempre/acks-monsters/releases/latest/download/module.zip",
"flags": {
"acks-monsters": {
"idPrefix": "acksm"
}
}
}