This repository has been archived by the owner on Jan 2, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 102
/
killemotes.xml
114 lines (105 loc) · 4.89 KB
/
killemotes.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
<killemotes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="killemotes.xsd">
<globalsettings
maxtriggerdistance="25"
maxelementsinarea="20"
maxelementsinarearadius="30"
previewaudiomultiplicator="0.5"
/>
<emotes>
<!--
Common: 100 for 300
Rare: 75 for 1250
Epic: 25 for 2000
-->
<killemote uniquename="KILL_EMOTE_FLAG"
soundeventonspawn="PLAY_KILL_EMOTE_BANNER"
prefab="FX/ClientPrefabs/Emotes/fx_emote_flag_01"
duration="8"
itemreference="T1_KILL_EMOTE_FLAG_CHARGES_NONTRADABLE"
goldprice="300"
bundledchargesamount="100"
hasguildlogo="true"/>
<killemote uniquename="KILL_EMOTE_OVERGROWN"
soundeventonspawn="PLAY_KILL_EMOTE_OVERGROWN"
prefab="FX/ClientPrefabs/Emotes/fx_emote_overgrown_01"
duration="10"
itemreference="T1_KILL_EMOTE_OVERGROWN_CHARGES_NONTRADABLE"
goldprice="300"
bundledchargesamount="100"
rotationmode="alignwithtarget"/>
<killemote uniquename="KILL_EMOTE_GHOST"
soundeventonspawn="PLAY_KILL_EMOTE_GHOST"
prefab="FX/ClientPrefabs/Emotes/fx_emote_ghost_01"
duration="9"
itemreference="T1_KILL_EMOTE_GHOST_CHARGES_NONTRADABLE"
goldprice="1250"
bundledchargesamount="75"
rotationmode="defaultwithrandoffset"
randrotationoffsetmindegree="-45"
randrotationoffsetmaxdegree="45" />
<killemote uniquename="KILL_EMOTE_TOMBSTONE"
soundeventonspawn="PLAY_KILL_EMOTE_TOMBSTONE"
prefab="FX/ClientPrefabs/Emotes/fx_emote_tombstone_01"
duration="5"
itemreference="T1_KILL_EMOTE_TOMBSTONE_CHARGES_NONTRADABLE"
goldprice="1250"
bundledchargesamount="75"
rotationmode="defaultwithrandoffset"
randrotationoffsetmindegree="-75"
randrotationoffsetmaxdegree="25" />
<killemote uniquename="KILL_EMOTE_HELLGATE"
soundeventonspawn="PLAY_KILL_EMOTE_HELLGATE"
prefab="FX/ClientPrefabs/Emotes/fx_emote_hellgate_01"
duration="6"
itemreference="T1_KILL_EMOTE_HELLGATE_CHARGES_NONTRADABLE"
goldprice="2500"
bundledchargesamount="25"
rotationmode="defaultwithrandoffset"
randrotationoffsetmindegree="-45"
randrotationoffsetmaxdegree="45"/>
<killemote uniquename="KILL_EMOTE_SWORD"
soundeventonspawn="PLAY_KILL_EMOTE_CIRCLING_SWORD"
prefab="FX/ClientPrefabs/Emotes/fx_emote_sword_01"
duration="7"
itemreference="T1_KILL_EMOTE_SWORD_CHARGES_NONTRADABLE"
goldprice="1250"
bundledchargesamount="75"
rotationmode="defaultwithrandoffset"
randrotationoffsetmindegree="-90"
randrotationoffsetmaxdegree="90"/>
<killemote uniquename="KILL_EMOTE_HAMMER"
soundeventonspawn="PLAY_KILL_EMOTE_ELECTRIC_HAMMER"
prefab="FX/ClientPrefabs/Emotes/fx_emote_hammer_01"
duration="6"
itemreference="T1_KILL_EMOTE_HAMMER_CHARGES_NONTRADABLE"
goldprice="1250"
bundledchargesamount="75"
rotationmode="defaultwithrandoffset"
randrotationoffsetmindegree="-90"
randrotationoffsetmaxdegree="90"/>
<!-- Platform Banners-->
<killemote uniquename="KILL_EMOTE_FLAG_MOBILE"
soundeventonspawn="PLAY_KILL_EMOTE_PLATFORM_BANNER"
prefab="FX/ClientPrefabs/Emotes/fx_emote_flag_02_mobile"
duration="7"
itemreference="T1_KILL_EMOTE_FLAG_MOBILE_CHARGES_NONTRADABLE"
goldprice="300"
bundledchargesamount="100"
rotationmode="none"/>
<killemote uniquename="KILL_EMOTE_FLAG_DESKTOP"
soundeventonspawn="PLAY_KILL_EMOTE_PLATFORM_BANNER"
prefab="FX/ClientPrefabs/Emotes/fx_emote_flag_02_desktop"
duration="7"
itemreference="T1_KILL_EMOTE_FLAG_DESKTOP_CHARGES_NONTRADABLE"
goldprice="300" bundledchargesamount="100"
rotationmode="none"/>
<killemote uniquename="KILL_EMOTE_FLAG_CONTROLLER"
soundeventonspawn="PLAY_KILL_EMOTE_PLATFORM_BANNER"
prefab="FX/ClientPrefabs/Emotes/fx_emote_flag_02_console"
duration="7"
itemreference="T1_KILL_EMOTE_FLAG_CONTROLLER_CHARGES_NONTRADABLE"
goldprice="300"
bundledchargesamount="100"
rotationmode="none"/>
</emotes>
</killemotes>