coh-content-db-homecoming 2.0.0 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -1
- package/dist/bundle.head.json +1 -1
- package/dist/bundle.json +1 -1
- package/dist/coh-content-db-homecoming.js +52 -4
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +52 -4
- package/dist/coh-content-db-homecoming.mjs.map +1 -1
- package/package.json +1 -1
- package/src/main/resources/images/badges/event/icebreaker.png +0 -0
- package/src/main/resources/images/badges/event/very-naughty.png +0 -0
- package/src/main/resources/images/badges/event/winter-weathered.png +0 -0
- package/src/main/ts/badge/accolade/mazebreaker.ts +1 -1
- package/src/main/ts/badge/event/_event-badges.ts +222 -216
- package/src/main/ts/badge/event/icebreaker.ts +17 -0
- package/src/main/ts/badge/event/very-naughty.ts +17 -0
- package/src/main/ts/badge/event/winter-weathered.ts +16 -0
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -14,7 +14,7 @@ export const Mazebreaker: BadgeData = {
|
|
|
14
14
|
links: [
|
|
15
15
|
{ title: 'Mazebreaker Badge', href: 'https://homecoming.wiki/wiki/Mazebreaker_Badge' },
|
|
16
16
|
],
|
|
17
|
-
icon: 'https://n15g.github.io/coh-content-db-homecoming/images/badges/accolade/mazebreaker
|
|
17
|
+
icon: 'https://n15g.github.io/coh-content-db-homecoming/images/badges/accolade/mazebreaker.png',
|
|
18
18
|
requirements: [
|
|
19
19
|
{ key: TestedByCombat.key, type: 'badge', badgeKey: TestedByCombat.key },
|
|
20
20
|
{ key: ChromaticCombatant.key, type: 'badge', badgeKey: ChromaticCombatant.key },
|
|
@@ -1,216 +1,222 @@
|
|
|
1
|
-
import { BadgeData } from 'coh-content-db'
|
|
2
|
-
import { Reveler } from './reveler'
|
|
3
|
-
import { Pursuer } from './pursuer'
|
|
4
|
-
import { Celebrant } from './celebrant'
|
|
5
|
-
import { Merrymaker } from './merrymaker'
|
|
6
|
-
import { Entertainer } from './entertainer'
|
|
7
|
-
import { Jubilant } from './jubilant'
|
|
8
|
-
import { Exultant } from './exultant'
|
|
9
|
-
import { Lucky } from './lucky'
|
|
10
|
-
import { Rhapsodic } from './rhapsodic'
|
|
11
|
-
import { Torchbearer } from './torchbearer'
|
|
12
|
-
import { Unstoppable } from './unstoppable'
|
|
13
|
-
import { Perseverant } from './perseverant'
|
|
14
|
-
import { Indomitable } from './indomitable'
|
|
15
|
-
import { Timeless } from './timeless'
|
|
16
|
-
import { Everlasting } from './everlasting'
|
|
17
|
-
import { Excelsior } from './excelsior'
|
|
18
|
-
import { HeartOfLight } from './heart-of-light'
|
|
19
|
-
import { Partygoer } from './partygoer'
|
|
20
|
-
import { Handsome } from './handsome'
|
|
21
|
-
import { Toothbreaker } from './toothbreaker'
|
|
22
|
-
import { MatchMaker } from './match-maker'
|
|
23
|
-
import { MissedConnection } from './missed-connection'
|
|
24
|
-
import { WidowMaker } from './widow-maker'
|
|
25
|
-
import { DoubleFeature } from './double-feature'
|
|
26
|
-
import { HellenicBeauty } from './hellenic-beauty'
|
|
27
|
-
import { MansBestFriend } from './mans-best-friend'
|
|
28
|
-
import { NinjaMonkey } from './ninja-monkey'
|
|
29
|
-
import { Invictus } from './invictus'
|
|
30
|
-
import { ThePerfectHitter } from './the-perfect-hitter'
|
|
31
|
-
import { ThePerfectHacker } from './the-perfect-hacker'
|
|
32
|
-
import { ThePerfectGrifter } from './the-perfect-grifter'
|
|
33
|
-
import { ThePerfectThief } from './the-perfect-thief'
|
|
34
|
-
import { Roleplayer } from './roleplayer'
|
|
35
|
-
import { Hunter } from './hunter'
|
|
36
|
-
import { Buster } from './buster'
|
|
37
|
-
import { Shifter } from './shifter'
|
|
38
|
-
import { DeadHead } from './dead-head'
|
|
39
|
-
import { Malleus } from './malleus'
|
|
40
|
-
import { HallowSpirit } from './hallow-spirit'
|
|
41
|
-
import { IronWarrior } from './iron-warrior'
|
|
42
|
-
import { GhostTouched } from './ghost-touched'
|
|
43
|
-
import { ClothesHorse } from './clothes-horse'
|
|
44
|
-
import { Fashionable } from './fashionable'
|
|
45
|
-
import { Ostentatious } from './ostentatious'
|
|
46
|
-
import { GlimpsedTheAbyss } from './glimpsed-the-abyss'
|
|
47
|
-
import { SafetyInNumbers } from './safety-in-numbers'
|
|
48
|
-
import { EvilsResident } from './evils-resident'
|
|
49
|
-
import { ApocalypseSurvivor } from './apocalypse-survivor'
|
|
50
|
-
import { DarkFiend } from './dark-fiend'
|
|
51
|
-
import { HellHathNoFury } from './hell-hath-no-fury'
|
|
52
|
-
import { Terror } from './terror'
|
|
53
|
-
import { MonsterMasher } from './monster-masher'
|
|
54
|
-
import { Monstrous } from './monstrous'
|
|
55
|
-
import { Secured } from './secured'
|
|
56
|
-
import { PowerHungry } from './power-hungry'
|
|
57
|
-
import { ArtifactDestroyer } from './artifact-destroyer'
|
|
58
|
-
import { Veiled } from './veiled'
|
|
59
|
-
import { Trusting } from './trusting'
|
|
60
|
-
import { IsThereADoctorInTheHouse } from './is-there-a-doctor-in-the-house'
|
|
61
|
-
import { TrickedOut } from './tricked-out'
|
|
62
|
-
import { ItsAlive } from './its-alive'
|
|
63
|
-
import { SinisterSummoner } from './sinister-summoner'
|
|
64
|
-
import { FrozenFury } from './frozen-fury'
|
|
65
|
-
import { ColdAsIce } from './cold-as-ice'
|
|
66
|
-
import { ColdWarrior } from './cold-warrior'
|
|
67
|
-
import { LordOfWinter } from './lord-of-winter'
|
|
68
|
-
import { LongbowReservist } from './longbow-reservist'
|
|
69
|
-
import { ColdFront } from './cold-front'
|
|
70
|
-
import { Gifted } from './gifted'
|
|
71
|
-
import { Frostbitten } from './frostbitten'
|
|
72
|
-
import { Festive } from './festive'
|
|
73
|
-
import { HolidaySpirit } from './holiday-spirit'
|
|
74
|
-
import { ToyCollector } from './toy-collector'
|
|
75
|
-
import { Crystallized } from './crystallized'
|
|
76
|
-
import { Frosty } from './frosty'
|
|
77
|
-
import { Joyful } from './joyful'
|
|
78
|
-
import { Miraculous } from './miraculous'
|
|
79
|
-
import { GiftWhichKeepsGiving } from './gift-which-keeps-giving'
|
|
80
|
-
import { GiftGetter } from './gift-getter'
|
|
81
|
-
import { ANemesisPlot } from './a-nemesis-plot'
|
|
82
|
-
import { Arriviste } from './arriviste'
|
|
83
|
-
import { Resurgent } from './resurgent'
|
|
84
|
-
import { Snowbound } from './snowbound'
|
|
85
|
-
import { Legendary } from './legendary'
|
|
86
|
-
import { LicenseToChill } from './license-to-chill'
|
|
87
|
-
import { Unquenchable } from './unquenchable'
|
|
88
|
-
import { VampiricHeritage } from './vampiric-heritage'
|
|
89
|
-
import { SpectralAnomaly } from './spectral-anomaly'
|
|
90
|
-
import { MummysCurse } from './mummys-curse'
|
|
91
|
-
import { UnholyCoven } from './unholy-coven'
|
|
92
|
-
import { ReaperOfSouls } from './reaper-of-souls'
|
|
93
|
-
import { Unforgettable } from './unforgettable'
|
|
94
|
-
import { HomeForTheHolidays } from './home-for-the-holidays'
|
|
95
|
-
import { Reunited } from './reunited'
|
|
96
|
-
import { TimeKeeper } from './time-keeper'
|
|
97
|
-
import { Gardener } from './gardener'
|
|
98
|
-
import { ZetaReticulan } from './zeta-reticulan'
|
|
99
|
-
import { Hypothermia } from './hypothermia'
|
|
100
|
-
import { BestMan } from './best-man'
|
|
101
|
-
import { ChaosSpiel } from './chaos-spiel'
|
|
102
|
-
import { DownInFront } from './down-in-front'
|
|
103
|
-
import { Officiator } from './officiator'
|
|
104
|
-
import { WeddingCrasher } from './wedding-crasher'
|
|
105
|
-
import { Cheers } from './cheers'
|
|
106
|
-
import { Mafioso } from './mafioso'
|
|
107
|
-
import { SkullKiller } from './skull-killer'
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
1
|
+
import { BadgeData } from 'coh-content-db'
|
|
2
|
+
import { Reveler } from './reveler'
|
|
3
|
+
import { Pursuer } from './pursuer'
|
|
4
|
+
import { Celebrant } from './celebrant'
|
|
5
|
+
import { Merrymaker } from './merrymaker'
|
|
6
|
+
import { Entertainer } from './entertainer'
|
|
7
|
+
import { Jubilant } from './jubilant'
|
|
8
|
+
import { Exultant } from './exultant'
|
|
9
|
+
import { Lucky } from './lucky'
|
|
10
|
+
import { Rhapsodic } from './rhapsodic'
|
|
11
|
+
import { Torchbearer } from './torchbearer'
|
|
12
|
+
import { Unstoppable } from './unstoppable'
|
|
13
|
+
import { Perseverant } from './perseverant'
|
|
14
|
+
import { Indomitable } from './indomitable'
|
|
15
|
+
import { Timeless } from './timeless'
|
|
16
|
+
import { Everlasting } from './everlasting'
|
|
17
|
+
import { Excelsior } from './excelsior'
|
|
18
|
+
import { HeartOfLight } from './heart-of-light'
|
|
19
|
+
import { Partygoer } from './partygoer'
|
|
20
|
+
import { Handsome } from './handsome'
|
|
21
|
+
import { Toothbreaker } from './toothbreaker'
|
|
22
|
+
import { MatchMaker } from './match-maker'
|
|
23
|
+
import { MissedConnection } from './missed-connection'
|
|
24
|
+
import { WidowMaker } from './widow-maker'
|
|
25
|
+
import { DoubleFeature } from './double-feature'
|
|
26
|
+
import { HellenicBeauty } from './hellenic-beauty'
|
|
27
|
+
import { MansBestFriend } from './mans-best-friend'
|
|
28
|
+
import { NinjaMonkey } from './ninja-monkey'
|
|
29
|
+
import { Invictus } from './invictus'
|
|
30
|
+
import { ThePerfectHitter } from './the-perfect-hitter'
|
|
31
|
+
import { ThePerfectHacker } from './the-perfect-hacker'
|
|
32
|
+
import { ThePerfectGrifter } from './the-perfect-grifter'
|
|
33
|
+
import { ThePerfectThief } from './the-perfect-thief'
|
|
34
|
+
import { Roleplayer } from './roleplayer'
|
|
35
|
+
import { Hunter } from './hunter'
|
|
36
|
+
import { Buster } from './buster'
|
|
37
|
+
import { Shifter } from './shifter'
|
|
38
|
+
import { DeadHead } from './dead-head'
|
|
39
|
+
import { Malleus } from './malleus'
|
|
40
|
+
import { HallowSpirit } from './hallow-spirit'
|
|
41
|
+
import { IronWarrior } from './iron-warrior'
|
|
42
|
+
import { GhostTouched } from './ghost-touched'
|
|
43
|
+
import { ClothesHorse } from './clothes-horse'
|
|
44
|
+
import { Fashionable } from './fashionable'
|
|
45
|
+
import { Ostentatious } from './ostentatious'
|
|
46
|
+
import { GlimpsedTheAbyss } from './glimpsed-the-abyss'
|
|
47
|
+
import { SafetyInNumbers } from './safety-in-numbers'
|
|
48
|
+
import { EvilsResident } from './evils-resident'
|
|
49
|
+
import { ApocalypseSurvivor } from './apocalypse-survivor'
|
|
50
|
+
import { DarkFiend } from './dark-fiend'
|
|
51
|
+
import { HellHathNoFury } from './hell-hath-no-fury'
|
|
52
|
+
import { Terror } from './terror'
|
|
53
|
+
import { MonsterMasher } from './monster-masher'
|
|
54
|
+
import { Monstrous } from './monstrous'
|
|
55
|
+
import { Secured } from './secured'
|
|
56
|
+
import { PowerHungry } from './power-hungry'
|
|
57
|
+
import { ArtifactDestroyer } from './artifact-destroyer'
|
|
58
|
+
import { Veiled } from './veiled'
|
|
59
|
+
import { Trusting } from './trusting'
|
|
60
|
+
import { IsThereADoctorInTheHouse } from './is-there-a-doctor-in-the-house'
|
|
61
|
+
import { TrickedOut } from './tricked-out'
|
|
62
|
+
import { ItsAlive } from './its-alive'
|
|
63
|
+
import { SinisterSummoner } from './sinister-summoner'
|
|
64
|
+
import { FrozenFury } from './frozen-fury'
|
|
65
|
+
import { ColdAsIce } from './cold-as-ice'
|
|
66
|
+
import { ColdWarrior } from './cold-warrior'
|
|
67
|
+
import { LordOfWinter } from './lord-of-winter'
|
|
68
|
+
import { LongbowReservist } from './longbow-reservist'
|
|
69
|
+
import { ColdFront } from './cold-front'
|
|
70
|
+
import { Gifted } from './gifted'
|
|
71
|
+
import { Frostbitten } from './frostbitten'
|
|
72
|
+
import { Festive } from './festive'
|
|
73
|
+
import { HolidaySpirit } from './holiday-spirit'
|
|
74
|
+
import { ToyCollector } from './toy-collector'
|
|
75
|
+
import { Crystallized } from './crystallized'
|
|
76
|
+
import { Frosty } from './frosty'
|
|
77
|
+
import { Joyful } from './joyful'
|
|
78
|
+
import { Miraculous } from './miraculous'
|
|
79
|
+
import { GiftWhichKeepsGiving } from './gift-which-keeps-giving'
|
|
80
|
+
import { GiftGetter } from './gift-getter'
|
|
81
|
+
import { ANemesisPlot } from './a-nemesis-plot'
|
|
82
|
+
import { Arriviste } from './arriviste'
|
|
83
|
+
import { Resurgent } from './resurgent'
|
|
84
|
+
import { Snowbound } from './snowbound'
|
|
85
|
+
import { Legendary } from './legendary'
|
|
86
|
+
import { LicenseToChill } from './license-to-chill'
|
|
87
|
+
import { Unquenchable } from './unquenchable'
|
|
88
|
+
import { VampiricHeritage } from './vampiric-heritage'
|
|
89
|
+
import { SpectralAnomaly } from './spectral-anomaly'
|
|
90
|
+
import { MummysCurse } from './mummys-curse'
|
|
91
|
+
import { UnholyCoven } from './unholy-coven'
|
|
92
|
+
import { ReaperOfSouls } from './reaper-of-souls'
|
|
93
|
+
import { Unforgettable } from './unforgettable'
|
|
94
|
+
import { HomeForTheHolidays } from './home-for-the-holidays'
|
|
95
|
+
import { Reunited } from './reunited'
|
|
96
|
+
import { TimeKeeper } from './time-keeper'
|
|
97
|
+
import { Gardener } from './gardener'
|
|
98
|
+
import { ZetaReticulan } from './zeta-reticulan'
|
|
99
|
+
import { Hypothermia } from './hypothermia'
|
|
100
|
+
import { BestMan } from './best-man'
|
|
101
|
+
import { ChaosSpiel } from './chaos-spiel'
|
|
102
|
+
import { DownInFront } from './down-in-front'
|
|
103
|
+
import { Officiator } from './officiator'
|
|
104
|
+
import { WeddingCrasher } from './wedding-crasher'
|
|
105
|
+
import { Cheers } from './cheers'
|
|
106
|
+
import { Mafioso } from './mafioso'
|
|
107
|
+
import { SkullKiller } from './skull-killer'
|
|
108
|
+
import { WinterWeathered } from './winter-weathered'
|
|
109
|
+
import { Icebreaker } from './icebreaker'
|
|
110
|
+
import { VeryNaughty } from './very-naughty'
|
|
111
|
+
|
|
112
|
+
export const EVENT_BADGES: BadgeData[] = [
|
|
113
|
+
Celebrant,
|
|
114
|
+
Reveler,
|
|
115
|
+
Merrymaker,
|
|
116
|
+
Entertainer,
|
|
117
|
+
Jubilant,
|
|
118
|
+
Exultant,
|
|
119
|
+
Lucky,
|
|
120
|
+
Rhapsodic,
|
|
121
|
+
Torchbearer,
|
|
122
|
+
Unstoppable,
|
|
123
|
+
Perseverant,
|
|
124
|
+
Indomitable,
|
|
125
|
+
Timeless,
|
|
126
|
+
Everlasting,
|
|
127
|
+
Excelsior,
|
|
128
|
+
Resurgent,
|
|
129
|
+
Legendary,
|
|
130
|
+
Unquenchable,
|
|
131
|
+
Unforgettable,
|
|
132
|
+
Reunited,
|
|
133
|
+
Cheers,
|
|
134
|
+
Pursuer,
|
|
135
|
+
TimeKeeper,
|
|
136
|
+
Gardener,
|
|
137
|
+
ZetaReticulan,
|
|
138
|
+
Mafioso,
|
|
139
|
+
SkullKiller,
|
|
140
|
+
ANemesisPlot,
|
|
141
|
+
HeartOfLight,
|
|
142
|
+
Partygoer,
|
|
143
|
+
Handsome,
|
|
144
|
+
Toothbreaker,
|
|
145
|
+
MatchMaker,
|
|
146
|
+
MissedConnection,
|
|
147
|
+
WidowMaker,
|
|
148
|
+
BestMan,
|
|
149
|
+
WeddingCrasher,
|
|
150
|
+
Officiator,
|
|
151
|
+
DownInFront,
|
|
152
|
+
ChaosSpiel,
|
|
153
|
+
DoubleFeature,
|
|
154
|
+
HellenicBeauty,
|
|
155
|
+
MansBestFriend,
|
|
156
|
+
NinjaMonkey,
|
|
157
|
+
Invictus,
|
|
158
|
+
ThePerfectHitter,
|
|
159
|
+
ThePerfectHacker,
|
|
160
|
+
ThePerfectGrifter,
|
|
161
|
+
ThePerfectThief,
|
|
162
|
+
Roleplayer,
|
|
163
|
+
HallowSpirit,
|
|
164
|
+
IronWarrior,
|
|
165
|
+
Hunter,
|
|
166
|
+
Buster,
|
|
167
|
+
Shifter,
|
|
168
|
+
DeadHead,
|
|
169
|
+
Malleus,
|
|
170
|
+
GhostTouched,
|
|
171
|
+
VampiricHeritage,
|
|
172
|
+
SpectralAnomaly,
|
|
173
|
+
MummysCurse,
|
|
174
|
+
UnholyCoven,
|
|
175
|
+
ReaperOfSouls,
|
|
176
|
+
DarkFiend,
|
|
177
|
+
HellHathNoFury,
|
|
178
|
+
Terror,
|
|
179
|
+
MonsterMasher,
|
|
180
|
+
Monstrous,
|
|
181
|
+
GlimpsedTheAbyss,
|
|
182
|
+
SafetyInNumbers,
|
|
183
|
+
EvilsResident,
|
|
184
|
+
ApocalypseSurvivor,
|
|
185
|
+
ClothesHorse,
|
|
186
|
+
Fashionable,
|
|
187
|
+
Ostentatious,
|
|
188
|
+
Secured,
|
|
189
|
+
PowerHungry,
|
|
190
|
+
ArtifactDestroyer,
|
|
191
|
+
Veiled,
|
|
192
|
+
Arriviste,
|
|
193
|
+
Trusting,
|
|
194
|
+
IsThereADoctorInTheHouse,
|
|
195
|
+
TrickedOut,
|
|
196
|
+
ItsAlive,
|
|
197
|
+
SinisterSummoner,
|
|
198
|
+
LongbowReservist,
|
|
199
|
+
ColdFront,
|
|
200
|
+
Gifted,
|
|
201
|
+
Frostbitten,
|
|
202
|
+
Festive,
|
|
203
|
+
Snowbound,
|
|
204
|
+
LicenseToChill,
|
|
205
|
+
HomeForTheHolidays,
|
|
206
|
+
Hypothermia,
|
|
207
|
+
WinterWeathered,
|
|
208
|
+
ColdWarrior,
|
|
209
|
+
FrozenFury,
|
|
210
|
+
HolidaySpirit,
|
|
211
|
+
ToyCollector,
|
|
212
|
+
Crystallized,
|
|
213
|
+
Frosty,
|
|
214
|
+
Joyful,
|
|
215
|
+
Miraculous,
|
|
216
|
+
LordOfWinter,
|
|
217
|
+
Icebreaker,
|
|
218
|
+
ColdAsIce,
|
|
219
|
+
GiftGetter,
|
|
220
|
+
GiftWhichKeepsGiving,
|
|
221
|
+
VeryNaughty,
|
|
222
|
+
]
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BadgeData } from 'coh-content-db'
|
|
2
|
+
|
|
3
|
+
export const Icebreaker: BadgeData = {
|
|
4
|
+
type: 'event',
|
|
5
|
+
key: 'icebreaker',
|
|
6
|
+
setTitleId: [2570],
|
|
7
|
+
name: 'Icebreaker',
|
|
8
|
+
releaseDate: '2025-12-01',
|
|
9
|
+
morality: 'all',
|
|
10
|
+
badgeText: `Lord Winter's plan to consolidate his power was shattered, denying him the full might of the season.`,
|
|
11
|
+
acquisition: `Defeat Lord Winter without letting his Winter Essence ever reach 100%.`,
|
|
12
|
+
links: [
|
|
13
|
+
{ title: 'Icebreaker Badge', href: 'https://homecoming.wiki/wiki/Icebreaker_Badge' },
|
|
14
|
+
],
|
|
15
|
+
icon: 'https://n15g.github.io/coh-content-db-homecoming/images/badges/event/icebreaker.png',
|
|
16
|
+
|
|
17
|
+
}
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { BadgeData } from 'coh-content-db'
|
|
2
|
+
|
|
3
|
+
export const VeryNaughty: BadgeData = {
|
|
4
|
+
type: 'event',
|
|
5
|
+
key: 'very-naughty',
|
|
6
|
+
setTitleId: [2569],
|
|
7
|
+
name: 'Very Naughty',
|
|
8
|
+
releaseDate: '2025-12-01',
|
|
9
|
+
morality: 'all',
|
|
10
|
+
badgeText: `You opened one of Lord Winter's suspicious gifts.`,
|
|
11
|
+
acquisition: `Earned from opening a Suspicious Gift during the Winter Event and summoning a Winter Lord.`,
|
|
12
|
+
links: [
|
|
13
|
+
{ title: 'Very Naughty Badge', href: 'https://homecoming.wiki/wiki/Very_Naughty_Badge' },
|
|
14
|
+
],
|
|
15
|
+
icon: 'https://n15g.github.io/coh-content-db-homecoming/images/badges/event/very-naughty.png',
|
|
16
|
+
|
|
17
|
+
}
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import { BadgeData } from 'coh-content-db'
|
|
2
|
+
|
|
3
|
+
export const WinterWeathered: BadgeData = {
|
|
4
|
+
type: 'event',
|
|
5
|
+
key: 'winter-weathered',
|
|
6
|
+
setTitleId: [2571],
|
|
7
|
+
name: 'Winter Weathered',
|
|
8
|
+
releaseDate: '2025-12-01',
|
|
9
|
+
morality: 'all',
|
|
10
|
+
badgeText: `You have braved the frosty villains and icy perils of the holiday season! Your dedication remains unmelted despite the winter chill.`,
|
|
11
|
+
acquisition: `Log in during the 2025 Winter Event, or purchase from the Candy Keeper for 25 Candy Canes and 30,000 inf.`,
|
|
12
|
+
links: [
|
|
13
|
+
{ title: 'Winter Weathered Badge', href: 'https://homecoming.wiki/wiki/Winter_Weathered_Badge' },
|
|
14
|
+
],
|
|
15
|
+
icon: 'https://n15g.github.io/coh-content-db-homecoming/images/badges/event/winter-weathered.png',
|
|
16
|
+
}
|