-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsupermod.xml
31 lines (31 loc) · 1.48 KB
/
supermod.xml
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
<?xml version="1.0"?>
<mod
name="Daily raid"
author="Punished Bernadetta & BangL"
description="Daily challenges that pay gold"
version="1.17.1"
color="191 0 73">
<hooks>
<!--Setting up some helpful functions-->
<post hook_id="lib/setups/setup" script_path="DailyRaidManager.lua"/>
<!--Daily RAID UI-->
<post hook_id="lib/managers/menu/raid_menu/missionselectiongui" script_path="missionselectiongui.lua"/>
<post hook_id="lib/managers/menu/raid_menu/controls/raidguicontrollistitemraids" script_path="raidguicontrollistitemraids.lua"/>
<!--Don't say "challenge card will be removed" on restart-->
<post hook_id="lib/managers/localizationmanager" script_path="localizationmanager.lua"/>
<!--Awarding gold and not removing card on restart-->
<post hook_id="lib/managers/raidjobmanager" script_path="raidjobmanager.lua"/>
<!--Display a message when card fails and also one utility function to re-active a card-->
<post hook_id="lib/managers/challengecardsmanager" script_path="challengecardsmanager.lua"/>
<!--Sending explanation message to people who just dropped in-->
<post hook_id="lib/managers/playermanager" script_path="playermanager.lua"/>
</hooks>
<localization directory="loc">
<loc file="english.json" language="english"/>
</localization>
<updates>
<update
provider="modworkshop"
identifier="38718" />
</updates>
</mod>