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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coh-content-db-homecoming",
3
- "version": "2.0.0",
3
+ "version": "2.0.2",
4
4
  "description": "City of Heroes Homecoming Content Database",
5
5
  "homepage": "https://github.com/n15g/coh-content-db-homecoming#readme",
6
6
  "bugs": {
@@ -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-realities.png',
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
- export const EVENT_BADGES: BadgeData[] = [
110
- Celebrant,
111
- Reveler,
112
- Merrymaker,
113
- Entertainer,
114
- Jubilant,
115
- Exultant,
116
- Lucky,
117
- Rhapsodic,
118
- Torchbearer,
119
- Unstoppable,
120
- Perseverant,
121
- Indomitable,
122
- Timeless,
123
- Everlasting,
124
- Excelsior,
125
- Resurgent,
126
- Legendary,
127
- Unquenchable,
128
- Unforgettable,
129
- Reunited,
130
- Cheers,
131
- Pursuer,
132
- TimeKeeper,
133
- Gardener,
134
- ZetaReticulan,
135
- Mafioso,
136
- SkullKiller,
137
- ANemesisPlot,
138
- HeartOfLight,
139
- Partygoer,
140
- Handsome,
141
- Toothbreaker,
142
- MatchMaker,
143
- MissedConnection,
144
- WidowMaker,
145
- BestMan,
146
- WeddingCrasher,
147
- Officiator,
148
- DownInFront,
149
- ChaosSpiel,
150
- DoubleFeature,
151
- HellenicBeauty,
152
- MansBestFriend,
153
- NinjaMonkey,
154
- Invictus,
155
- ThePerfectHitter,
156
- ThePerfectHacker,
157
- ThePerfectGrifter,
158
- ThePerfectThief,
159
- Roleplayer,
160
- HallowSpirit,
161
- IronWarrior,
162
- Hunter,
163
- Buster,
164
- Shifter,
165
- DeadHead,
166
- Malleus,
167
- GhostTouched,
168
- VampiricHeritage,
169
- SpectralAnomaly,
170
- MummysCurse,
171
- UnholyCoven,
172
- ReaperOfSouls,
173
- DarkFiend,
174
- HellHathNoFury,
175
- Terror,
176
- MonsterMasher,
177
- Monstrous,
178
- GlimpsedTheAbyss,
179
- SafetyInNumbers,
180
- EvilsResident,
181
- ApocalypseSurvivor,
182
- ClothesHorse,
183
- Fashionable,
184
- Ostentatious,
185
- Secured,
186
- PowerHungry,
187
- ArtifactDestroyer,
188
- Veiled,
189
- Arriviste,
190
- Trusting,
191
- IsThereADoctorInTheHouse,
192
- TrickedOut,
193
- ItsAlive,
194
- SinisterSummoner,
195
- LongbowReservist,
196
- ColdFront,
197
- Gifted,
198
- Frostbitten,
199
- Festive,
200
- Snowbound,
201
- LicenseToChill,
202
- HomeForTheHolidays,
203
- Hypothermia,
204
- ColdWarrior,
205
- FrozenFury,
206
- HolidaySpirit,
207
- ToyCollector,
208
- Crystallized,
209
- Frosty,
210
- Joyful,
211
- Miraculous,
212
- LordOfWinter,
213
- ColdAsIce,
214
- GiftGetter,
215
- GiftWhichKeepsGiving,
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
+ }