-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmodule.json
22 lines (22 loc) · 945 Bytes
/
module.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "spellbook-master",
"title": "Spellbook Master",
"description": "This module simplifies the process of creating spellbooks from actors that have spells. Now, creating a spellbook, is as simple as pressing a button and a new item, that has all the spells of the owner actor, will appear in the items tab. ",
"author": "HadaIonut",
"version": "1.0.4",
"esmodules": ["scripts/spellbook-master.js"],
"styles": ["styles/spellbook-master.css"],
"languages":
[{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}],
"system": ["dnd5e"],
"minimumCoreVersion": "0.8.2",
"compatibleCoreVersion": "0.8.3",
"url": "https://github.com/HadaIonut/spellbook-master",
"manifest": "https://github.com/HadaIonut/spellbook-master/releases/download/v1.0.4/module.json",
"download": "https://github.com/HadaIonut/spellbook-master/releases/download/v1.0.4/spellbook-master.zip",
"changelog": ""
}