coh-content-db-homecoming 2.0.0-rc.10 → 2.0.0-rc.11
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 +4 -4
- package/dist/coh-content-db-homecoming.js.map +1 -1
- package/dist/coh-content-db-homecoming.mjs +4 -4
- package/dist/coh-content-db-homecoming.mjs.map +1 -1
- package/package.json +1 -1
- package/src/main/ts/badge/defeat/two-birds-one-stone.ts +2 -2
|
@@ -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.11";
|
|
43928
|
+
const BUNDLE_UPDATE_TIME = "2025-06-25T10:08:39.137Z";
|
|
43929
43929
|
|
|
43930
43930
|
const HOMECOMING = {
|
|
43931
43931
|
header: {
|