-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathsystem.json
More file actions
40 lines (40 loc) · 1.28 KB
/
system.json
File metadata and controls
40 lines (40 loc) · 1.28 KB
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
34
35
36
37
38
39
40
{
"name": "ModularFate",
"title": "Modular Fate Core",
"description": "An implementation of Fate Core designed in a modular way to support skills, extras, approaches, conditions, standard stress, and 1-point stress.",
"version": "3.1.8",
"author": "Richard Bellingham",
"esmodules": ["ModularFate.js"],
"scripts": [
"./scripts/ModularFateConstants.js",
"./scripts/ManageSkills.js",
"./scripts/ManageAspects.js",
"./scripts/ManageTracks.js",
"./scripts/EditPlayerSkills.js",
"./scripts/EditPlayerTracks.js",
"./scripts/EditPlayerStunts.js",
"./scripts/FateUtilities.js",
"./scripts/EditPlayerAspects.js",
"./scripts/ModifiedRollDialog.js",
"./scripts/ShowCharacter.js",
"./scripts/FateCharacterImporter.js",
"./scripts/FateCharacterDefaults.js"
],
"styles": ["ModularFate.css","mfate-sheet.css"],
"packs": [],
"gridDistance": 1,
"gridUnits": "",
"minimumCoreVersion": "0.8.1",
"compatibleCoreVersion": "0.8.1",
"url": "https://github.com/Sk1mble/modularFate",
"manifest": "https://raw.githubusercontent.com/Sk1mble/modularFate/master/system.json",
"download": "https://github.com/Sk1mble/modularFate/archive/v3.1.8.zip",
"socket":true,
"languages":[
{
"lang":"en",
"name":"English",
"path":"lang/en.json"
}
]
}