coh-content-db-homecoming 2.0.0-rc.10 → 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 +3 -1
- package/dist/bundle.head.json +1 -1
- package/dist/bundle.json +1 -1
- package/dist/coh-content-db-homecoming.js +5 -5
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +5 -5
- 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/ts/badge/defeat/two-birds-one-stone.ts +2 -2
- /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
|
]
|
|
@@ -28813,14 +28813,14 @@ const TwoBirdsOneStone = {
|
|
|
28813
28813
|
type: "defeat",
|
|
28814
28814
|
key: "two-birds-one-stone",
|
|
28815
28815
|
setTitleId: [2508],
|
|
28816
|
-
name: "Two Birds One Stone",
|
|
28816
|
+
name: "Two Birds, One Stone",
|
|
28817
28817
|
releaseDate: "2025-06-17",
|
|
28818
28818
|
morality: "all",
|
|
28819
28819
|
badgeText: `When the Blackwing Industries private military company was contracted to protect Kallisti Wharf, you weren't sure what to expect.
|
|
28820
28820
|
Now, having faced their advanced armor, weapons, and training yourself, there's no doubt that the security of Kallisti Wharf is in capable hands.`,
|
|
28821
28821
|
acquisition: "Defeat 250 Blackwing Industries enemies.",
|
|
28822
28822
|
links: [
|
|
28823
|
-
{ title: "Two Birds One Stone Badge", href: "https://homecoming.wiki/wiki/Two_Birds_One_Stone_Badge" }
|
|
28823
|
+
{ title: "Two Birds, One Stone Badge", href: "https://homecoming.wiki/wiki/Two_Birds_One_Stone_Badge" }
|
|
28824
28824
|
],
|
|
28825
28825
|
icon: "https://n15g.github.io/coh-content-db-homecoming/images/badges/defeat/two-birds-one-stone.png"
|
|
28826
28826
|
};
|
|
@@ -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-
|
|
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: {
|