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
package/package.json
CHANGED
|
@@ -4,14 +4,14 @@ export const TwoBirdsOneStone: BadgeData = {
|
|
|
4
4
|
type: 'defeat',
|
|
5
5
|
key: 'two-birds-one-stone',
|
|
6
6
|
setTitleId: [2508],
|
|
7
|
-
name: 'Two Birds One Stone',
|
|
7
|
+
name: 'Two Birds, One Stone',
|
|
8
8
|
releaseDate: '2025-06-17',
|
|
9
9
|
morality: 'all',
|
|
10
10
|
badgeText: `When the Blackwing Industries private military company was contracted to protect Kallisti Wharf, you weren't sure what to expect.
|
|
11
11
|
Now, having faced their advanced armor, weapons, and training yourself, there's no doubt that the security of Kallisti Wharf is in capable hands.`,
|
|
12
12
|
acquisition: 'Defeat 250 Blackwing Industries enemies.',
|
|
13
13
|
links: [
|
|
14
|
-
{ title: 'Two Birds One Stone Badge', href: 'https://homecoming.wiki/wiki/Two_Birds_One_Stone_Badge' },
|
|
14
|
+
{ title: 'Two Birds, One Stone Badge', href: 'https://homecoming.wiki/wiki/Two_Birds_One_Stone_Badge' },
|
|
15
15
|
],
|
|
16
16
|
icon: 'https://n15g.github.io/coh-content-db-homecoming/images/badges/defeat/two-birds-one-stone.png',
|
|
17
17
|
}
|