-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathintemplator.json
37 lines (37 loc) · 1.34 KB
/
intemplator.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
{
"orders":
[
{
"name": "Conversation Factions",
"specFilePath": "./conversations/conversations.json",
"templateDirectoryPath": "./templates/conversation",
"outputDirectoryPath": "./mod/common/pop_faction_types",
"disabled": false,
"dumpContents": true
},
{
"name": "Conversation Names",
"specFilePath": "./conversations/conversations.json",
"templateDirectoryPath": "./templates/conversation-random-name",
"outputDirectoryPath": "./mod/common/random_names",
"disabled": false,
"dumpContents": true
},
{
"name": "Conversation Static Modifiers",
"specFilePath": "./conversations/conversations.json",
"templateDirectoryPath": "./templates/conversation-static-modifier",
"outputDirectoryPath": "./mod/common/static_modifiers",
"disabled": false,
"dumpContents": true
},
{
"name": "Conversation Icon Gfx",
"specFilePath": "./conversations/conversations.json",
"templateDirectoryPath": "./templates/conversation-interface",
"outputDirectoryPath": "./mod/interface",
"disabled": false,
"dumpContents": true
}
]
}