-
Notifications
You must be signed in to change notification settings - Fork 0
/
module.json
28 lines (28 loc) · 965 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
{
"id": "game-controls-cheat-sheet",
"title": "Game Controls Cheat Sheet",
"version": "1.0.0",
"compatibility": {
"minimum": "11",
"verified": "11"
},
"description": "A simple single journal for Foundry VTT entry which can be added to any game that show most common game controls.",
"authors": [{
"name": "DanteFaustus",
"discord": "DanteFaustus"
}],
"packs": [{
"name": "cheat-sheet",
"label": "Cheat Sheet",
"path": "packs/cheat-sheet",
"type": "JournalEntry",
"ownership": {
"PLAYER": "OBSERVER",
"ASSISTANT": "OWNER"
}
}],
"manifest": "https://github.com/DanteFaustus/Foundry-Game-Controls-Cheat-Sheet/raw/main/module.json",
"download": "https://github.com/DanteFaustus/Foundry-Game-Controls-Cheat-Sheet/raw/main/game-controls-cheat-sheet.zip",
"readme": "https://github.com/DanteFaustus/Foundry-Game-Controls-Cheat-Sheet/blob/main/README.md",
"url": "https://github.com/DanteFaustus/Foundry-Game-Controls-Cheat-Sheet"
}