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