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