forked from Mary-Usagi/spellpoints5e
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmodule.json
More file actions
33 lines (33 loc) · 892 Bytes
/
module.json
File metadata and controls
33 lines (33 loc) · 892 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
32
33
{
"name": "spellpoints5e",
"title": "Spell Points for dnd5e",
"description": "(Only for dnd5e) Replaces spell slots on the player sheets with the spell points variant defined in the Dungeon Master's Guide. ",
"author": "Mary Usagi",
"url": "WILL BE AUTO REPLACED",
"flags": {},
"version": "WILL BE AUTO REPLACED",
"minimumCoreVersion": "0.8.8",
"compatibleCoreVersion": "9",
"scripts": [
"scripts/main.js"
],
"styles": [
"styles/main.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json"
}
],
"packs": [],
"system": ["dnd5e"],
"dependencies": [],
"socket": true,
"manifest": "WILL BE AUTO REPLACED",
"download": "WILL BE AUTO REPLACED",
"protected": false,
"coreTranslation": false,
"library": false
}