coh-content-db-homecoming 2.0.0-rc.11 → 2.0.0-rc.12
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 +1 -1
- package/dist/bundle.head.json +1 -1
- package/dist/bundle.json +1 -1
- package/dist/coh-content-db-homecoming.js +3 -3
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +3 -3
- package/dist/coh-content-db-homecoming.mjs.map +1 -1
- package/package.json +1 -1
- package/src/main/ts/badge/accomplishment/staring-into-the-abyss.ts +1 -1
- /package/src/main/resources/images/badges/defeat/{blackwing.png → two-birds-one-stone.png} +0 -0
|
@@ -19477,7 +19477,7 @@ What you found out was disturbing, with an ominous warning about a possible inva
|
|
|
19477
19477
|
links: [
|
|
19478
19478
|
{ title: "Staring Into The Abyss Badge", href: "https://homecoming.wiki/wiki/Staring_Into_The_Abyss_Badge" }
|
|
19479
19479
|
],
|
|
19480
|
-
icon: "https://n15g.github.io/coh-content-db-homecoming/images/badges/accomplishment/staring-
|
|
19480
|
+
icon: "https://n15g.github.io/coh-content-db-homecoming/images/badges/accomplishment/staring-into-the-abyss.png",
|
|
19481
19481
|
requirements: [
|
|
19482
19482
|
{ key: HuntingTheHunters.key, type: "mission", missionKey: HuntingTheHunters.key }
|
|
19483
19483
|
]
|
|
@@ -43926,8 +43926,8 @@ const MISSIONS = [
|
|
|
43926
43926
|
HuntingTheHunters
|
|
43927
43927
|
];
|
|
43928
43928
|
|
|
43929
|
-
const BUNDLE_VERSION = "2.0.0-rc.
|
|
43930
|
-
const BUNDLE_UPDATE_TIME = "2025-06-25T10:
|
|
43929
|
+
const BUNDLE_VERSION = "2.0.0-rc.12";
|
|
43930
|
+
const BUNDLE_UPDATE_TIME = "2025-06-25T10:13:25.356Z";
|
|
43931
43931
|
|
|
43932
43932
|
const HOMECOMING = {
|
|
43933
43933
|
header: {
|