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
|
@@ -19475,7 +19475,7 @@ What you found out was disturbing, with an ominous warning about a possible inva
|
|
|
19475
19475
|
links: [
|
|
19476
19476
|
{ title: "Staring Into The Abyss Badge", href: "https://homecoming.wiki/wiki/Staring_Into_The_Abyss_Badge" }
|
|
19477
19477
|
],
|
|
19478
|
-
icon: "https://n15g.github.io/coh-content-db-homecoming/images/badges/accomplishment/staring-
|
|
19478
|
+
icon: "https://n15g.github.io/coh-content-db-homecoming/images/badges/accomplishment/staring-into-the-abyss.png",
|
|
19479
19479
|
requirements: [
|
|
19480
19480
|
{ key: HuntingTheHunters.key, type: "mission", missionKey: HuntingTheHunters.key }
|
|
19481
19481
|
]
|
|
@@ -43924,8 +43924,8 @@ const MISSIONS = [
|
|
|
43924
43924
|
HuntingTheHunters
|
|
43925
43925
|
];
|
|
43926
43926
|
|
|
43927
|
-
const BUNDLE_VERSION = "2.0.0-rc.
|
|
43928
|
-
const BUNDLE_UPDATE_TIME = "2025-06-25T10:
|
|
43927
|
+
const BUNDLE_VERSION = "2.0.0-rc.12";
|
|
43928
|
+
const BUNDLE_UPDATE_TIME = "2025-06-25T10:13:25.356Z";
|
|
43929
43929
|
|
|
43930
43930
|
const HOMECOMING = {
|
|
43931
43931
|
header: {
|