coh-content-db-homecoming 2.0.0 → 2.0.1
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 +6 -0
- 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/accolade/mazebreaker.ts +1 -1
|
@@ -36898,7 +36898,7 @@ const Mazebreaker = {
|
|
|
36898
36898
|
links: [
|
|
36899
36899
|
{ title: "Mazebreaker Badge", href: "https://homecoming.wiki/wiki/Mazebreaker_Badge" }
|
|
36900
36900
|
],
|
|
36901
|
-
icon: "https://n15g.github.io/coh-content-db-homecoming/images/badges/accolade/mazebreaker
|
|
36901
|
+
icon: "https://n15g.github.io/coh-content-db-homecoming/images/badges/accolade/mazebreaker.png",
|
|
36902
36902
|
requirements: [
|
|
36903
36903
|
{ key: TestedByCombat.key, type: "badge", badgeKey: TestedByCombat.key },
|
|
36904
36904
|
{ key: ChromaticCombatant.key, type: "badge", badgeKey: ChromaticCombatant.key }
|
|
@@ -44455,8 +44455,8 @@ const MISSIONS = [
|
|
|
44455
44455
|
ZoeTaskForce
|
|
44456
44456
|
];
|
|
44457
44457
|
|
|
44458
|
-
const BUNDLE_VERSION = "2.0.
|
|
44459
|
-
const BUNDLE_UPDATE_TIME = "2026-01-
|
|
44458
|
+
const BUNDLE_VERSION = "2.0.1";
|
|
44459
|
+
const BUNDLE_UPDATE_TIME = "2026-01-05T14:00:11.166Z";
|
|
44460
44460
|
|
|
44461
44461
|
const HOMECOMING = {
|
|
44462
44462
|
header: {
|