-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathsystem.json
128 lines (128 loc) · 3.8 KB
/
system.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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"id": "fate-core-official",
"title": "Fate Core Official",
"description": "Grab your plasma rifles, spell components, and jetpacks! Name your game; Fate Core is the foundation that can make it happen. Fate Core is a flexible system that can support whatever worlds you dream up. Have you always wanted to play a post-apocalyptic spaghetti western with tentacle monsters? Swords and sorcery in space? Wish there was a game based on your favorite series of books, film, or television, but it never happened? Fate Core is your answer. <p>Fate Core is a tabletop roleplaying game about proactive, capable people who lead dramatic lives. The type of drama they experience is up to you. But wherever they go, you can expect a fun storytelling experience full of twists…of fate.</p><p>This Foundry system is supported by Evil Hat Productions and will allow you to build almost any character from a system that's Powered by Fate.</p>",
"authors": [
{
"name": "Richard Bellingham",
"flags": {}
}
],
"url": "https://github.com/Sk1mble/fate-core-official",
"compatibility": {
"minimum": "12",
"verified": "12.331"
},
"version": "4.7.12c",
"scripts": [
"scripts/fcoConstants.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",
"scripts/FateCoreOfficialModels.js",
"scripts/Pen/pen.js",
"scripts/Pen/markdown.js",
"scripts/purify.min.js"
],
"esmodules": [
"fco.js"
],
"styles": [
"fco.css",
"mfate-sheet.css",
"scripts/Pen/pen.css"
],
"languages": [
{
"lang": "en",
"name": "English",
"path": "lang/en.json",
"flags": {}
},
{
"lang": "de",
"name": "Deutsch",
"path": "lang/de.json",
"flags": {}
},
{
"lang": "es",
"name": "Español",
"path": "lang/es.json",
"flags": {}
},
{
"lang": "pt-BR",
"name":"Português (Brasil)",
"path":"lang/pb.json",
"flags": {}
}
],
"packs": [
{
"name": "macros",
"label": "Fate Core Official Macros",
"path": "/packs/macros.db",
"type": "Macro",
"system": "fate-core-official",
"private": false,
"flags": {}
},
{
"name": "documentation",
"label": "Fate Core Official Documentation",
"path": "/packs/documentation.db",
"type": "JournalEntry",
"system": "fate-core-official",
"private": false,
"flags": {}
}
],
"socket": true,
"manifest": "https://raw.githubusercontent.com/Sk1mble/fate-core-official/main/system.json",
"download": "https://github.com/Sk1mble/fate-core-official/archive/refs/tags/v4.7.12c.zip",
"grid":{
"distance":1
},
"flags": {
"hotReload": {
"extensions": ["css", "html", "hbs", "json"],
"paths": ["system/templates", "css", "lang/en.json"]
}
},
"documentTypes": {
"Actor": {
"fate-core-official": {
"htmlFields": [
"details.description.value",
"details.biography.value",
"details.notes.value"
]
},
"ModularFate": {},
"Thing": {}
},
"Item": {
"Extra": {
"htmlFields": [
"description.value",
"permissions",
"costs",
"actions.overcome",
"actions.create",
"actions.attack",
"actions.defend"
]
}
}
}
}