-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
23 lines (23 loc) · 733 Bytes
/
Copy pathmodule.json
File metadata and controls
23 lines (23 loc) · 733 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "agonizing-rebuke",
"title": "Agonizing Rebuke",
"description": "A custom PF2e module with hooks and effects.",
"version": "1.0.0",
"author": "ZENtai",
"minimumCoreVersion": "12",
"compatibleCoreVersion": "13",
"system": ["pf2e"],
"scripts": ["scripts/agonizing-rebuke.js"],
"styles": ["styles/agonizing-rebuke.css"],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [],
"url": "https://github.com/ZEN5072/agonizing-rebuke",
"manifest": "https://github.com/ZEN5072/agonizing-rebuke/releases/download/v1.0.0/module.json",
"download": "https://github.com/ZEN5072/agonizing-rebuke/releases/download/v1.0.0/agonizing-rebuke.zip"
}