-
Notifications
You must be signed in to change notification settings - Fork 0
/
mod.txt
35 lines (35 loc) · 870 Bytes
/
mod.txt
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
{
"name" : "Jake's NO-BS-DS-OD",
"description" : "Do you call this a difficulty tweak?",
"author" : "donutteam.com/@fluffy",
"contact" : "donutteam.com/@fluffy",
"version" : "1.1",
"blt_version" : 2,
"hooks":
[
{
"hook_id": "lib/tweak_data/charactertweakdata",
"script_path": "hooks/charactertweakdata.lua"
},
{
"hook_id": "lib/tweak_data/playertweakdata",
"script_path": "hooks/playertweakdata.lua"
},
{
"hook_id": "lib/tweak_data/groupaitweakdata",
"script_path": "hooks/groupaitweakdata.lua"
},
{
"hook_id": "lib/tweak_data/levelstweakdata",
"script_path": "hooks/levelstweakdata.lua"
},
{
"hook_id" : "lib/managers/localizationmanager",
"script_path" : "hooks/localizationmanager.lua"
},
{
"hook_id" : "lib/network/handlers/unitnetworkhandler",
"script_path" : "hooks/announcement.lua"
}
]
}