forked from Deli-Collective/DeliCounter.Database
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcategories.json
38 lines (38 loc) · 938 Bytes
/
categories.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
[
{
"Name": "Tools",
"Description": "These mods provide extra tools or facilitate the loading of other types of mods.",
"Icon": "",
"Path": "Tools"
},
{
"Name": "Behaviour Mods",
"Description": "Mods which alter behaviour of the game without adding new content.",
"Icon": "",
"Path": "BehaviourMods"
},
{
"Name": "Custom Maps",
"Description": "Player-created maps.",
"Icon": "",
"Path": "CustomMaps"
},
{
"Name": "Custom Characters",
"Description": "Player-created Take and Hold characters.",
"Icon": "",
"Path": "CustomCharacters"
},
{
"Name": "Custom Objects",
"Description": "Player-created objects; weapons and more.",
"Icon": "",
"Path": "CustomObjects"
},
{
"Name": "Asset Replacements",
"Description": "Texture, sound and other asset replacements",
"Icon": "",
"Path": "AssetReplacements"
}
]