-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathmodule.json
More file actions
31 lines (31 loc) · 794 Bytes
/
Copy pathmodule.json
File metadata and controls
31 lines (31 loc) · 794 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
{
"name": "mob-attack-tool",
"title": "Mob Attack Tool",
"description": "A module for dnd5e that adds support for Mob Attacks.",
"author": "Stendarpaval (Lupusmalus)",
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
},
{
"lang": "ko",
"name": "Korean",
"path": "lang/ko.json"
}
],
"url": "https://github.com/Stendarpaval/mob-attack-tool",
"version": "0.3.14",
"minimumCoreVersion": "0.8.8",
"compatibleCoreVersion": "9",
"system": ["dnd5e"],
"esmodules": [
"scripts/mobAttack.js"
],
"styles": [
"styles/mob-attack-tool.css"
],
"manifest": "https://raw.githubusercontent.com/Stendarpaval/mob-attack-tool/main/module.json",
"download": "https://github.com/Stendarpaval/mob-attack-tool/releases/download/0.3.14/module.zip"
}