-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmod.txt
24 lines (24 loc) · 1.02 KB
/
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
{
"name" : "Jokermon",
"description" : "Allows for storing and training of captured Police units",
"author" : "Hoppip",
"color" : "0.043 0.808 0.6",
"image" : "mod.png",
"version" : "2.1.2",
"updates" : [{
"identifier" : "pd2-jokermon",
"host": { "meta" : "https://updates.hoppip.at/pd2-jokermon" }
}],
"dependencies" : {
"BeardLib" : { "download_url" : "https://github.com/simon-wh/PAYDAY-2-BeardLib/archive/master.zip" },
"pd2-hoplib" : { "meta" : "https://updates.hoppip.at/pd2-hoplib" }
},
"hooks" : [
{ "hook_id" : "lib/managers/group_ai_states/groupaistatebase", "script_path" : "mod.lua" },
{ "hook_id" : "lib/network/base/hostnetworksession", "script_path" : "mod.lua" },
{ "hook_id" : "lib/tweak_data/charactertweakdata", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/enemies/cop/copbase", "script_path" : "mod.lua" },
{ "hook_id" : "lib/units/interactions/interactionext", "script_path" : "mod.lua" },
{ "hook_id" : "lib/utils/game_state_machine/gamestatemachine", "script_path" : "mod.lua" }
]
}