generated from League-of-Foundry-Developers/FoundryVTT-Module-Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmodule.json
33 lines (33 loc) · 742 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
23
24
25
26
27
28
29
30
31
32
33
{
"name": "randomizer-npc",
"title": "Randomizer NPC",
"description": "A simple module to automatically randomize low level NPC stats",
"author": "Kandashi",
"version": "0.0.1",
"authors": [
{
"name": "Kandashi",
"url": "https://github.com/Kandashi",
"discord": "Kandashi (He/Him)#6698"
}
],
"minimumCoreVersion": "0.7.5",
"compatibleCoreVersion": "0.7.7",
"system": "dnd5e",
"scripts": [
"scripts/Randomizer.js"
],
"packs": [
{
"name": "Randomizer Races",
"label": "Randomizer Races",
"path": "packs/races",
"entity": "Item",
"module": "randomizer-npc",
"private": false
}
],
"url": "This is auto replaced",
"manifest": "This is auto replaced",
"download": "This is auto replaced"
}