coh-content-db-homecoming 2.0.3 → 2.0.4
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 +25 -36
- 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/achievement/beyond-reasonable-doubt.ts +1 -1
|
@@ -23236,7 +23236,7 @@ const BeyondReasonableDoubt = {
|
|
|
23236
23236
|
releaseDate: "2019-06-01",
|
|
23237
23237
|
morality: "heroic",
|
|
23238
23238
|
badgeText: "It is better that ten guilty persons escape than that one innocent suffer.",
|
|
23239
|
-
acquisition: `
|
|
23239
|
+
acquisition: `Spare Rider in the ${missionLink(DirtyWork)} story arc.`,
|
|
23240
23240
|
links: [
|
|
23241
23241
|
{ title: "Beyond Reasonable Doubt Badge", href: "https://homecoming.wiki/wiki/Beyond_Reasonable_Doubt_Badge" }
|
|
23242
23242
|
],
|
|
@@ -44501,8 +44501,8 @@ const MISSIONS = [
|
|
|
44501
44501
|
ZoeTaskForce
|
|
44502
44502
|
];
|
|
44503
44503
|
|
|
44504
|
-
const BUNDLE_VERSION = "2.0.
|
|
44505
|
-
const BUNDLE_UPDATE_TIME = "2026-01-
|
|
44504
|
+
const BUNDLE_VERSION = "2.0.4";
|
|
44505
|
+
const BUNDLE_UPDATE_TIME = "2026-01-27T05:55:37.957Z";
|
|
44506
44506
|
|
|
44507
44507
|
const HOMECOMING = {
|
|
44508
44508
|
header: {
|