coh-content-db-homecoming 2.0.0-rc.11 → 2.0.0-rc.13
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/.github/workflows/build.yml +1 -1
- package/CHANGELOG.md +3 -1
- package/README.md +9 -6
- package/dist/bundle.head.json +1 -1
- package/dist/bundle.json +1 -1
- package/dist/coh-content-db-homecoming.js +52 -52
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +52 -52
- package/dist/coh-content-db-homecoming.mjs.map +1 -1
- package/package.json +18 -18
- package/src/main/ts/badge/accolade/atlas-tour-guide.ts +2 -2
- package/src/main/ts/badge/accolade/walked-down-memory-lane.ts +2 -2
- package/src/main/ts/badge/accomplishment/staring-into-the-abyss.ts +1 -1
- package/src/main/ts/badge/event/_event-badges.ts +46 -46
- package/src/main/ts/badge/history/christie-consolidation.ts +1 -1
- /package/src/main/resources/images/badges/defeat/{blackwing.png → two-birds-one-stone.png} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "coh-content-db-homecoming",
|
|
3
|
-
"version": "2.0.0-rc.
|
|
3
|
+
"version": "2.0.0-rc.13",
|
|
4
4
|
"description": "City of Heroes Homecoming Content Database",
|
|
5
5
|
"homepage": "https://github.com/n15g/coh-content-db-homecoming#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -26,30 +26,30 @@
|
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@rollup/plugin-json": "^6.1.0",
|
|
29
|
-
"@rollup/plugin-replace": "^6.0.
|
|
30
|
-
"@stylistic/eslint-plugin": "^
|
|
31
|
-
"@stylistic/eslint-plugin-ts": "^
|
|
32
|
-
"@types/jest": "^
|
|
29
|
+
"@rollup/plugin-replace": "^6.0.3",
|
|
30
|
+
"@stylistic/eslint-plugin": "^5.6.1",
|
|
31
|
+
"@stylistic/eslint-plugin-ts": "^4.4.1",
|
|
32
|
+
"@types/jest": "^30.0.0",
|
|
33
33
|
"@types/valid-url": "^1.0.7",
|
|
34
|
-
"@typescript-eslint/rule-tester": "^8.
|
|
35
|
-
"@typescript-eslint/utils": "^8.
|
|
34
|
+
"@typescript-eslint/rule-tester": "^8.48.0",
|
|
35
|
+
"@typescript-eslint/utils": "^8.48.0",
|
|
36
36
|
"efate": "^1.5.1",
|
|
37
|
-
"eslint": "^9.
|
|
38
|
-
"eslint-plugin-unicorn": "^
|
|
39
|
-
"globals": "^
|
|
40
|
-
"jest": "^
|
|
41
|
-
"rollup": "^4.
|
|
42
|
-
"rollup-plugin-dts": "^6.
|
|
43
|
-
"rollup-plugin-esbuild": "^6.2.
|
|
44
|
-
"ts-jest": "^29.
|
|
37
|
+
"eslint": "^9.39.1",
|
|
38
|
+
"eslint-plugin-unicorn": "^62.0.0",
|
|
39
|
+
"globals": "^16.5.0",
|
|
40
|
+
"jest": "^30.2.0",
|
|
41
|
+
"rollup": "^4.53.3",
|
|
42
|
+
"rollup-plugin-dts": "^6.2.3",
|
|
43
|
+
"rollup-plugin-esbuild": "^6.2.1",
|
|
44
|
+
"ts-jest": "^29.4.5",
|
|
45
45
|
"ts-mockito": "^2.6.1",
|
|
46
46
|
"ts-node": "^10.9.2",
|
|
47
|
-
"typescript": "^5.
|
|
48
|
-
"typescript-eslint": "^8.
|
|
47
|
+
"typescript": "^5.9.3",
|
|
48
|
+
"typescript-eslint": "^8.48.0",
|
|
49
49
|
"valid-url": "^1.0.9"
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"coh-content-db": "^2.0.0-rc.
|
|
52
|
+
"coh-content-db": "^2.0.0-rc.16"
|
|
53
53
|
},
|
|
54
54
|
"engines": {
|
|
55
55
|
"node": ">=22"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BadgeData } from 'coh-content-db'
|
|
2
2
|
import { Undefeated } from '../exploration/undefeated'
|
|
3
|
-
import {
|
|
3
|
+
import { Rookie } from '../exploration/rookie'
|
|
4
4
|
import { HeroCorpsInsider } from '../exploration/hero-corps-insider'
|
|
5
5
|
import { Patriot } from '../exploration/patriot'
|
|
6
6
|
import { TopDog } from '../exploration/top-dog'
|
|
@@ -22,7 +22,7 @@ export const AtlasTourGuide: BadgeData = {
|
|
|
22
22
|
icon: 'https://n15g.github.io/coh-content-db-homecoming/images/badges/accolade/explore-acc-h.png',
|
|
23
23
|
requirements: [
|
|
24
24
|
{ key: Undefeated.key, type: 'badge', badgeKey: Undefeated.key },
|
|
25
|
-
{ key:
|
|
25
|
+
{ key: Rookie.key, type: 'badge', badgeKey: Rookie.key },
|
|
26
26
|
{ key: HeroCorpsInsider.key, type: 'badge', badgeKey: HeroCorpsInsider.key },
|
|
27
27
|
{ key: Patriot.key, type: 'badge', badgeKey: Patriot.key },
|
|
28
28
|
{ key: TopDog.key, type: 'badge', badgeKey: TopDog.key },
|
|
@@ -2,7 +2,7 @@ import { BadgeData } from 'coh-content-db'
|
|
|
2
2
|
import { Trustworthy } from '../exploration/trustworthy'
|
|
3
3
|
import { Knowledgeable } from '../exploration/knowledgeable'
|
|
4
4
|
import { Virtuous } from '../exploration/virtuous'
|
|
5
|
-
import {
|
|
5
|
+
import { SilentSentinel } from '../exploration/silent-sentinel'
|
|
6
6
|
import { Condemned } from '../exploration/condemned'
|
|
7
7
|
import { Resilient } from '../exploration/resilient'
|
|
8
8
|
import { OutOfHarmsWay } from '../exploration/out-of-harms-way'
|
|
@@ -24,7 +24,7 @@ export const WalkedDownMemoryLane: BadgeData = {
|
|
|
24
24
|
{ key: Trustworthy.key, type: 'badge', badgeKey: Trustworthy.key },
|
|
25
25
|
{ key: Knowledgeable.key, type: 'badge', badgeKey: Knowledgeable.key },
|
|
26
26
|
{ key: Virtuous.key, type: 'badge', badgeKey: Virtuous.key },
|
|
27
|
-
{ key:
|
|
27
|
+
{ key: SilentSentinel.key, type: 'badge', badgeKey: SilentSentinel.key },
|
|
28
28
|
{ key: Condemned.key, type: 'badge', badgeKey: Condemned.key },
|
|
29
29
|
{ key: Resilient.key, type: 'badge', badgeKey: Resilient.key },
|
|
30
30
|
{ key: OutOfHarmsWay.key, type: 'badge', badgeKey: OutOfHarmsWay.key },
|
|
@@ -13,7 +13,7 @@ What you found out was disturbing, with an ominous warning about a possible inva
|
|
|
13
13
|
links: [
|
|
14
14
|
{ title: 'Staring Into The Abyss Badge', href: 'https://homecoming.wiki/wiki/Staring_Into_The_Abyss_Badge' },
|
|
15
15
|
],
|
|
16
|
-
icon: 'https://n15g.github.io/coh-content-db-homecoming/images/badges/accomplishment/staring-
|
|
16
|
+
icon: 'https://n15g.github.io/coh-content-db-homecoming/images/badges/accomplishment/staring-into-the-abyss.png',
|
|
17
17
|
requirements: [
|
|
18
18
|
{ key: HuntingTheHunters.key, type: 'mission', missionKey: HuntingTheHunters.key },
|
|
19
19
|
],
|
|
@@ -127,13 +127,36 @@ export const EVENT_BADGES: BadgeData[] = [
|
|
|
127
127
|
Unquenchable,
|
|
128
128
|
Unforgettable,
|
|
129
129
|
Reunited,
|
|
130
|
-
TimeKeeper,
|
|
131
130
|
Cheers,
|
|
131
|
+
Pursuer,
|
|
132
|
+
TimeKeeper,
|
|
132
133
|
Gardener,
|
|
133
134
|
ZetaReticulan,
|
|
134
135
|
Mafioso,
|
|
135
136
|
SkullKiller,
|
|
136
|
-
|
|
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,
|
|
137
160
|
HallowSpirit,
|
|
138
161
|
IronWarrior,
|
|
139
162
|
Hunter,
|
|
@@ -156,39 +179,6 @@ export const EVENT_BADGES: BadgeData[] = [
|
|
|
156
179
|
SafetyInNumbers,
|
|
157
180
|
EvilsResident,
|
|
158
181
|
ApocalypseSurvivor,
|
|
159
|
-
LongbowReservist,
|
|
160
|
-
HolidaySpirit,
|
|
161
|
-
ToyCollector,
|
|
162
|
-
Miraculous,
|
|
163
|
-
Joyful,
|
|
164
|
-
Frosty,
|
|
165
|
-
Crystallized,
|
|
166
|
-
ColdFront,
|
|
167
|
-
Gifted,
|
|
168
|
-
Festive,
|
|
169
|
-
LordOfWinter,
|
|
170
|
-
Frostbitten,
|
|
171
|
-
ColdWarrior,
|
|
172
|
-
FrozenFury,
|
|
173
|
-
ColdAsIce,
|
|
174
|
-
GiftGetter,
|
|
175
|
-
GiftWhichKeepsGiving,
|
|
176
|
-
Snowbound,
|
|
177
|
-
LicenseToChill,
|
|
178
|
-
HomeForTheHolidays,
|
|
179
|
-
Hypothermia,
|
|
180
|
-
HeartOfLight,
|
|
181
|
-
Handsome,
|
|
182
|
-
Toothbreaker,
|
|
183
|
-
Partygoer,
|
|
184
|
-
MatchMaker,
|
|
185
|
-
MissedConnection,
|
|
186
|
-
WidowMaker,
|
|
187
|
-
BestMan,
|
|
188
|
-
WeddingCrasher,
|
|
189
|
-
Officiator,
|
|
190
|
-
DownInFront,
|
|
191
|
-
ChaosSpiel,
|
|
192
182
|
ClothesHorse,
|
|
193
183
|
Fashionable,
|
|
194
184
|
Ostentatious,
|
|
@@ -202,15 +192,25 @@ export const EVENT_BADGES: BadgeData[] = [
|
|
|
202
192
|
TrickedOut,
|
|
203
193
|
ItsAlive,
|
|
204
194
|
SinisterSummoner,
|
|
205
|
-
|
|
206
|
-
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
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
216
|
]
|
|
@@ -24,7 +24,7 @@ As one of the first directives to restoring the Wharf, Mr. Christie spent consid
|
|
|
24
24
|
{
|
|
25
25
|
key: 'chri-1',
|
|
26
26
|
type: 'monument',
|
|
27
|
-
location: { zoneKey: KallistiWharf.key, coords: [
|
|
27
|
+
location: { zoneKey: KallistiWharf.key, coords: [5793.3, 66.78, 1726.2], icon: 'pedestal', iconText: '4' },
|
|
28
28
|
monumentText: `This area of the city may look familiar to you. If you think you saw it on ClikClak as a viral meme, you're right!
|
|
29
29
|
During a field test for self-driving cars, Christie Consolidated discovered and isolated a bug in the LIDAR recognition of its Autonomous Drive Software, but not before everyone started calling out the infamous 'Carnado' on social media.
|
|
30
30
|
We want to reiterate that nobody was hurt, and the only damage occurred to CC's own vehicles!`,
|
|
File without changes
|